@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/NS-500.woff2") format("woff2"), url("fonts/NS-500.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	src: url("fonts/NS-900.woff2") format("woff2"), url("fonts/NS-900.woff") format("woff");
	font-display: swap;
}

/*
---------------------------------------------

    base settings

    */
html {
	font-size: 62.5%;
}

body {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
	line-height: 1.866666667;
	color: #333;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
}
.no-scroll {
  overflow: hidden;
  height: 100%; /* 必要に応じて */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
}

li {
	list-style: none;
}

td,
th {
	word-break: break-all;
}

input,
textarea {
	font-size: 1.2rem;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: normal;
}

/* microclearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/** For IE 6/7 only */
.cf {
	*zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* microclearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/** For IE 6/7 only */
.cf {
	*zoom: 1;
}

* {
	box-sizing: border-box;
}

.caption {
	font-size: 1rem;
	line-height: 1.4;
	margin: 1em 0;
	word-break: break-all;
	text-align: center;
	color: #999;
}

/*
---------------------------------------------


*/

.l-main-area p:not([class]) {
    margin: 0 0 1.5rem;
}

.l-main-area p:not([class]) a {
	text-decoration: underline;
}

.l-parts02-white__column2__right .balloon span,
.l-main-area p:not([class]) strong,
.l-main-area p:not([class]) span, 
.l-parts03 p:not([class]) span {
	font-weight: bold;
	font-size: 1.6rem;
	color: #f25b18;
}

.l-main-area ul:not([class]) {
	margin: 2rem;
}

.l-main-area ul:not([class]) li {
	font-size: 1.4rem;
	line-height: 1.785714286;
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	background: url(img/icon_li.svg) no-repeat 0 10px;
	background-size: 7px auto;
	list-style-position: outside;
}

.l-main-area table {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

.l-main-area table th {
	padding: 10px 15px;
	background: #fafdef;
	color: #040303;
	border: 1px #ccc solid;
	min-width: 80px;
	font-size: 1.4rem;
	font-weight: bold;
	width: 240px;
}

.l-main-area table td {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ccc solid;
	font-size: 1.4rem;
}

.l-main-area table td a {
	text-decoration: underline;
}

.l-main-area table th a {
	text-decoration: underline;
}

.l-parts03 table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

.l-parts03 table th {
	padding: 10px 15px;
	background: #fafdef;
	color: #333333;
	border: 1px #ccc solid;
	min-width: 80px;
	width: 40%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.l-parts03 table td {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ccc solid;
	font-size: 1.4rem;
	text-align: center;
}


.l-parts .frame-wrap .frame table {
	margin: 1rem 0;
}

.l-parts .frame-wrap .frame table td {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ccc solid;
	font-size: 1.2rem;
	line-height: 1.333333333;
}

.btn-web {
	margin: 3rem auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}

.btn-web a {
    width: 90%;
    max-width: 470px;
    margin: 0;
    padding: 2.5rem 3rem 2.5rem;
    display: inline-block;
    background: #f14b35;
    box-shadow: 5px 5px 0 #ffbea2;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: 0.2s;
}

.btn-web a:after {
	content: '';
	width: 10px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn-web a:hover {
	opacity: .7;
}

.btn-internal {
	margin: 5rem auto 7rem;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}

.btn-internal a {
	width: 90%;
	max-width: 470px;
	margin: 0;
	padding: 2.5rem 5rem 2.5rem 3rem;
	display: inline-block;
	background: #0097e0;
	box-shadow: 5px 5px 0 #a0e4e6;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: 0.2s;
}

.btn-internal a:after {
	content: '';
	width: 10px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn-internal.up a:after {
	transform: rotate(-90deg);
	margin-top: -10px;
	right: 30px;
}

.btn-internal a:hover {
	opacity: .7;
}

.btn-internal.up {
	margin-top: 10rem;
}

.btn-internal.up a {
	width: 30%;
}

.l-parts .btn-internal a {
	width: 90%;
	max-width: 362px;
}

.btn-tel {
	display: none;
}

.pc-tel {
	text-align: center;
}

.btn-link {
	margin: 20px 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
	line-height: 1.75;
	color: #2f3235;
}

.btn-link a {
	padding: 5px 0 5px 20px;
	background: url(img/arrow01_black.svg) no-repeat left center;
	background-size: 9px 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #2f3235;
}



.l-parts .frame-body .btn-link {
	font-size: 1.2rem;
	color: #040303;
	margin-top: 2rem;
}

.l-parts .frame-body .btn-link a {
	padding: 5px 0 5px 15px;
	color: #040303;
	background: url(img/arrow01_black.svg) no-repeat left top 60%;
	background-size: 8px 12px;
}

.btn-accordion {
	text-align: center;
	margin: 4rem 0;
}

.btn-accordion span {
    background: #fff;
    color: #333333;
    border: 2px solid #f4efdf;
    border-radius: 100px;
    padding: 25px 50px;
    display: inline-block;
    line-height: 1.4;
    font-size: 1.6rem;
    position: relative;
    box-shadow: 5px 5px 0 #f4efdf;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
    width: 470px;
}

.btn-accordion span:hover {
    opacity: 0.6;
}
.btn-accordion span:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(img/arrow01_plus.svg) no-repeat center center;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}

.btn-accordion.is-open span:after {
	background: url(img/arrow01_minus.svg) no-repeat center center;
}

.accordion-item {
	display: none;
}

.l-main-area .float-wrap {
	margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
	max-width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
	width: 300px;
	margin: 0 0 10px 20px;
	float: right;
}

.l-main-area .float-wrap .float-img.fl {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}

.l-main-area .float-wrap .float-img.ct {
	margin: 0 auto;
}

.l-main-area .float-wrap .flame {
	text-align: center;
}

.l-main-area .float-wrap .caption {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #999999;
	word-break: break-all;
	line-height: 1.4;
	text-align: center;
}

.l-parts .float-wrap .float-img.fr {
	width: 460px;
	margin: 0 10px 0 70px;
	float: right;
}

.l-parts .float-wrap .caption {
	margin: 0;
	text-align: left;
}

.l-main-area .l-icon-title {
	margin: 2rem 0 1.5rem;
	padding: 13px 13px 13px 100px;
	background: url(img/bg_slash02.png);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #040303;
	position: relative;
}

.l-main-area .l-parts02 .l-icon-title {
	margin: 5rem 0 1.5rem;
	padding: 20px 13px 20px 100px;
	background: url(img/bg_slash03.png);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #453c18;
	position: relative;
}

.l-main-area .l-icon-title:after {
	content: "";
	width: 76px;
	height: 76px;
	background: url(img/icon_hexagon_yellow01.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #040303;
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	top: 0.8rem;
	bottom: 0;
	margin: auto;
	letter-spacing: 1px;
	left: 14px;
	padding: 0 0 8px 0;
	box-sizing: border-box;
}

.l-main-area .l-parts02 .l-icon-title:after {
	content: "";
	width: 66px;
	height: 83px;
	background: url(img/icon_hexagon_house01.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	top: -1.2rem;
	bottom: 0;
	margin: auto;
	letter-spacing: 1px;
	left: 14px;
	padding: 0 0 8px 0;
	box-sizing: border-box;
}


.l-main-area .l-icon-title--check,
.l-main-area .l-icon-title--recommend,
.l-main-area .l-icon-title--point {
	background: url(img/bg_slash02.png);
	color: #111;
}


.l-main-area .l-icon-title--check:after {
	content: 'Check';
}

.l-main-area .l-icon-title--recommend:after {
	content: 'おすすめ';
	font-size: 1.5rem;
}

.l-main-area .l-icon-title--point:after {
	content: 'Point';
}

.l-main-area .l-icon-quote {
	color: #999;
	font-size: 1rem;
	line-height: 1.4;
	text-align: right;
	margin-top: 3rem;
}

.l-main-area .l-icon-quote a {
	color: #999;
}

.l-main-area .l-number-wrapper {
	counter-reset: number;
}

.l-main-area .l-number-wrapper .l-icon-title:after {
	content: counter(number);
	counter-increment: number;
	font-size: 3rem;
}

.l-main-area .l-number-wrapper p:not([class]) {
	margin: 0 0 1.4rem;
}

.l-main-area .box-wrap {
	width: 100%;
	margin: 8rem 0 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.l-main-area .box-wrap .box {
	width: calc((100% - 7rem) / 2);
	margin: 0 0 3rem 2rem;
	padding: 2rem;
	border: solid 5px #e5f6fd;
	border-radius: 10px;
}

.l-main-area .box-wrap .box:nth-child(2n) {
	margin: 0 0 30px 0;
}

.l-main-area .box-wrap .box:after {
	content: '';
	width: 100%;
	height: 100%;
}

.l-main-area .box-wrap p {
	margin: 0;
}

.l-main-area .box-wrap .box-head {
	margin: -5rem 0 0 -5rem;
	padding: 2rem;
	background: url(img/bg_slash01.png);
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}

.l-main-area .box-wrap .box-head a {
	display: block;
	padding: 0 3rem 0 0;
	background: url(img/arrow01_white.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
	color: inherit;
}

.l-main-area .box-wrap .box-head a:hover {
	opacity: 0.5;
}

.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
	display: none;
}

.l-main-area .box-wrap .box-body {
	padding: 2rem 0;
}

.l-main-area .box-wrap .btn-internal {
	margin: 2rem auto 0;
}

.l-main-area .box-wrap .btn-internal a {
	width: 70%;
	padding: 1rem 4rem;
}

.l-main-area .frame-wrap {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
}

.l-main-area .frame-wrap .frame {
	width: calc((100% - 41px) / 3);
	margin: 0 20px 30px 0;
	padding: 3rem 2rem;
	border: dotted 3px #a3d46d;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
	margin: 0 0 30px 0;
}

.l-main-area .frame-wrap p {
	margin: 0;
}

.l-main-area .frame-wrap .frame-head {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.363636364;
	color: #453c18;
	text-align: center;
	position: relative;
}

.l-main-area .frame-wrap .frame-head a {
	padding: 0 2.5rem 0 0;
	display: block;
	background: url(img/arrow01_green.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #453c18;
	text-decoration: none;
	width: 100%;
}

.l-main-area .frame-wrap .frame-head a:hover {
	opacity: 0.5;
}

.l-main-area .frame-wrap .frame-body {
	padding: 2rem 0 0;
	font-size: 1.4rem;
	line-height: 2;
	color: #111111;
}

.l-main-area .frame-wrap .frame-body table th {
	padding: 10px;
	text-align: center;
	width: 30%;
}

.l-main-area .frame-wrap .btn-internal {
	margin: 2rem auto 0;
}

.l-main-area .frame-wrap .btn-internal a {
	width: 100%;
	padding: 1rem 4rem 1rem 1rem;
	min-width: inherit;
}

.l-main-area .frame-wrap .frame table {
	margin-bottom: 0;
}

/* low ----------------*/
.site_title_lower-wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(img/bg_slash01.png);
	padding: 1.3rem 0;
	padding-left: 100px;
	border-bottom: 2px solid #fffc2a;
}

.site_title_lower {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 2.222rem;
	color: #040303;
	font-weight: bold;
	padding: 0;
	letter-spacing: .1em;
	line-height: 1.315931593;
}
.site_title_lower img {
    width: 16%;
}
.site_title_lower .belt {
	display: inline-block;
	font-size: 1.8rem;
	background: #040303;
	color: #fff;
	padding: 5px 20px;
	line-height: 1.34663626;
	letter-spacing: .2em;
	border-radius: 5px;
	margin-bottom: 5px;
}

.site_title_lower .small {
	font-size: 2.7rem;
	line-height: 1em;
}

.l-main-area--low h1 {
	margin: 3rem 0 7rem;
	padding: 6.7rem 0 0;
	background: url(img/icon_house.png) no-repeat center top;
	background-size: 27px auto;
	font-size: 3.4rem;
	font-weight: 900;
	color: #453c18;
	letter-spacing: .1em;
	line-height: 1.352941176;
	position: relative;
	text-align: center;
}

.l-main-area--low h1 a {
	padding: 0 4rem 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 14px;
}

.l-main-area--low h1 a:hover {
	color: #ffff00;
	background: url(img/arrow01_yellow.svg) no-repeat right center;
	background-size: 14px;
}

.l-main-area h2:not([class]),
.l-main-area--low h2 {
	margin: 5rem 0 3.5rem;
	padding: 1.7rem 3rem;
	font-size: 3rem;
	font-weight: 900;
	color: #453c18;
	border-bottom: 3px solid #95ce57;
	line-height: 1.4;
	position: relative;
	z-index: 5;
	background: url(img/bg_shooting_small01.png) no-repeat left 30px center;
	background-color: #b2de83;
}

.l-main-area h2:not([class]) a,
.l-main-area--low h2 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_black.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #453c18;
	font-weight: 900;
	text-decoration: none;
}

.l-main-area h2:not([class]):nth-of-type(1),
.l-main-area--low h2:nth-of-type(1) {
	margin: 5rem 0 3.5rem;
}

.l-main-area--low h2 a:hover {}

.l-main-area h3:not([class]), .l-main-area--low h3 {
    margin: 3rem auto;
    padding: 1rem 1.5rem 1rem 4rem;
    background-size: auto 4px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    position: relative;
    color: #453c18;
    border-bottom: 2px solid #453c18;
}

.l-main-area h3:not([class]):before,
.l-main-area--low h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(img/icon_hexagon01.png);
	width: 29px;
	height: 31px;
}

.l-main-area h3:not([class]) a,
.l-main-area--low h3 a {
	display: inline-block;
	padding-right: 3rem;
	background: url(img/arrow01_black.svg) no-repeat right 0 center;
	background-size: 10px auto;
	text-decoration: none;
	font-weight: bold;
}

.l-main-area h3:not([class]) a:hover,
.l-main-area--low h3 a:hover {
	background: url(img/arrow01_black.svg) no-repeat right 0 center;
	background-size: 10px 18px;
}

.l-main-area h4:not([class]), .l-main-area--low h4 {
    margin: 3rem 0;
    padding: 1rem 1rem;
    background: #f9e7c2;
    font-size: 1.8rem;
    line-height: 1.333333333;
    color: #453c18;
    position: relative;
    font-weight: bold;
}
.l-main-area h5:not([class]), .l-main-area--low h5 {
    margin: 2rem 0;
    padding: 1rem;
    font-size: 1.8rem;
    line-height: 1.333333333;
    color: #453c18;
    position: relative;
    font-weight: bold;
    border-bottom: 3px dotted #b2de83;
}
.l-main-area h4:not([class]) a,
.l-main-area h5:not([class]) a,
.l-main-area--low h4 a,
.l-main-area--low h5 a {
	display: inline-block;
	padding-right: 3rem;
	background: url(img/arrow01_black.svg) no-repeat right 0 center;
	background-size: 8px auto;
	text-decoration: none;
}

.l-main-area h4:not([class]):hover,
.l-main-area h5:not([class]):hover,
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {}




/*
---------------------------------------------

  header area

  */
.l-header-area {
	width: 100%;
	margin: 0;
	padding: 0 0 0 100px;
}

.l-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1rem 0;
}

.l-header__link {
	display: inline-block;
	text-decoration: none;
}

.l-header__link:hover {
	opacity: 0.6;
}

.l-header-sitename {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}

.l-header-sitename:before {
	content: "PR";
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	width: 3rem;
	margin-right: 1rem;
	font-size: 1.4rem;
}

.l-header-sitename__link {
	text-decoration: none;
}

.l-header-sitename__link:hover {
	text-decoration: underline;
}

.l-header-logo {
	margin: 10px 0 0;
	text-align: center;
}

.l-header-logo__image {
	width: 100%;
	height: 100%;
}

.l-header-logo a {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
}

.l-gnavi-btn {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 50px 0 0;
	display: block;
	position: relative;
	line-height: 1;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	color: #040303;
	cursor: pointer;
}

.l-gnavi-btn:hover {
	color: #040303;
}

.l-gnavi-btn span {
	width: 30px;
	height: 4px;
	display: inline-block;
	background: #b2de83;
	transition: all 0.4s;
	position: absolute;
	left: 15px;
}

.l-gnavi-btn span:nth-of-type(1) {
	top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
	top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
	top: 39px;
}

.l-gnavi-btn-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
	background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
	opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

.l-gnavi-area {
	width: 400px;
	height: 100vh;
	padding: 0;
	background: #FFF;
	position: fixed;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	z-index: 300;
}

.l-gnavi-area-menu {
	display: table-cell;
	vertical-align: middle;
}

.l-gnavi-area-scroll {
	height: 100%;
	padding: 20px 100px 20px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
	height: 100%;
	display: table;
}

.l-gnavi-area-bar {
	width: 100px;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
}

.l-gnavi-area--slide-right {
	transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
	left: auto;
	right: 0;
	transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
	transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
	transform: translateY(100%);
}

.l-gnavi-list {
	position: relative;
	width: 300px;
}

.l-gnavi-list__link {
	width: 90%;
	margin: 0 auto;
	padding: 10px 45px 10px 20px;
	display: block;
	text-decoration: none;
}

.l-gnavi-list__link--menu {
	cursor: pointer;
}

.l-gnavi-list__sub {
	margin: 0 0 0 1.6rem;
	border-top: dashed 1px #fac803;
	background: #fff9f0;
	display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item {
	background: url(img/arrow01_black.svg) no-repeat left 2rem center;
	background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
	margin: 20px auto;
	padding: 10px 20px 10px 50px;
	display: inline-block;
	background: #ffffff;
	text-decoration: none;
	position: relative;
}

.l-gnavi-btn-close__link:hover {
	background: #ccc;
	color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
	background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
	background: #ffffff;
}

.l-gnavi-btn-close__link:before {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

.l-gnavi-btn-close__link:after {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
	height: auto;
	top: auto;
	z-index: 1;
	overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
	opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
	transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
	transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
	height: 100vh;
	overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
	position: static;
}

/*
---------------------------------------------

  footer area

  */
.l-footer-area {
	width: 100%;
	margin: 0;
	min-width: 1200px;
	padding: 0 0 0 100px;
	background: #cae476;
	position: relative;
}

.l-footer-disclaimer {
	width: 500px;
	margin: 20px auto;
	padding: 20px;
	background: #ffffff;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
	text-align: left;
}

.l-footer-disclaimer dt {
	float: left;
}

.l-footer-note {
	text-align: center;
	margin: 20px auto 60px;
	font-size: 1.2rem;
	max-width: 1000px;
}

.l-footer-bottom {
	margin: 0 auto;
	background: #7dbd38;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
}

.l-footer-bottom__inner {
	width: 96%;
	max-width: 1000px;
	display: table;
	margin: 0 auto;
}

.l-footer-bottom__copy {
	padding: 10px 0;
	display: table-cell;
	text-align: left;
}

.l-footer-bottom__copy__link {
	text-decoration: none;
	color: #ffffff;
}

.l-footer-bottom__copy__link:hover {
	text-decoration: underline;
}

.l-footer-bottom__sitemap {
	padding: 10px 0;
	display: table-cell;
	text-align: right;
}

.l-footer-bottom__sitemap__link {
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 8px 12px;
	padding: 0 24px 0 0;
	text-decoration: none;
	color: #ffffff;
}

.l-footer-bottom__sitemap__link:hover {
	text-decoration: underline;
}

.l-footer-menu-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.l-footer-menu {
	margin: 0 0 40px;
}

.l-footer-menu__title {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	border-bottom: solid 1px #333;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
}

.l-footer-menu__title__link {
	display: block;
	padding: 0 0 0 25px;
	background: url(img/arrow01_black.svg) no-repeat left 1rem center;
	background-size: 9px 15px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.l-footer-menu__title__link:hover {
	text-decoration: underline;
	font-weight: bold;
}

.l-footer-menu__list {
	display: inline;
}

.l-footer-menu__list__item {
	float: left;
	padding: 0 10px;
	display: inline-block;
}

.l-footer-menu__list__item:first-child {
	display: none;
}

.l-footer-menu__list__link {
	padding: 5px 0 5px 15px;
	background: url(img/icon_li_footer.svg) no-repeat left top 9px;
	background-size: 10px 10px;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
}

.l-footer-menu__list__link:hover {
	text-decoration: underline;
}

.l-footer-submenu__list {
	display: inline-block;
}

.l-footer-submenu__list__item {
	display: inline-block;
}

.l-footer-submenu__list__link {
	padding: 5px 15px;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
}

.l-footer-submenu__list__link:before {
	content: '- ';
}

.l-footer-submenu__list__link:hover {
	text-decoration: underline;
}

/*
---------------------------------------------

  common

  */
.l-pagetop {
	position: absolute;
	top: -90px;
	right: 30px;
	z-index: 100;
}

.l-pagetop__link {
	width: 60px;
	height: 60px;
	background: #463620;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-pagetop__link:hover {
	opacity: 0.7;
}

.l-pagetop__image {
	width: 24px;
}

.l-pagetop.is-fixed {
	position: fixed;
	top: auto;
	bottom: 30px;
}

.l-sns-list {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
}

.l-sns-list__item {
	text-align: center;
}

.l-sns-list__link {
	width: 30px;
	height: 30px;
	margin: 0 auto 1rem;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #0096d2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-sns-list__link:hover {
	opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
	width: 18px;
	height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
	width: 9px;
	height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
	width: 19px;
	height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
	width: 19px;
	height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
	width: 17px;
	height: 15px;
}

#pankuzu {
	max-width: 1000px;
	margin: 4rem auto 2rem auto;
	font-size: 1.2rem;
}

/*
---------------------------------------------

  contents area

  */
.l-contents-area {
	width: 100%;
	margin: 0 auto;
	padding-left: 100px;
}

/*
---------------------------------------------

  main area / common

  */
.l-main-area {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.l-main-area--low {
	width: 1000px;
	margin: 0 auto 7rem auto;
}

.l-section-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.l-common-title {
	padding: 4.5rem 0 0;
	margin: 0 0 6.5rem;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	color: #453c18;
	line-height: 1.3;
	position: relative;
	letter-spacing: .1em;
}

.l-common-title span {
	padding: 4.5rem 0 0;
	margin: 0 0 3rem;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #453c18;
	line-height: 1.3;
	position: relative;
	letter-spacing: .1em;
}

.l-common-title a {
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 12px auto;
	padding: 0 60px;
	display: inline-block;
}

.l-common-title span.marker {
	background: -webkit-linear-gradient(transparent 95%, #fffc2a 0%);
	background: -o-linear-gradient(transparent 95%, #fffc2a 0%);
	background: linear-gradient(transparent 95%, #fffc2a 0%);
	line-height: 1.3em;
}

.l-common-title:before {
	content: '';
	width: 27px;
	height: 30px;
	background: url(img/icon_house.png) no-repeat center center;
	background-size: 27px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.l-common-title02__wrap {
	background: url(img/bg_slash01.png);
	margin-bottom: 50px;
}

.l-common-title02 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.4;
	position: relative;
}

.l-common-title02:after {
	content: '';
	width: 38px;
	height: 34px;
	background: url(img/icon_hexagon01.png) no-repeat center center;
	background-size: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	margin: auto;
}

.l-common-title__h3 {
	margin: 7rem 0 1.5rem;
	padding: 1.7rem 9rem;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #0a0909;
	border-bottom: 3px solid #fac803;
	line-height: 1.4;
	position: relative;
	z-index: 5;
	background: url(img/bg_shooting_small01.png) no-repeat left 5px bottom, url(img/bg_shooting_small02.png) no-repeat right 5px bottom -2px;
	background-color: #fff9f0;
}

.l-common-title__h3 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_black.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #0a0909;
	font-weight: 900;
	text-decoration: none;
}

.l-common-lead02 {
	width: 100%;
	max-width: 650px;
	margin: 50px auto;
	/* font-weight: bold; */
}

.curtain-title-box {
	padding: 9rem 0 1rem;
	background: url(img/txt_special-feature.png) no-repeat center top 40px;
	background-size: auto;
	background-color: transparent;
	margin-top: 50px;
}

.curtain-title {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 6rem 5rem 0;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	color: #040303;
	line-height: 1.333333333;
	letter-spacing: .1em;
	background: url(img/img_seiko05.png) no-repeat right 6rem bottom, url(img/img_kyoko05.png) no-repeat left 6rem bottom;
}

.curtain-title a {
	background: url(img/arrow01_black.svg) no-repeat right center;
	background-size: 12px auto;
	padding: 0 35px;
	display: inline-block;
}

.l-common-lead02 p:not([class]) span {
	color: #0096d2;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 2px;
}

.l-common-lead {
	width: 80%;
	max-width: 800px;
	margin: 1.5rem auto 4rem;
}

/*
---------------------------------------------

  top

  */
.l-mv {
	width: 100%;
	min-height: 613px;
	min-width: 1100px;
	background: url(img/bg_mv.jpg) center bottom;
	background-size: cover;
	position: relative;
}

.l-mv-wrapper {
	padding: 2rem 0 0;
}

.l-mv-box {
	width: 1000px;
	padding-right: 550px;
	margin: auto;
	color: #fff;
}

.l-mv-logo {
	padding-bottom: 1rem;
	text-align: center;
}

.l-mv-title {
	width: 80%;
	margin: 2rem 0;
	font-weight: bold;
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	line-height: 1.2;
}

.l-mv-title a {
	color: #fff;
	text-decoration: none;
}

.l-mv-title a:hover {
	text-decoration: underline;
}

.l-mv-check {
	position: absolute;
	right: 2rem;
	bottom: -100px;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 1.2;
}

.l-mv-check a {
	width: 205px;
	height: 195px;
	padding: 7rem 3.5rem 2.5rem;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(img/icon_check.svg) no-repeat center center;
	background-size: 100%;
}

.l-mv-check a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.l-mv-check p {
	padding-bottom: 2.3rem;
	background: url(img/arrow01_white.svg) no-repeat center bottom;
	background-size: 10px;
	margin: 0;
}

.l-mv-title {
	margin: 2rem auto 2rem 0;
}

.l-mv-box02 {
	background: #b2df84;
	position: absolute;
	left: 0;
	right: 0;
	padding: 3rem;
	bottom: -5rem;
}


.l-mv-box02_inner {
	width: 1000px;
	margin: auto;
	position: relative;
}

.l-mv-box02_title {
	max-width: 1000px;
	font-size: 3.8rem;
	line-height: 1.4;
	color: #514327;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0.5rem;
	text-align: center;
	letter-spacing: .1em;
}

.l-mv-box02_title_txt {
	font-size: 3rem;
	line-height: 1.4;
	color: #514327;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0.5rem;
	text-align: center;
	letter-spacing: .1em;
}

.l-mv-box02_title .belt {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .2em;
	background: #fff;
	color: #514327;
	padding: 5px 20px;
	margin: 0px 0 2rem;
}

.l-mv-box02_title .small {
	font-size: 3.2rem;
}

.l-mv__person-wrap {
	max-width: 383px;
	position: absolute;
	display: flex;
	background: #fff;
	border: 4px solid #fac803;
	border-radius: 10px;
	right: -165px;
	bottom: -80px;
	padding: 10px 30px;
	color: #111;
}

.l-mv__person-wrap::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 96px;
	top: -18px;
	border-right: 2px solid transparent;
	border-bottom: 15px solid #fac803;
	border-left: 22px solid transparent;
}

.l-mv__person-wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 96px;
	top: -12px;
	border-right: 0px solid transparent;
	border-bottom: 14px solid #fff;
	border-left: 20px solid transparent;
}

.l-mv__person_box {
	position: relative;
	margin: 0 20px;
}

.l-mv__person-balloon {
	position: absolute;
	left: -4px;
	top: -95px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.428571429;
	color: #040303;
	background: #fff;
	padding: 8px 25px;
	border-radius: 10px;
}

.l-mv__person__img {
	position: absolute;
	left: 80px;
	right: 0;
	top: -95px;
	margin: auto;
}

.l-mv__person_name {
	text-align: center;
	font-size: 2rem;
	color: #0096d2;
	line-height: 1.4;
	font-weight: 500;
}

.l-mv__person_txt {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.333333333;
}

.top-under {
	background-color: #fff9f1;
	padding: 6rem 0 5rem;
	margin-bottom: 8rem;
}

.top-under__inner {
	width: 800px;
	max-width: 100%;
	margin: 3rem auto 0;
	font-size: 1.7rem;
}

.l-parts {
	padding: 8rem 0 10rem;
}

.l-parts.sec02 {
	padding: 7rem 0 8rem;
}

.l-parts.sec02 .caption {
	white-space: nowrap;
	overflow-x: scroll;
	width: auto;
}

.l-parts01 {
	padding: 10rem 0 10rem;
	background: #fbf7ef;
	background-size: contain;
}

.l-parts01 .btn-accordion span {
	margin: 10px auto 50px;
}

.l-parts01.point {
	padding: 6rem 0 32rem;
	background: #fff url(img/bg_parts01.png) no-repeat bottom center;
	background-size: contain;
}

.l-parts01 .l-section-inner {}

.l-parts01-column3 {
	min-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.l-parts01.point .l-parts01-column3 {
	min-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.l-parts01.point .l-parts01-column3__box {
	width: calc(33.333333% - 40px * 2 / 3);
	background: #fbf7ef;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
}

.l-parts01-column3__box {
	width: calc(33.333333% - 40px * 2 / 3);
	margin: 0 40px 40px 0;
	background: #fff;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
}

.l-parts01-column3__box:nth-child(3n) {
	margin-right: 0;
}

.l-parts01-column3__box img {
	padding: 0 10px;
}

.l-parts01-column3 .catch-image img {
	width: 100%;
	border-radius: 2rem;
}

.l-parts01-column3 .catch-text {
	margin: 0.5em 0 1.5em;
	padding: 0 2rem 0;
	color: #95ce57;
	line-height: 1.363636364;
	font-size: 2.2rem;
	font-weight: bold;
}

.l-parts01.point .l-parts01-column3 .catch-text {
	margin: 1.25em 0 1.5em;
	padding: 0 2rem 0;
	color: #453c18;
	line-height: 1.363636364;
	font-size: 2.2rem;
	font-weight: bold;
}

.l-parts01-column3 .catch-text a {
	display: block;
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 8px auto;
	padding-right: 20px;
}


.l-parts01.point .l-parts01-column3 .catch-text a {
	display: block;
	background: url(img/arrow01_black.svg) no-repeat right center;
	background-size: 8px auto;
	padding-right: 20px;
}


.l-parts01.point .btn-link a {
	padding: 5px 0 5px 20px;
	background: url(img/arrow01_blue.svg) no-repeat left center;
	background-size: 9px 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #2f3235;
}


.l-parts01-column3 .catch-body {
	padding: 0 2rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2;
	color: #333333;
}

.l-parts01-column3 .tag {
	padding-top: 2rem;
	border-top: solid 1px #ccc;
	display: flex;
	flex-wrap: wrap;
}

.l-parts01-column3 .tag-list {
	margin-right: 1rem;
	display: inline-block;
	border: solid 1px #0096d2;
	padding: 0.5rem 1rem;
	background: none;
	font-size: 1.2rem;
	color: #0096d2;
	position: relative;
}

.l-parts01-column3 .tag-list:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #0097d2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

ul.tag {
	margin: 0;
}

li.tag-list {
	background: none;
}

.l-parts02 {
    margin: 5rem 0 0;
    padding: 8rem 0 5rem;
    min-width: 1100px;
    background: #deedcc url(/wp/wp-content/uploads/bg_sooting02.jpg) repeat-x top left -100px;
    background-size: 1859px 635px;
    position: relative;
    z-index: 0;
}

.l-parts02-white {
	margin-bottom: 4rem;
	padding-bottom: 6rem;
	border-radius: 10px;
	border: 6px solid #95ce57;
	background: #fff;
}

.l-parts02-white__title {
	padding: 4rem 0 4rem;
	background: url(img/bg_slash02.png) top;
	color: #fff;
	position: relative;
}

.l-parts02-white__title .catch-title {
	width: 86%;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}

.l-parts02-white__title .catch-title.ttl01::before {
	content: '';
	display: block;
	background: url(img/bg_catch01.png) no-repeat;
	position: absolute;
	background-size: 90px;
	width: 90px;
	height: 96px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.l-parts02-white__title .catch-title.ttl02::before {
	content: '';
	display: block;
	background: url(img/bg_catch02.png) no-repeat;
	position: absolute;
	background-size: 90px;
	width: 90px;
	height: 104px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.l-parts02-white__title .catch-title.ttl03::before {
	content: '';
	display: block;
	background: url(img/bg_catch03.png) no-repeat;
	position: absolute;
	background-size: 90px;
	width: 90px;
	height: 94px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.l-parts02-white__title .catch-title span {
	color: #ffff00;
	font-size: 3rem;
}

.l-parts02-white-inner {
	margin: 4rem auto;
	padding: 0 5rem;
}

.l-parts02-white__column2 {
	margin: 4rem auto 5rem;
	display: flex;
	flex-wrap: wrap;
}

.l-parts02-white__column2__left {
	width: 350px;
	height: 200px;
	margin-right: 20px;
	text-align: center;
}

.l-parts02-white__column2__left.mt {
	margin-top: 25px;
}

.l-parts02-white__column2__left img {}

.l-parts02-white__column2__left p {
	text-align: center;
}

.l-parts02-white__column2__right {
	width: calc(100% - 370px);
}

.l-main-area .l-parts02-white__column2__right table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}


.l-main-area .l-parts02-white__column2__right table th {
	width: 140px;
}

.l-main-area .l-parts02-white__column2__right .caption {
	font-size: 1rem;
	line-height: 1.4;
	margin: 1em 0;
	word-break: break-all;
	text-align: left;
	color: #999;
}

.l-parts02-white__column2__right .balloon__catch {
    color: #f25b18;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.l-parts02-white__column2__right .balloon__text {
	margin: 0;
}

.l-parts02-white__column2__right .balloon {
	padding: 2rem;
	position: relative;
	background: #fff;
}

.l-parts02-white__column2__right .l-parts03-column3__heading {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.333333333;
	letter-spacing: .06em;
	color: #514327;
	margin: 2rem 0 1rem;
}

.l-parts02-white__prices {
	display: flex;
	margin-bottom: 4rem;
}

.l-parts02-white__prices__left {
	width: 50%;
	background-color: #ffeab6;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.l-parts02-white__prices__right {
	width: 50%;
	font-size: 1.4rem;
	font-weight: 900;
	color: #040303;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 5px;
}

.l-parts02-white__prices__right span {
	font-size: 2.5rem;
	color: #145b99;
}

.l-parts02-white__column2 .clinic {
	margin: 0 0 0.5rem;
	padding: 4.5rem 0 2rem 13rem;
	background: url(img/img_kyokoseiko01.png) no-repeat left bottom;
	background-size: 117px auto;
	color: #040303;
	line-height: 1.4;
	font-size: 3rem;
	font-weight: 600;
}

.l-parts02-white__column2 .catch {
	margin: 0 0 0.5rem;
	padding: 3.5rem 9rem 1rem 0rem;
	background: url(img/img_kyokoseiko02.png) no-repeat right bottom;
	background-size: 100px auto;
	color: #0096d2;
	line-height: 1.4;
	letter-spacing: 2px;
	font-size: 2.0rem;
	font-weight: 500;
}

.l-parts02-white__column2 .catch02 {
	margin: 0 0 2rem;
	color: #0096d2;
	line-height: 1.4;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 2px;
}

.l-parts02-white__column2 .price {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.l-parts02-white__column2 .price-list {
	width: 290px;
	padding: 0;
	background: #ffff00;
	border-radius: 10px;
	color: #0096d2;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l-parts02-white__column2 .price-list .category {
	padding-right: 2rem;
	display: inline;
}

.l-parts02-white__column2 .price-list .data {
	display: inline;
}

.l-parts02-white__column2 .price-list .data span {
	color: #0096d2;
	font-size: 3.6rem;
}

.l-parts02-white__column3 {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.l-parts02-white__column3__box {
	width: calc((100% - 4rem) / 3);
	margin: 0 2rem 2rem 0;
	padding: 2rem;
	background: #f3f3f3;
	border-radius: 20px;
}

.l-parts02-white__column3__box:nth-child(3n) {
	margin: 0 0 2rem 0;
}

.l-parts02-white__column3__box .voice-catch {
	margin: 0 0 1rem;
	padding: 0 0 1.5rem;
	/* background: url(img/icon_voice.svg) no-repeat left center; */
	/* background-size: 30px auto; */
	color: #0096d2;
	font-weight: 500;
	font-size: 1.8rem;
	/* text-align: center; */
	line-height: 1.4;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #0096d2;
}

.l-parts02-white__column3__box .cost {
	margin-top: 1rem;
}

.l-parts02-white__column3__box .cost span {
	font-size: 1.8rem;
}

.l-parts02-white .btn-web {
	margin: 3rem auto;
}

.l-parts02-white .title-voice {
	margin: 6rem 0 2.5rem;
	background: url(img/deco_wave_s_long.png) repeat-x left center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #453c18;
	position: relative;
}

.l-contents-area--low .title-voice {
	margin: 6rem 0 2.5rem;
	background: url(img/deco_wave_s_long.png) repeat-x left center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #453c18;
	position: relative;
}

.l-contents-area--low .title-voice span {
	color: #453c18;
	padding: 0 2rem;
	background: #fff;
}

.l-parts02-white .title-voice span {
	color: #453c18;
	padding: 0 2rem;
	background: #fff;
}

.l-parts02-white__persons {
	display: flex;
}

.l-parts02-white__persons .caption {
	font-size: 1rem;
	line-height: 1.4;
	margin: 1em 0;
	word-break: break-all;
	text-align: center;
	color: #999;
	margin: 1.5rem 0 0 0;
	text-align: left;
    font-weight: normal;
}

.l-parts02-white__person__wrap {
	width: 50%;
}

.l-parts02-white__person__wrap .l-parts02-white__person__inner p {
	color: #333333;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}

.l-parts02-white__person__inner {
	width: calc(100% - 40px / 2);
	border-radius: 10px;
	font-size: 2rem;
	font-weight: bold;
	flex-direction: column;
	line-height: 1.25;
	margin-right: 40px;
	margin-bottom: 20px;
	width: calc(100% - 40px / 2);
	border-radius: 10px;
	font-size: 2rem;
	font-weight: bold;
	flex-direction: column;
	line-height: 1.25;
	margin-right: 40px;
	margin-bottom: 20px;
	padding: 0px 30px 0 30px;
}

.l-parts02-white__person {
	border-radius: 10px;
	color: #453c18;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 20px;
	padding: 15px 30px 14px 100px;
	display: flex;
	align-items: center;
	position: relative;
}



.l-parts02-white__person:nth-child(2n) {
	margin-right: 0;
}

.l-parts02-white__person.person1 {
    background: #fbf7ef;
}
.l-parts02-white__person.person1::before {
    content: "";
    background: url(img/bg_person1.png) no-repeat;
    position: absolute;
    width: 70px;
    height: 90px;
    left: 14px;
	bottom: 0;
    background-size: 70px;
}
.l-parts02-white__person.person2 {
    background: #fbf7ef;
}
.l-parts02-white__person.person2::before {
    content: "";
    background: url(img/bg_person2.png) no-repeat;
    position: absolute;
    width: 59px;
    height: 92px;
    left: 22px;
    bottom: 0;
    background-size: 59px;
}
.l-parts02-white__catch-person {
	background: url(img/img_kyokoseiko01.png) no-repeat center right;
	padding: 1rem 0;
}

.l-parts02-white__catch-person p {
	max-width: 397px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #426251;
}

.l-parts02-white__summary {
	display: flex;
	margin: 0 0 3rem 0;
	position: relative;
}

.l-parts02-white__summary__image {
	width: 250px;
	margin: 0 30px;
	text-align: center;
}

.l-parts02-white__summary__body {
	width: calc(100% - 250px);
	border: 3px solid #9ab5a7;
	padding: 15px 40px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	color: #111;
	font-size: 1.5rem;
	height: 50%;
}

.l-parts02-white__summary__body:before,
.l-parts02-white__summary__body:after {
	content: "";
	position: absolute;
	border: solid transparent;
	border-width: 11px 24px;
	top: 12%;
	margin-top: -6px;
}

.l-parts02-white__summary__body:before {
	border-right-color: #9ab5a7;
	left: -49px;
}

.l-parts02-white__summary__body:after {
	border-right-color: #fff;
	left: -42px;
}

.l-parts02-white__summary__body .catch {
	color: #426251;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.l-parts02-white table.information th {
	width: 140px;
	background: #fafdef;
	border: 1px #ccc solid;
	text-align: center;
	color: #040303;
}

.l-parts02-white table.information td {
	border: 1px #ccc solid;
}

.l-parts02-white__information {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}

.l-parts02-white__information .map {
	width: 400px;
	height: 300px;
	margin-right: 40px;
}

.l-parts02-white__information .map iframe {
	width: 100%;
	height: 100%;
}

.l-parts02-white__information table.information {
	width: calc(100% - 440px);
	margin: 0;
}

.l-parts02-white__information table.information th {
	width: 140px;
	text-align: center;
	font-size: 1.4rem;
	padding: 15px;
}

.l-parts02-white__information table.information td {
	font-size: 1.2rem;
	padding: 10px 15px;
	line-height: 1.5;
}
.l-parts03 {
    position: relative;
    background: #f9e7c3 url(/wp/wp-content/uploads/bg_sooting01.jpg) repeat-x top left -103px;
    background-size: 1859px 635px;
	padding: 8rem 0;
}

.l-parts03-column3 {
	display: flex;
	flex-wrap: wrap;
	margin: 7rem 0 0;
}

.l-parts03-column3__box {
	width: calc(((100% - 4rem) / 3) - 1px);
	margin: 0 2rem 2rem 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: relative;
	padding-bottom: 50px;
}

.l-parts03-column3__box:nth-child(3n) {
	margin: 0 0 2rem;
}

.l-parts03-column3__line {
	border-top: 0;
	padding: 1rem 2rem;
}

.l-parts03-column3__line .btn-web {
	margin-bottom: 0;
}

.l-parts03-column3__catch {
    margin: 0;
    padding: 5.8rem 1rem 0.6em;
    background: url(img/bg_slash02.png);
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4em;
    font-weight: bold;
    background-size: cover;
}

.l-parts03-column3__catch.catch01::before {
	content: '';
	display: block;
	background: url(img/bg_catch01.png) no-repeat;
	background-size: 90px;
	position: absolute;
	top: 0;
	width: 90px;
	height: 96px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.l-parts03-column3__catch.catch02::before {
	content: '';
	display: block;
	background: url(img/bg_catch02.png) no-repeat;
	background-size: 90px;
	position: absolute;
	top: 0;
	width: 90px;
	height: 104px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.l-parts03-column3__catch.catch03::before {
	content: '';
	display: block;
	background: url(img/bg_catch03.png) no-repeat;
	background-size: 90px;
	position: absolute;
	top: 0;
	width: 90px;
	height: 94px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.l-parts03-column3__catch span {
	color: #fffc2a;
	font-size: 2.2rem;
}

.l-parts03-column3__title {
    margin: 0;
    padding: 3rem 0;
    color: #514327;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
}
.l-parts03-column3__title::after {
    content: '';
    width: 38px;
    height: 3px;
    background: #a0d368;
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    margin: auto;
    border-radius: 20px;
}
.l-parts03-column3__title a {
	padding: 0 3rem 0 0;
	display: block;
	background: url(img/arrow01_blue.svg) no-repeat right center;
	background-size: 10px;
	color: #0096d2;
	text-decoration: none;
}

.l-parts03-column3__title a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.l-parts03-column3__image {
	text-align: center;
	font-size: 1rem;
	color: #999;
	line-height: 1.2;
}

.l-parts03-column3__image img {
	max-width: 100%;
}

.l-parts03-column3__image span {
	display: block;
	padding-top: 1rem;
	color: #999;
}

.l-parts03-column3__list {
	margin: 2.5rem 0;
	padding: 0;
}

.l-parts03-column3__list li {
	background: url(img/icon_check01.png) no-repeat left 5px top 8px;
	padding-left: 30px;
}

.l-parts03-column3__list li span {
	font-size: 1.8rem;
	font-weight: 500;
	color: #d151dd;
}

.l-parts03-column3__tag {
	margin: 0;
}

.l-parts03-column3__tag .tag-list {
	margin: 0 1rem 1rem 0;
	padding: 0.2rem 1rem;
	display: inline-block;
	background: #fff;
	border: solid 1px #0096d2;
	font-size: 1.2rem;
	color: #0096d2;
	text-align: center;
	position: relative;
}

.l-parts03-column3__tag .tag-list:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #0097d2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.l-parts03-column3__info {
	padding: 0 1rem;
	border-radius: 10px;
	background: #fff;
}

.l-parts03-column3__info dl {
	border-bottom: solid 1px #e5e5e5;
	font-size: 1.4rem;
	display: flex;
}

.l-parts03-column3__info dl:last-child {
	border: none;
	padding: 0 0 1rem;
}

.l-parts03-column3__info dl dt {
	padding: 1rem 0 1rem 1rem;
	width: 70%;
}

.l-parts03-column3__info dl dd {
	margin: 0;
	padding: 1rem 0;
	width: 30%;
}

.l-parts03-column3__heading {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.333333333;
    letter-spacing: .06em;
    color: #514327;
    text-align: center;
	    margin: 1rem 0;
}
.l-parts03-column3__heading::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: #000;
}
.l-parts03-column3__frame {
	background: #fff;
	border: 1px solid #ffeab6;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
}

.l-parts03-column3__frame span {
	color: #145b99;
	font-size: 2.5rem;
	font-weight: 900;
}

.l-parts03-column3__frame2 {
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.428571429;
    padding: 20px 14px;
    margin: 2.5rem 0 2.5rem;
    background: #f9e7c3;
    text-align: center;
}

.l-parts03-column3__frame2__title {
    position: relative;
    color: #453c18;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: .06em;
    display: block;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
    padding: 0.5rem;
    border-radius: 1rem;
}

ul.l-parts03-column3__tag {
	margin: 2rem 0 0;
}

.l-parts03-column3__lower-text {
	color: #999999;
	font-size: 1.3rem;
	line-height: 1.272727273;
	position: relative;
}

.date-icon-wrap {
	background: #fff;
	border: 1px solid #ffeab6;
	border-radius: 10px;
	font-weight: bold;
	padding: 0 10px 15px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.date-icon-wrap .date-lists-ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.date-icon-wrap .date-lists-ul .date-lists-li {
	width: 80px;
	text-align: center;
	padding: 10px 2px 5px 2px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.1em;
}

.date-icon-wrap .date-lists-ul .date-lists-li .icon-label {
	position: relative;
	width: 100%;
	background: #d3e9dd;
	padding: 2px 3px;
	text-align: center;
	color: #040303;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .06em;
}

.date-icon-wrap .date-lists-ul .date-lists-li .icon-label:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255, 82, 82, 0);
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-width: 6px;
	margin-left: -6px;
	border-top-color: #d3e9dd;
	top: 100%;
	left: 50%;
}

.date-icon-wrap .date-lists-ul .date-lists-li .icon-label.ls {
	letter-spacing: -.3em;
}

.date-icon-wrap .date-lists-ul .date-lists-li .icon-caption {
	margin: 0;
	color: #111;
}

.omakase-icons {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.omakase-icon {
	width: calc(33.333333% - 30px * 2 / 3);
	background-color: #fff;
	border-radius: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px 30px 30px;
}

.omakase-icon:nth-child(3n) {
	margin-right: 0;
}

.omakase-icon__title {
	color: #426251;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .06em;
	text-align: center;
	margin: .5em;
}

.omakase-icon__text {
	color: #111111;
	font-size: 1.4rem;
	text-align: left;
}

.omakase-icons__caution {
	position: relative;
	font-size: 1.3rem;
	line-height: 1.846153846;
	margin-bottom: 6rem;
}

.l-parts04 {
	margin-bottom: 9rem;
	margin-top: 9rem;
	padding: 0;
	min-width: 1000px;
	position: relative;
}

.l-parts04.wave {
	background: url(img/bg_wave01.png) repeat center top;
	padding-bottom: 2rem;
	background-position: center top -35px;
}

.l-parts04.wave.wave02 {
	background-position: center top -165px;
}

.l-parts04.wave.wave03 {
	background-position: center top 42px;
}

.l-parts04 .l-section-inner {
	position: relative;
	z-index: 0;
}

.l-parts04-list__wrap {
	margin-top: 5rem;
}

.l-parts04-list {
	display: flex;
	margin: 4rem 0;
	position: relative;
}


.l-parts04-list__wrap.wave::before {
	width: 200vw;
	height: 100%;
	content: "";
	position: absolute;
	background: url(img/bg_wave01.png) no-repeat center;
	background-size: 1400px auto;
	left: -50vw;
	z-index: -1;
}

.left .l-parts04-image {
	margin: 0 30px 30px 0;
	width: 140px;
	text-align: center;
}

.right .l-parts04-image {
	margin: 0 0 30px 30px;
	text-align: center;
}

.l-parts04-image .label {
	margin: auto;
	padding: 0 0.5rem;
	background: #fac803;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #040303;
	display: inline-block;
	min-width: 100px;
}

.l-parts04-image {
	display: flex;
	align-items: flex-start;
}

.l-parts .l-parts04-image {
	width: 160px;
	margin: 0px 0px;
	padding: 0;
	text-align: center;
}

.l-parts .l-parts04-image .image-box {
	margin: 0 0 -1.8rem 0;
}

.l-parts04-image .image-box {
    margin: 0 auto;
    width: 160px;
}
.l-parts04-image .image-box img {
    width: 100px;
    margin-left: 3rem;
    margin-top: 4rem;
}
.l-contents-area--low .l-parts04-image .image-box {
	margin: 4rem 3.5rem -1.8rem;
}

.l-parts03 .l-parts04-image .image-box {
	margin: 0 0 -3rem;
}

.l-parts04-body {
	width: calc(100% - 160px);
	border: 3px solid #a8dc00;
	padding: 15px 40px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	color: #111;
	font-size: 1.5rem;
	height: 50%;
}


.l-parts04-body:first-child::before,
.l-parts04-body:first-child::after {
	content: "";
	position: absolute;
	border: solid transparent;
	border-width: 11px 30px;
	top: 40%;
	margin-top: -6px;
}

.l-parts04-body:first-child::before {
	border-left-color: #95ce57;
	right: -61px;
}



.l-parts04-body:first-child::after {
	border-left-color: #fff;
	right: -54px;
}

.l-main-area--low .l-parts04-body:first-child::before,
.l-main-area--low .l-parts04-body:first-child::after {
	content: "";
	position: absolute;
	border: solid transparent;
	border-width: 11px 30px;
	top: 40%;
	margin-top: -6px;
}

.l-main-area--low .l-parts04-body:first-child::before {
	border-left-color: #95ce57;
	right: -61px;
}

.l-main-area--low .l-parts04-body:first-child::after {
	border-left-color: #fff;
	right: -54px;
}

.l-main-area--low .l-parts04-body:nth-child(2)::before,
.l-main-area--low .l-parts04-body:nth-child(2)::after {
	content: "";
	position: absolute;
	border: solid transparent;
	border-width: 11px 30px;
	top: 20%;
	margin-top: -6px;
}

.l-main-area--low .l-parts04-body:nth-child(2)::before {
	border-right-color: #95ce57;
	left: -61px;
}

.l-main-area--low .l-parts04-body:nth-child(2)::after {
	border-right-color: #fff;
	left: -54px;
}




.l-parts .l-parts04-body:nth-child(2)::before {
	display: none;
}

.l-parts .l-parts04-body:nth-child(2)::after {
	display: none;
}


.l-parts04-body:first-child {
	margin-right: 30px;
}

.l-parts04-body .catch {
	margin: 1.5rem 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #453c18;
}

.l-parts03 .l-parts04-body .catch {
	color: #426251;
	line-height: 1.458333333;
}

.l-parts04-body .catch a {
	display: block;
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 10px auto;
}

.l-parts04 .tag {
	margin: 0;
}

.l-parts04 .tag .tag-list {
	margin: 0 1rem 1rem 0;
	padding: 0.2rem 1rem;
	display: inline-block;
	background: #fff;
	border: solid 1px #0096d2;
	font-size: 1.2rem;
	color: #0096d2;
	text-align: center;
	position: relative;
}

.l-parts04 .tag .tag-list:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #0097d2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}


.pr-wrap {
	border-radius: 10px;
	background: url(img/bg_person.png) no-repeat right 56px bottom 0px, url(img/bg_pr01.png) no-repeat center;
	background-size: 18%, 100%;
	margin-left: 2rem;
}

.pr-box-head {
	margin: -2rem 0 2rem -2.2rem;
	background: url(img/bg_slash04.png) no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 2rem 12rem 2rem 6rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	display: inline-block;
	max-width: 650px;
	position: relative;
	line-height: 1.384615385;
}

.pr-box-head .txt-pr {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #060606;
	font-size: 2.2rem;
}

.pr-box-head a {
	display: block;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 12px auto;
	padding-right: 125px;
}

.pr-box-body {
	padding: 0 27rem 2rem 7rem;
}

/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
	background: #f8f3e5;
	margin: 5rem 0;
	padding: 4rem 5rem;
	box-sizing: border-box;
}

.l-main-area .toc_parts {
	background: #f8f3e5;
	margin: 5rem auto 0;
	padding: 4rem 5rem;
	box-sizing: border-box;
	max-width: 800px;
}

.toc_parts .ttl {
	padding: 0 0 0 1rem;
	font-size: 2rem;
	font-weight: bold;
	border-left: 4px solid #a8dc00;
}

#toc {
	margin: 1.5rem 0 0 0;
	padding: 0 2rem 0;
	border-top: 1px solid #58585e;
}

#toc .chapter {
	margin: 0 0 2rem;
	counter-reset: count;
}

#toc .chapter .chapter-h {
	margin: 2rem 0 0;
	padding: 0 0 0 3.5rem;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
	counter-increment: count;
	background: none;
}

.l-main-area #toc .chapter .chapter-h:first-child {
	display: none;
}

.l-main-area--low #toc .chapter .chapter-h:first-child {
	display: block;
}

#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
	content: counter(count, decimal-leading-zero);
	position: absolute;
	top: 14px;
	left: 0;
	transform: translate(0, -50%);
	color: #9ccd66;
	font-size: 2rem;
	font-weight: bold;
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
}

#toc .chapter .chapter-h a {
	font-weight: bold;
	text-decoration: none;
}

#toc .chapter .chapter-h a:hover {
	opacity: .6;
}

#toc .chapter .chapter-h span {
	color: #0b072b;
	font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
	margin: 1rem 0 1rem 4rem;
	padding: 0 0 0 1.5rem;
	counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #0b072b;
	border-right: solid 1px #0b072b;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
	font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
	font-weight: 400;
}

#toc .chapter br {
	display: none;
}

/*
---------------------------------------------

  smartphone settings

  */

@media screen and (min-width: 600px) {

	.sp,
	.forSP,
	.sp_br {
		display: none !important;
	}

}

@media screen and (max-width: 599px) {
	body {
		min-width: 100%;
		min-width: inherit;
		font-size: 1.4rem;
	}

	.pc,
	.forPC,
	.pc_br {
		display: none !important;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/*
---------------------------------------------


*/
	.l-main-area .top_h2 {
		margin: 0 0 3rem;
		padding: 2rem 2rem 0;
		font-size: 2.2rem;
	}

	.l-main-area .top_h2 a {
		background-size: 8px 16px;
	}

	.l-main-area .top_h2:after {
		height: 30px;
	}

	.l-main-area .top_h3 {
		font-size: 2rem;
	}

	.l-main-area .top_h3 a {
		background-size: 8px 16px;
	}

	.l-main-area .top_h4 {
		font-size: 1.8rem;
	}

	.l-main-area .top_h4 a {
		background-size: 7px 15px;
	}

	.l-main-area ul {
		margin: 2rem 0;
		font-size: 1.4rem;
	}

	.l-main-area table {
		width: 100%;
		margin: 30px auto 20px;
		display: block;
		border-top: 1px #d3d3d3 solid;
		font-size: 1.4rem;
	}



	.l-parts03 table {
		width: 100%;
		margin: 10px auto 20px;
		display: table;
		border-top: 1px #d3d3d3 solid;
		font-size: 1.4rem;
	}

	.l-main-area table tr {
		width: 100%;
		display: block;
	}

	.l-parts03 table tr {
		width: 100%;
		display: table-row;
	}

	.l-main-area table th {
		width: 100%;
		display: block;
		border-top: none;
		border-bottom: none;
	}

	.l-main-area .l-parts02 .l-parts02-white__column2__right table tbody th {
		border-bottom: 1px #ccc solid;
		text-align: center;
	}

	.l-main-area .l-parts02 .l-parts02-white table tbody td {
		text-align: center;
	}

	.l-main-area--low table tbody th {
		border-bottom: 1px #ccc solid;
	}

	.btn-accordion span {
		width: 100%;
		margin: 10px auto 10px;
	}

	.l-parts03 table th {
		width: 100%;
		display: block;
		border-top: none;
		border-bottom: 1px #ccc solid;
	}

	.l-main-area table td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.l-contents-area--low .title-voice {
		font-size: 1.8rem;
	}


	.l-parts03 table td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.l-main-area table thead {
		width: 100%;
		display: block;
	}


	.l-parts03 table thead {
		width: 100%;
		display: block;
	}

	.l-main-area table thead th {
		width: 100%;
		display: block;
	}

	.l-parts03 table thead th {
		width: 100%;
		display: block;
	}

	.l-main-area table thead td {
		width: 100%;
		display: block;
	}

	.l-main-area table tbody {
		width: 100%;
		display: block;
	}

	.l-parts03 table tbody {
		width: 100%;
		display: table-row-group;
	}

	.l-main-area table tbody th {
		width: 100%;
		display: block;
	}

	.l-parts03 table tbody th {
		width: 40%;
		display: table-cell;
	}

	.l-main-area .l-parts02-white__column2__right table th {
		width: 100%;
	}

	.l-main-area table tbody td {
		width: 100%;
		display: block;
		text-align: center;
	}

	.l-parts02-white__information table.information {
		width: 100%;
		margin: 0;
	}

	.l-parts02-white__information table.information th {
		text-align: center;
		font-size: 1.4rem;
		padding: 15px;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	.l-parts02-white__information table.information td {
		font-size: 1.2rem;
		padding: 15px 15px;
		line-height: 1.5;
		text-align: center;
	}

	.l-parts03table tbody td {
		width: 100%;
		display: block;
	}

	.btn-web {
		width: 90%;
		min-width: inherit;
		margin: 3rem auto;
	}

	.btn-web a {
		width: 100%;
		padding: 1.5rem 3rem;
		font-size: 1.6rem;
	}

	.btn-web a:after {
		background-size: 9px 15px;
	}

	.btn-internal {
		width: 90%;
		margin: 3rem auto;
	}

	.btn-internal a {
		width: 100%;
		min-width: inherit;
		padding: 1.5rem 4.0rem 1.8rem 3.0rem;
		font-size: 1.6rem;
	}

	.btn-internal a:after {
		background-size: 9px 15px;
	}

	.btn-internal.up {
		margin-top: 5rem;
	}

	.btn-internal.up a {
		width: 90%;
	}

	.btn-tel {
		width: 90%;
		margin: 3rem auto 5rem;
		padding: 0;
		display: block;
		text-align: center;
	}

	.btn-tel a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.5rem 3rem 1.5rem 4.5rem;
    border-radius: 50px;
    box-shadow: 5px 5px 0 #fac805;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    background: #514327 url(img/tel_icon.png) no-repeat left 18px center;
    color: #fff;
    font-weight: bold;
    background-size: 26px;
}

	.btn-tel a::after {
		content: '';
		width: 10px;
		height: 21px;
		background-size: 96%;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}

	.btn-link {
		margin: 3rem auto;
		padding: 0;
		display: block;
		text-align: left;
		width: 90%;
	}

	.btn-link a {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 1.6rem 4rem 1.9rem 2.5rem;
		text-align: left;
		display: inline-block;
		background: #fff url(img/arrow01_black.svg) no-repeat right 20px center;
		background-size: 9px 15px;
		border: #fac805 solid 2px;
		border-radius: 100px;
		color: #040303;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-decoration: none;
	}

	.l-parts01.point .btn-link a {
		padding: 10px 10px 10px 20px;
		background: url(img/arrow01_blue.svg) no-repeat left 35px center;
		background-size: 9px 15px;
		text-align: center;
	}

	.l-parts .frame-body .btn-link {
		margin: 3rem auto;
	}

	.l-parts .frame-body .btn-link a {
		padding: 1.6rem 4rem 1.9rem 2.5rem;
		background: #fff url(img/arrow01_black.svg) no-repeat right 20px center;
		background-size: 9px 15px;
	}

	.btn-accordion {
		width: 90%;
		margin: auto;
	}

	.l-main-area .float-wrap {
		width: 100%;
		margin: 10px auto 30px;
		font-size: 1.4rem;
	}

	.l-main-area .float-wrap .float-img.fr {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	.l-main-area .float-wrap .float-img.fl {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	.l-main-area .float-wrap .float-img.ct {
		width: 100%;
	}

	.l-main-area .float-wrap .float-img.t_small {
		width: 40%;
	}

	.l-main-area .float-wrap .float-img.fr.t_small {
		margin: 0 0 20px 10px;
		float: right;
	}

	.l-main-area .float-wrap .float-img.fl.t_small {
		margin: 0 20px 10px 0;
		float: left;
	}

	.l-main-area .box-wrap {
		width: 94%;
		margin: 8rem 0 4rem auto;
		display: block;
		font-size: 1.4rem;
	}

	.l-main-area .box-wrap .box {
		width: 100%;
		margin: 0 0 5rem;
		padding: 1.5rem;
	}

	.l-main-area .box-wrap .box:nth-child(2n) {
		margin: 0 auto 2rem;
	}

	.l-main-area .box-wrap .box-head {
		margin: -4rem 0 0 -4rem;
		padding: 0;
		font-size: 2rem;
	}

	.l-main-area .box-wrap .box-head a {
		padding: 2rem 3rem 2rem 2rem;
		background-size: 10px;
		background-position: right 1rem center;
	}

	.l-main-area .box-wrap .box-body {
		padding: 1rem 0;
	}

	.l-main-area .box-wrap .box-body .btn-internal a {
		width: 90%;
	}

	.l-main-area .frame-wrap {
		margin: 0 auto 4rem;
		display: block;
		font-size: 1.4rem;
	}

	.l-main-area .frame-wrap .frame {
		width: 100%;
		margin: 0 auto 2rem;
	}

	.l-main-area .frame-wrap .frame:nth-child(3n) {
		margin: 0 auto 2rem;
	}

	.l-main-area .frame-wrap .frame::before {
		left: 25px;
	}

	.l-main-area .frame-wrap .frame-head {
		font-size: 2rem;
		text-align: left;
	}

	.l-main-area .frame-wrap .frame-head a {
		background-size: 8px;
	}
.l-main-area .frame-wrap .frame-body table th {
    width: 100%;
}
	.l-main-area .l-icon-title {
		width: 100%;
		margin: 5rem 0 1.5rem;
		padding: 1rem 1rem 1rem 7.5rem;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.l-main-area .l-parts02 .l-icon-title {
		font-size: 1.7rem;
		padding: 15px 20px 15px 42px;
		margin: 3rem 0 1.5rem;
	}

	.l-parts02-white__column2__right .balloon__catch {
		font-size: 1.8rem;
		text-align: center;
	}

	.l-main-area .l-icon-title:before {
		width: 60px;
		height: 60px;
		font-size: 1rem;
		left: -4px;
		background-size: 100% auto;
	}

	.l-main-area .l-icon-title:after {
		width: 60px;
		height: 60px;
		left: 0;
		background-size: 100% auto;
		font-size: 1.3rem;
	}

	.l-main-area .l-number-wrapper .l-icon-title:before {
		padding: 0;
		font-size: 2.8rem;
	}
.l-main-area .l-number-wrapper .l-icon-title:after {
    content: counter(number);
    counter-increment: number;
    font-size: 1.7rem;
    background-size: 41px;
    width: 41px;
    height: 63px;
    top: 14%;
    left: -8px;
}

	/* low ----------------*/

	.site_title_lower-wrapper {
		padding: 0;
	}

	.l-main-area--low h1 {
    margin: 2rem 0 3rem;
    font-size: 2.4rem;
    line-height: 1.6;
    padding: 4rem 0 0;
    letter-spacing: 0;
}

	.l-main-area h2:not([class]), .l-main-area--low h2 {
    font-size: 2rem;
    background-size: 56px;
    padding: 1.4rem 1rem 1.2rem;
    margin: 5rem 0 2rem;
    background: url(img/bg_shooting_small01.png) no-repeat left 7px center #b2de83;
}
.l-main-area h2:not([class]):nth-of-type(1), .l-main-area--low h2:nth-of-type(1) {
    margin: 3rem 0 2rem;
}
	.l-main-area h2:not([class]) a,
	.l-main-area--low h2 a {
		background-size: 8px auto;
		padding: 0 1.5rem 0 0;
	}

	.l-main-area h3:not([class]),
	.l-main-area--low h3 {
		font-size: 1.8rem;
	}
.l-main-area h4:not([class]), .l-main-area h5:not([class]), .l-main-area--low h4, .l-main-area--low h5 {
    font-size: 1.6rem;
}
	/*
---------------------------------------------

  header area

  */
	.l-header {
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: left;
	}

	.l-header-area {
		padding: 0;
	}

	.l-header-left {
		display: none;
	}

	.l-header-sitename {
		font-size: 1rem;
		text-align: left;
	}

	.l-header-logo a {
		width: 50%;
		height: auto;
	}

	.l-gnavi-area {
		display: none;
	}

	/*
---------------------------------------------

  footer area

  */
	.l-footer-area {
		padding: 2rem 0 5rem 0;
		min-width: inherit;
	}

	.footMenu {
		width: 100%;
		height: 5rem;
		margin: 0;
		position: fixed;
		bottom: 0;
		z-index: 300;
	}

	.footMenu .menuLeft {
		width: 50%;
		height: 100%;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #a8dc00;
	}

	.footMenu .menuLeft .l-gnavi-btn {
		margin: 0;
	}

	.footMenu .menuRight {
		width: 50%;
		height: 100%;
		float: right;
		background: #0097e2;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.footMenu .menuRight a {
		padding: 1rem 2rem;
		color: inherit;
		display: block;
		text-decoration: none;
	}

	.footMenu .l-gnavi-btn {
		width: 100%;
		height: 100%;
	}

	.footMenu .l-gnavi-btn span {
		left: 50%;
		transform: translateX(-50%);
		background: #040303;
	}

	.footMenu .l-gnavi-btn span:nth-child(1) {
		top: 15px;
	}

	.footMenu .l-gnavi-btn span:nth-child(2) {
		top: 25px;
	}

	.footMenu .l-gnavi-btn span:nth-child(3) {
		top: 35px;
	}

	.footMenu .l-gnavi-btn.active span:nth-of-type(1) {
		transform: translate(-50%, 10px) rotate(-45deg);
	}

	.footMenu .l-gnavi-btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.footMenu .l-gnavi-btn.active span:nth-of-type(3) {
		transform: translate(-50%, -10px) rotate(45deg);
	}

	.l-footer-logo {
		margin: 1rem auto;
	}

	.l-footer-logo__image {
		width: 100%;
	}

	.l-footer-logo__link {
		display: block;
		text-align: center;
		color: #040303;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.6;
	}
.l-footer-logo__link img {
    width: 36%;
}
	.l-footer-logo__link .belt {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: 500;
		background: #fff;
		color: #040303;
		padding: 5px 20px;
	}

	.l-footer-logo__link .small {
		font-size: 2rem;
	}

	.l-footer-disclaimer {
		width: 90%;
		margin: 0 auto 1rem;
		padding: 2rem 5%;
	}

	.l-footer-bottom {
		padding: 0 5%;
	}

	.l-footer-bottom__inner {
		width: 90%;
		display: block;
	}

	.l-footer-bottom__copy {
		display: block;
		text-align: center;
		padding: 10px 0;
		margin: 0;
	}

	.l-footer-bottom__sitemap {
		display: none;
	}

	.l-footer-note {
		margin: 0 0 1rem;
		font-size: 1rem;
		padding: 0 1rem;
	}

	.l-footer-menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
		width: 100%;
		height: 100%;
		background: #fff9f0;
		margin: 0;
		padding: 0 0 60px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, opacity 1s;
		opacity: 0;
	}

	.l-footer-menu-wrapper.active {
		transform: translate3d(0, 0, 0);
		transition: transform 0.3s ease-in-out, opacity 0.3s;
		opacity: 1;
	}

	.l-footer-menu {
		width: 90%;
		margin: 0 auto 2rem;
	}

	.l-footer-menu__title {
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #040303;
	}

	.l-footer-menu__title__link {
		display: block;
		font-size: 1.5rem;
		position: relative;
		padding: 1rem 2.5rem 1rem 0;
		background: none;
		font-weight: inherit;
		color: #040303;
	}

	.l-footer-menu__title__link:after {
		content: '';
		width: 8px;
		height: 15px;
		background: url(img/arrow01_black.svg) no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) rotate(90deg);
	}

	.l-footer-menu__title__link:hover {
		text-decoration: none;
		opacity: 1;
	}

	.l-footer-menu__list {
		display: none;
	}

	.l-footer-menu__list__item {
		width: 100%;
		padding: 0.8rem 1rem;
	}

	.l-footer-menu__list__item:first-child {
		display: block;
	}

	.l-footer-menu__list__link {
		margin: 1rem 0 0 0;
	}

	.l-footer-submenu__list {
		display: block;
	}

	.l-footer-submenu__list__item {
		display: block;
	}

	/*
---------------------------------------------

  common

  */
	.l-pagetop {
		top: -5.5rem;
		right: 0.5rem;
	}

	.l-pagetop__link {
		width: 50px;
		height: 50px;
	}

	.l-pagetop__link:hover {}

	.l-pagetop__image {
		width: 14px;
	}

	.l-pagetop.is-fixed {
		bottom: 5.5rem;
	}

	#pankuzu {
		margin: 0 auto;
		padding: 1rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.l-sns-list {
		display: none;
	}

	/*
---------------------------------------------

  contents area

  */
	.l-contents-area {
		padding: 0;
	}

	.l-contents-area--low {
		width: 100%;
	}

	/*
---------------------------------------------

  main area

  */
	.l-main-area--low {
		width: 94%;
		margin: 0 auto 7rem;
		float: none;
		overflow: visible;
	}

	.l-section-inner {
		width: 94%;
		margin: 0 auto;
	}

	p.l-common-lead {
		width: 100%;
		margin: 2rem 0 3rem;
	}

	/*
---------------------------------------------

  top

  */
	.l-mv {
		min-height: inherit;
		min-width: inherit;
		padding: 0;
		background: none;
		position: relative;
		margin-bottom: 2rem;
	}

	.l-mv-wrapper {
		width: 100%;
		padding: 0;
	}

	.l-mv-logo {
		position: relative;
		width: 100%;
		padding: 0;
		background: none;
		text-align: left;
	}

	.l-mv-logo img {
    width: 38%;
    padding-left: 1rem;
}

	.l-mv-box {
		width: 100%;
		min-height: 206px;
		margin: 0;
		padding: 1.5rem 1rem 1rem;
		background: url(img/bg_mv_sp.png) center bottom no-repeat;
		background-size: cover;
	}

	.l-mv-box p {
		margin: 0;
		background: rgba(0, 152, 210, 0.5);
		padding: 0.8rem;
	}

	.l-mv-title {
		width: 100%;
		min-height: 13rem;
		margin: 2rem 0 0;
		padding: 0 48% 1rem 1rem;
		background: url(img/bg_mv.jpg) center top no-repeat;
		background-size: cover;
		font-size: 1.8rem;
		display: flex;
		align-items: center;
	}

	.l-mv p {}

	.l-mv-check {
		display: none;
	}

	.l-mv-title {
		font-size: 2rem;
	}

	.l-mv-box02 {
		position: relative;
		background: none;
		padding: 0%;
		margin-top: -11rem;
	}

	.l-mv-box02:after {
		background: none;
	}

	.l-mv-box02_inner {
		width: auto;
	}

	.l-mv-box02_title {
		background: #afd88e;
		padding: 2rem 2rem 0;
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 3px;
	}

	.l-mv-box02_title_txt {
		background: #afd88e;
		padding: 0 2rem 2rem 2rem;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 3px;
	}

	.l-mv-box02_title .belt {
		font-size: 1.4rem;
		letter-spacing: 3px;
		margin: 0px 0 1rem;
	}

	.l-mv-box02_title .small {
		font-size: 1.8rem;
	}


	.l-mv__person-wrap {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 8rem 1rem 0;
		padding: 2rem 0.5rem 1rem 8.5rem;
		border: 3px solid #fac803;
		border-radius: 10px;
	}

	.l-mv__person__img {
		top: -90px;
		left: -50px;
		display: flex;
		align-items: baseline;
		justify-content: center;
		height: 80px;
		text-align: center;
	}

	.l-mv__person__img img {
		height: 100%;
		width: auto;
	}

	.l-mv__person-balloon {
		position: absolute;
		background: url(img/bg_slash01.png);
		left: -10px;
		top: 0;
		bottom: 0;
		margin: auto;
		color: #fff;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		padding: 0.5rem;
		font-size: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.l-mv__person_box {
		margin: 0 0.9rem;
		font-size: 1.4rem;
	}

	.l-mv__person_name {
		font-size: 1.7rem;
	}

	.l-mv__person_txt {
		font-size: 1.3rem;
	}

	.l-parts {
		padding: 4rem 0;
	}

	.l-parts.sec02 {
		padding: 0rem 0 8rem;
	}

	.top-under {
		background-color: #fff9f1;
		padding: 3rem 3rem;
		margin-bottom: 3rem;
	}


	.l-common-title {
		font-size: 2.2rem;
		margin: 1rem 0 2rem;
		padding: 3.5rem 1rem 1.5rem;
	}

	.l-common-title a {
		padding: 0 20px;
	}

	.l-common-title span.sp_fontsize {
		font-size: 1.8rem;
	}

	.l-common-title__h3 {
		margin: 5rem 0 1.5rem;
		padding: 2.5rem 6rem;
		font-size: 2rem;
	}

	.l-common-lead {
		margin: 2rem auto;
		width: auto;
		padding: 0 1.5rem;
	}

	.l-parts03 .l-common-lead {
		margin: 2rem auto 4rem;
		width: auto;
		padding: 0 1.5rem;
	}

	.l-common-title02__wrap {
		margin: 0 0 2rem 0;
	}

	lower-bottom .l-common-title02__wrap {
		margin-bottom: 1rem;
	}

	.l-common-title02 {
		padding: 2rem 1.5rem 1.5rem;
		font-size: 2.2rem;
	}

	.l-common-title02:after {
		top: -18px;
	}

	.l-common-lead02 {
		margin: 2rem 0;
	}

	.l-common-lead02 p:not([class]) span.sp_color {
		color: #d151dd;
		letter-spacing: 1px;
		font-size: 1.8rem;
	}


	.curtain-title-box {
		padding: 3rem 0 1rem;
		background: url(img/txt_special-feature.png) no-repeat center top 10px;
		background-size: 60px auto;
		margin-top: 30px;
	}

	.curtain-title {
		padding: 6rem 6rem 0;
		background: url(img/img_seiko05.png) no-repeat right 2px bottom, url(img/img_kyoko05.png) no-repeat left 2px bottom;
		background-size: 7rem;
		letter-spacing: 0;
		font-size: 2.4rem;
	}

	.curtain-title a {
		background: url(img/arrow01_black.svg) no-repeat right 5px center;
		background-size: 12px auto;
		padding: 0 22px;
		display: inline-block;
	}

	.l-section-inner {
		background-size: 20%;
	}


	.l-parts01.point {
		padding: 6rem 0 12rem;
		background: #fff url(img/bg_parts01.png) no-repeat bottom center;
		background-size: contain;
	}

	.l-parts01 {
		padding: 2rem 0 3rem;
		overflow-x: hidden;
	}

	.l-parts01 .btn-accordion span {
		margin: 40px auto 15px;
	}

	.l-parts01 .l-section-inner {
		background-size: 20%;
		background-position: left top, right top 300px;
	}

	.l-parts01-column3 {
		min-width: inherit;
	}

	.l-parts01-column3:after {
		content: none;
	}

	.l-parts01-column3__box {
		width: 96%;
		margin: 2rem auto 0;
		position: relative;
		padding: 1.5rem;
	}


	.l-parts01.point .l-parts01-column3__box {
		width: 100%;
	}

	.l-parts01.point .l-parts01-column3 {
		min-width: 100%;
		display: block;
	}

	.l-parts01-column3__box:nth-child(3n) {
		margin-right: auto;
	}

	.l-parts01-column3__box .catch-image {
		width: 80%;
		margin: 0 auto;
	}

	.l-parts01-column3__box .catch-text, .l-parts01-column3__box .catch-body {
    /* padding: 0; */
}

	.l-parts02 {
    margin: 4rem auto 0;
    padding: 2rem 0 6rem;
    min-width: inherit;
    background: #deedcc url(/wp/wp-content/uploads/bg_sooting02_sp.jpg) repeat-x top -64px left -37px;
    background-size: contain;
}

	.l-parts02:before {
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}

	.l-parts02:after {
		bottom: -2px;
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}

	.l-parts02-white {
		width: 100%;
	}

	.l-parts02-white:last-child {
		margin-bottom: 0;
	}

	.l-parts02-white-inner {
		margin: 0 auto;
		padding: 0 1.5rem;
	}

	.l-parts02-white__title {
		padding: 2rem 2rem 2rem 8rem;
	}

	.l-parts02-white__title .catch-title.ttl01::before {
		left: 15%;
		top: 42%;
	}

	.l-parts02-white__title .catch-title.ttl02::before {
		left: 15%;
		top: 42%;
	}

	.l-parts02-white__title .catch-title.ttl03::before {
		left: 15%;
		top: 42%;
	}

	.l-parts02-white__title:after {
		height: 25px;
		top: 99%;
		background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
	}

	.l-parts02-white__title .catch-title {
		width: auto;
		padding: 0;
		font-size: 2rem;
		letter-spacing: 2px;
	}

	.l-parts02-white__title .catch-title span {
		font-size: 2.0rem;
	}

	.l-parts02-white__column2 {
		width: 100%;
		margin: 3rem 0 2rem;
		display: block;
		position: relative;
	}

	.l-parts02-white__column2__left {
		width: auto;
		top: 6rem;
		font-size: 1.2rem;
		margin: auto;
		height: auto;
	}

	.l-parts02-white__column2__left img {
		height: auto;
		max-height: 200px;
	}

	.l-parts02-white__column2__right {
		width: 100%;
	}

	.l-parts02-white__column2 .catch02 {
		margin: 0 0 2rem;
		color: #0096d2;
		line-height: 1.4;
		font-size: 1.8rem;
		font-weight: 500;
	}

	.l-parts02-white__column2__right .balloon {
		padding: 1rem;
	}

	.l-parts02-white__column2__right .balloon::before {
		top: -19px;
		left: 80%;
	}

	.l-parts02-white__column2__right .balloon::after {
		border-bottom-color: #fff;
		top: -15px;
		left: 80%;
	}

	.l-parts02-white__prices {
		display: block;
	}

	.l-parts02-white__prices__left {
		width: 100%;
	}

	.l-parts02-white__prices__right {
		width: 100%;
	}

	.l-parts02-white__persons {
		display: block;
	}

	.l-parts02-white__person {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 20px;
		padding: 16px 15px 16px 85px;
	}
.l-parts02-white__person.person1::before {
    width: 64px;
    height: 85px;
    left: 10px;
    background-size: 64px;
}
.l-parts02-white__person.person2::before {
    width: 56px;
    height: 86px;
    left: 14px;
    background-size: 56px;
}
	.l-parts02-white__person__inner {
		width: 100%;
		border-radius: 10px;
		font-size: 2rem;
		font-weight: bold;
		flex-direction: column;
		line-height: 1.25;
		margin-bottom: 20px;
		padding: 20px 0px 0 0px;
	}

	.l-parts02-white__person__wrap {
		width: 100%;
	}

	.l-parts02-white__catch-person {
		background: url(img/img_kyokoseiko01.png) no-repeat center right;
		background-size: 80px auto;
	}

	.l-parts02-white__catch-person p {
		max-width: 225px;
		font-size: 1.8rem;
	}

	.l-parts02-white__summary {
		display: block;
		margin: 0 auto 4rem;
	}

	.l-parts02-white__summary__image {
		width: 100px;
		margin: 0 auto;
		text-align: center;
	}

	.l-parts02-white__summary__body {
		width: 100%;
		border: 3px solid #9ab5a7;
		padding: 10px 20px;
		border-radius: 10px;
		position: relative;
		background: #fff;
		color: #111;
		font-size: 1.5rem;
		height: 50%;
	}

	.l-parts02-white__summary__body:before,
	.l-parts02-white__summary__body:after {
		content: "";
		position: absolute;
		border: solid transparent;
		border-width: 18px 10px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: -6px;
	}

	.l-parts02-white__summary__body:before {
		border-bottom-color: #9ab5a7;
		top: -31px;
	}

	.l-parts02-white__summary__body:after {
		border-bottom-color: #fff;
		top: -24px;
	}

	.l-parts02-white__column2__right .clinic {
		margin: 2rem 0 1rem;
		padding: 2.5rem 8rem 2.5rem 1rem;
		background: url(img/img_kyokoseiko01.png) no-repeat right bottom;
		background-size: 80px auto;
		line-height: 1.2;
		font-size: 2.2rem;
		font-weight: 500;
	}

	.l-parts02-white__column2__right .price {
		width: 60%;
		margin: 0 0 3.5rem auto;
	}

	.l-parts02-white__column2__right .price-list {
		padding: 0.5rem;
		font-size: 1.4rem;
	}

	.l-parts02-white__column2__right .price-list .data span {
		font-size: 1.8rem;
	}

	.l-parts02-white .title-voice {
		font-size: 1.9rem;
		margin: 3rem 0 2rem;
	}

	.l-parts02-white .title-voice span {
		padding: 0 1rem;
		background: #fff;
		display: inline-block;
		width: 80%;
		line-height: 1.4;
	}

	.l-parts02-white__column3__box {
		width: 100%;
		margin: 0 0 2rem;
	}

	.l-parts02-white__column3__box .voice-catch {
		padding: 0.5rem 0 1.0rem;
	}

	.l-parts02-white__information .map {
		width: 100%;
		margin: 0 0 2rem;
		text-align: center;
	}

	.l-parts02 table.information {
		margin: 0;
		width: 100%;
	}

	.l-parts02 table.information th {
		width: 100%;
		border-width: 0px 1px 0px 1px;
		padding: 2px 25px;
	}

	.l-parts03 {
    margin-bottom: 4rem;
    padding-top: 4rem;
    background: #f9e7c3 url(/wp/wp-content/uploads/bg_sooting01_sp.jpg) repeat-x top left -37px;
    background-size: contain;
}

	.l-contents-area--low .l-parts03 {
		margin-bottom: 0;
		padding-top: 4rem;
	}

	.l-parts03-column3 {
		margin: 3rem 0 0;
	}

	.l-parts03-column3__box {
		width: 100%;
		margin: 0 0 2rem;
	}

	.l-parts03-column3__catch {
		padding: 1rem 1rem 1rem 5rem;
		line-height: 1.4;
		font-size: 1.6rem;
	}

	.l-parts03-column3__catch.catch01::before {
    content: '';
    display: block;
    background: url(img/bg_catch01.png) no-repeat;
    background-size: 80px;
    position: absolute;
    top: 27px;
    width: 80px;
    height: 85px;
    left: 57px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	.l-parts03-column3__catch.catch02::before {
    content: '';
    display: block;
    background: url(img/bg_catch02.png) no-repeat;
    background-size: 80px;
    position: absolute;
    top: 30px;
    width: 80px;
    height: 91px;
    left: 57px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	.l-parts03-column3__catch.catch03::before {
    content: '';
    display: block;
    background: url(img/bg_catch03.png) no-repeat;
    background-size: 80px;
    position: absolute;
    top: 30px;
    width: 80px;
    height: 84px;
    left: 57px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	.l-parts03-column3__title {
		text-align: center;
		padding: 3rem 0;
		font-size: 2.2rem;
	}
.l-parts03-column3__title::after {
    top: 14%;
}
	.l-parts03-column3__info dl {
		font-size: 1.3rem;
	}

	.l-parts03-column3__info dl dd {
		padding: 1rem 0 1rem 0;
	}

	p.l-parts03-column3__image {
		margin: 0;
	}

	ul.l-parts03-column3__tag {
		margin: 1rem 0 0;
	}

	.l-parts04 {
		min-width: inherit;
		padding: 0;
		margin-bottom: 2rem;
		margin-top: 6rem;
	}

	.l-parts04 .l-parts04-list__wrap {
		margin-top: 2rem;
	}

	.l-parts04 .l-section-inner:after,
	.l-parts04 .l-section-inner:before {
		content: none;
	}

	.l-parts04-list {
		display: block;
		margin: 0 0 2rem 0;
		position: relative;
	}

	.l-main-area.l-main-area--low .l-parts04-list {
		position: relative;
		display: block;
		margin-top: 3rem;
	}

	.l-parts04-body {
		font-size: 1.4rem;
	}


	.l-parts04-body:first-child,
	.l-parts04-body:nth-child(2) {
		margin: 0;
		display: block;
	}


	.l-main-area .l-parts04-body:nth-child(2) {
		margin: 0;
		display: block;
		margin: auto;
	}

	.l-parts04-body:first-child::before,
	.l-parts04-body:first-child::after,
	.l-parts04-body:nth-child(2)::before,
	.l-parts04-body:nth-child(2)::after {
		display: none;
	}
/**
	.l-main-area--low .l-parts04-body:first-child::before,
	.l-main-area--low .l-parts04-body:first-child::after,
	.l-main-area--low .l-parts04-body:nth-child(2)::before,
	.l-main-area--low .l-parts04-body:nth-child(2)::after {
		display: block;
	}
**/
	.l-contents-area--low .l-parts04-image .image-box {
    margin: 3rem 3rem 0 4rem;
    height: auto;
    width: 5rem;
}
	.l-main-area--low .l-parts04-body:nth-child(2) {
		margin: 0;
		display: block;
		margin: 0px 0 0 11.5rem;
	}


	.l-parts04-body:first-child::before,
	.l-parts04-body:first-child::after,
	.l-parts04-body:nth-child(2)::before,
	.l-parts04-body:nth-child(2)::after {
		content: "";
		position: absolute;
		border: solid transparent;
		border-width: 7px 15px;
		top: 35%;
		margin-top: -6px;
		display: none;
	}

	.l-parts04-body:nth-child(2)::before {
		border-right-color: #95ce57;
		left: -30px;
	}


	.l-parts04-body:nth-child(2)::after {
		border-right-color: #fff;
		left: -25px;
	}

	.l-parts04-body:first-child::before {
		right: -30px;
		border-left-color: #95ce57;
	}

	.l-parts04-body:first-child::after {
		right: -25px;
		border-left-color: #fff;
	}





	.l-parts .l-parts04-image {
		width: 8rem;
		position: absolute;
		z-index: 1;
		margin: auto;
		top: -3rem;
		left: 2rem;
		text-align: center;
		padding-top: 6rem;
	}

	.l-main-area--low .l-parts04-image {
		width: auto;
		position: absolute;
		z-index: 1;
		margin: auto;
		top: 11rem;
		text-align: center;
	}

	.l-main-area--low .l-parts04-image:first-child {
    left: -2rem;
    top: 0;
}


.l-main-area .l-parts04 .l-parts04-image:first-child {
    display: block;
    top: 1.5rem;
    bottom: 0;
    left: 3rem;
    width: 4.5rem;
    position: absolute;
    z-index: 100;
}

	.l-parts04-image:nth-child(2n) {
		right: 2rem;
	}

	.l-parts04-image:nth-child(2n) {
		right: -1.0rem;
		top: 0;
		bottom: 0;
		width: 7rem;
	}

	.l-parts03 .l-parts04-image .image-box {
		margin: 0 0 6rem;
	}

	.l-parts03 .l-parts04-image:first-child {
		width: 8rem;
	}

	.l-parts03 .l-parts04-image:nth-child(2n) {
		width: 8rem;
	}


	.l-parts04-image .label {
		top: 4rem;
		font-size: 1.1rem;
		min-width: 50px;
		line-height: 1.4;
		position: relative;
	}

	.l-parts04-image .image-box {
		width: auto;
		height: 5rem;
		margin: auto auto -1rem;
	}




	.l-parts04-image .image-box img {
    width: 6rem;
    height: auto;
    margin-left: 0;
    margin-top: 0;
}

	.l-main-area.l-main-area--low .l-parts04-image .image-box img {
		width: 100%;
		height: auto;
	}

	.l-parts04-body {
		width: 78%;
		padding: 1.4rem;
		margin: 3rem 0;
	}

	.l-parts04-body:nth-child(2) {
		margin: 0;
		display: block;
		margin-left: 8.5rem;
	}

	.l-main-area .l-parts04-body {
		width: 94%;
		padding: 1.4rem;
		margin: 3rem 0;
	}

	.l-main-area.l-main-area--low .l-parts04-body {
    width: 95%;
    padding: 1.4rem;
    margin: auto;
}

	.l-parts04-body .catch {
		min-height: 7rem;
		display: flex;
		align-items: center;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}




	.l-parts04-body .catch a {
		padding-right: 2rem;
	}

	.l-parts04-body:first-child .catch {
		margin: 0 0 1rem 0;
	}

	.l-parts04-body:nth-child(2n) .catch {
		margin: 0 0 1rem 7rem;
	}

	.pr-wrap {
		margin: 4rem 0 2rem 2rem;
		background: url(img/bg_pr01.png) no-repeat bottom left;
		background-size: cover;
	}

	.pr-box-head {
		margin: -2rem 0 1rem -2.2rem;
		padding: 1.5rem 4.5rem 1.5rem 1.5rem;
		font-size: 2.2rem;
		max-width: 98%;
		line-height: 1.5;
	}

	.pr-box-head .txt-pr {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		font-size: 1.8rem;
	}

	.pr-box-head a {
		display: block;
		background: url(img/arrow01_white.svg) no-repeat right center;
		background-size: 12px auto;
		padding-right: 40px
	}

	.pr-box-body {
		padding: 2rem 2rem;
		position: relative;
	}

	.pr-box-body::before {
		content: "";
		width: 120px;
		height: 120px;
		background: url(img/bg_person.png) no-repeat left top;
		background-size: 100% auto;
		float: right;
	}


	.lower-bottom {
		margin: 0 0 4rem;
	}

	.lower-bottom-column3__box {
		width: 100%;
		margin: 0 0 2rem;
	}

	.lower-bottom-column3__catch {
		padding: 1rem;
		line-height: 1.4;
	}

	.lower-bottom-column3__title {
		text-align: center;
		padding: 1rem 0;
		font-size: 2.2rem;
	}

	.lower-bottom-column3__info dl {
		font-size: 1.5rem;
		margin: 0;
	}

	.lower-bottom-column3__info dl dd {
		padding: 1rem 0 1rem 0;
	}

	.top-under__inner {
		margin: 5rem auto 0;
		    font-size: 1.4rem;
	}

	.l-common-title span {
		font-size: 2.2rem;
	}

	.site_title_lower .belt {
		font-size: 1.5rem;
	}

	.site_title_lower .small {
		font-size: 1.7rem;
	}

	.site_title_lower {
		font-size: 2.4rem;
		padding: 1rem;
	}

	.site_title_lower img {
		width: 100px;
	}

	.sitemap_area .l-footer-menu__title__link:after {
		content: '';
		transform: translateY(-50%) rotate(00deg);
	}

	.omakase-icons {
		display: block;
	}

	.omakase-icon {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 10px 30px 30px;
	}

	.omakase-icon__title {
		font-size: 2rem;
	}



	.l-parts04-list.guest .l-parts04-image .image-box {
		margin: auto auto 3rem;
		width: 6rem;
	}

	.l-parts03-column3__lower-text {
		color: #999999;
		font-size: 1rem;
		line-height: 1.4;
		position: relative;
	}

	.toc_parts {
		margin: 3rem 0;
		padding: 3rem 2.5rem 2rem;
	}

	.l-main-area .toc_parts {
		width: 90%;
	}

	.toc_parts .ttl {
		font-size: 1.6rem;
		border-left: 2px solid #a8dc00;
	}

	#toc {
		margin: 1.5rem 0 0 0;
		padding: 1rem 0 0;
	}

	#toc .chapter .chapter-h {
		margin: 1rem 0;
		padding: 0 0 0 3rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#toc ul.chapter .chapter-h::before {
		top: 11px;
		font-size: 1.8rem;
	}

	#toc li.chapter-h.chapter-h-three {
		margin: 0.5rem 0 0.5rem 2rem;
	}

	#toc li.chapter-h.chapter-h-three::before {
		top: 6px;
		width: 6px;
		height: 6px;
	}

	#toc li.chapter-h-three+.chapter-h-two {
		margin-top: 2rem;
	}


}