@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url("https://use.typekit.net/zod4yvt.css");

/* body
-------------------------- */
html {
	width: 100%;
	margin: 0 auto;
}
body {
	width: 100%;
	/*background: #c55255;*/
	background: #fff;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	/* font-size: calc(.8196vw + 5.7054px);/* 12_18px */
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
}
/*
@media screen and (min-width: 1500px) {
	body {font-size: 18px;}
}
*/
* {
	box-sizing: border-box;
}

/* responsive
-------------------------- */
.spSet {
	display: none !important;
}
.pcSet {
	display: block !important;
}

/* base
-------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color: #ad3e42;*/
}
a, a img, .easing {
	transition: .3s ease-in-out;
	border: none;
	outline: none;
}
a img:hover, a:hover img {
	opacity: .7 !important;
}
a.effect img:hover {
	opacity: 1 !important;
	filter: brightness(110%);
}
p {
	text-align: justify;
}
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h1 {
	font-size: inherit;
	width: 20%;
	max-width: 140px;
	height: 3em;
	position: absolute;
	top: .75em;
	left: 40px;
	/*z-index: 10;*/
	background: url('../_img/logo.png') no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
}
/*
h2 {
	color: #fff;
	font-size: calc(2.1857vw + 15.2131px); 32_48px
	font-weight: 700;
	line-height: 1.2;
}
*/
/*
@media screen and (min-width: 1500px) {
	h2 {font-size: 48px;}
}
*/
/*
h3 {
	color: #be8622;
	font-size: calc(1.6393vw + 13.4101px);26_38px
	line-height: 1.5;
	font-weight: 700;
}
*/
/*
@media screen and (min-width: 1500px) {
	h3 {font-size: 38px;}
}
*/
/*
h4 {
	color: #be8622;
	font-size: calc(1.0928vw + 9.6072px); 18_26px
}
*/
/*
@media screen and (min-width: 1500px) {
	h4 {font-size: 26px;}
}
*/
.inner {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: auto;
	padding: 0 40px;
}
main {
	background: #fff;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	#top main {
		margin-top: 4.5em;
	}
}

/*
section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
*/
video {
	width: 100%;
	/* margin: 1em auto; */
	display: block;
	/* border: 1px solid #e9e5ca; */
}
hr {
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.box_full {
	width: 100%;
	position: relative;
	margin: auto;
}
.box_half {
	width: 50%;
	position: relative;
	float: left;
}
.box_one3rd {
	width: 33.333%;
	position: relative;
	float: left;
}
.box_two3rd {
	width: 66.666%;
	position: relative;
	float: left;
}
.box_one4th {
	width: 25%;
	position: relative;
	float: left;
}
.box_three4th {
	width: 75%;
	position: relative;
	float: left;
}
ul.breadcrumb {
	position: relative;
	width: 100%;
	max-width: 1180px;
	/* margin: 1em auto .5em; */
	margin: 1em auto 3em;
	/* padding: 0 40px; */
	padding: 20px 40px 0;
	font-size: 92%;
}
ul.breadcrumb li {
	display: inline;
	padding: .5em 0 !important;
	line-height: 1.2 !important;
}
ul.breadcrumb li:before {
	content: none !important;
}
ul.breadcrumb li:after {
	content: '>';
	padding: 0 .25em 0 .5em;
	font-size: 92%;
}
ul.breadcrumb li:last-child:after {
	content: '';
}
ul.breadcrumb li a {
	color: #ad3e42;
}
ul.breadcrumb li a:hover {
	color: #d26c6b;
}

/* header
-------------------------- */
header {
	width: 100%;
	height: 4.5em;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e9e5ca;
	z-index: 10;
	background: #fff;
}
#top header {
	position: static;
	background: transparent;
}

#top header h1 {
	filter: invert(1);
	max-width: 180px;
	height: 4em;
	z-index: 15;
}

@media screen and (min-width: 768px) {
	header {
		width: 100%;
		height: 4.5em;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px solid #e9e5ca;
		z-index: 10;
		background: #fff;
	}
	#top header {
		position: static;
		background: transparent;
		border-bottom: none;
		margin-top: -4.5em;
	}
	#top header h1 {
		filter: invert(1);
		max-width: 180px;
		height: 4em;
	}
	#top header.hdn_fixed {
		position: fixed;
		background: #fff;
		border-bottom: 1px solid #e9e5ca;
		top: 0;
		margin-top: -4.5em;
		-webkit-transition: top 0.0s ease-out, margin-top 0.2s ease-out;
		transition: top 0.0s ease-out, margin-top 0.2s ease-out;
	}
	#top header.fixed {
		position: fixed;
		background: #fff;
		border-bottom: 1px solid #e9e5ca;
		top: 0;
		margin-top: 0;
		-webkit-transition: top 0.0s ease-out, margin-top 0.2s ease-out;
		transition: top 0.0s ease-out, margin-top 0.2s ease-out;
	}
	#top header.hdn_fixed h1 {
		filter: none;
		max-width: none;
		height: 3em;
	}
	#top header.fixed h1 {
		filter: none;
		max-width: none;
		height: 3em;
	}
}
header #nav02 {
	position: absolute;
	top: 0;
	right: 70px;
	background: #fff;
	/* width: 27.5em; */
	/*width: 34.5em;*/
	height: calc(4.5em - 1px);
	font-weight: 700;
	padding: 1.25em 1em .75em;
	display: flex;
	/*justify-content: flex-start;*/
	justify-content: flex-end;
	width: 65%;
	z-index: 10;
}
header #nav02 li {
	white-space: nowrap;
}
header #nav02 li a {
	color: #333;
	/*float: left;*/
	display: inline-block;
	position: relative;
	padding: 0 0 0 2.5em;
	/*margin: 0 2em;*/
	margin: 0 1em;
}
header #nav02 li:first-child {
	padding-left: 30px;
	position: relative;
}
header #nav02 li:first-child a {
	color: #fff;
	font-weight: 700;
	background: #ca9a51;
	padding: 1px 5px;
	font-style: normal;
}
header #nav02 li:first-child:before {
	content: '';
	width: 1.66em;
	height: 1.66em;
	position: absolute;
	/* top: 0;  */
	/*left: 35px;*/
	left: 0;
	background: url('../_img/icon_phone.png') no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
@media screen and (max-width: 348px) {
	header #nav02 li:first-child:before {
		display: none;
	}
}

header #nav02 li:nth-child(2) a:before {
	content: '';
	width: 1.66em;
	height: 1.66em;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../_img/icon_access.png') no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
header #nav02 li:last-child a:before {
	content: '';
	width: 1.66em;
	height: 1.66em;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../_img/icon_reserve.png') no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

}
header #nav02 li a:hover {
	color: #ad3e42;
}
#nav_trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 4.5em;
	height: 4.5em;
	cursor: pointer;
	padding: 1em 1.15em;
	background: #b8393c;
	z-index: 1010;
}
#nav_trigger,
#nav_trigger span {
	display: inline-block;
	transition: all .4s;
}
#nav_trigger span {
	position: absolute;
	left: 1.15em;
	margin: 0 auto;
	/*height: .1666em;*/
	height: 3px;
	background: #fff;
}
#nav_trigger span:nth-of-type(1) {
	top: 1em;
	width: 2.2em;
}
#nav_trigger span:nth-of-type(2) {
	top: 1.65em;
	width: 1.7em;
}
#nav_trigger span:nth-of-type(3) {
	top: 2.3em;
	width: 1.2em;
}
#nav_trigger.opened span:nth-of-type(1) {
	transform: translateY(.64em) rotate(-135deg);
}
#nav_trigger.opened span:nth-of-type(2) {
	opacity: 0;
}
#nav_trigger.opened span:nth-of-type(3) {
	width: 2.2em;
	transform: translateY(-.64em) rotate(135deg);
}
@media screen and (max-width: 1000px) {
	#nav_trigger span {
		height: 2px;
	}
	#nav_trigger.opened span:nth-of-type(1) {
		transform: translateY(.66em) rotate(-315deg);
	}
	#nav_trigger.opened span:nth-of-type(3) {
		transform: translateY(-.66em) rotate(315deg);
	}
}
#nav_trigger:after {
	content: 'MENU';
	position: absolute;
	left: 0;
	bottom: .5em;
	display: block;
	width: 100%;
	color: #fff;
	font-size: calc(.5464vw + 5.8036px);
	/* 10_14px */
	font-family: acumin-pro, sans-serif;
	text-align: center;
	transition: all .4s;
}
@media screen and (min-width: 1500px) {
	#nav_trigger:after {
		font-size: 14px;
	}
}
header #nav_set {
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, .85);
	z-index: 1000;
	position: relative;
}
@media screen and (min-width: 768px) {
	#top header #nav_set {
		display: none;
		width: 100vw;
		height: 110vh;
		background: rgba(255, 255, 255, .85);
		z-index: 1000;
		position: relative;
	}
	#top header.fixed #nav_set {
		display: none;
		width: 100vw;
		height: 100vh;
		background: rgba(255, 255, 255, .85);
		z-index: 1000;
		position: relative;
	}
}
header nav {
	width: 30em;
	height: 100vh;
	background: #b8393c;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 4.5em 2em 1.5em;
	overflow-y: scroll;
	line-height: 1.4;
	color: #fff;
	font-size: inherit;
}
@media screen and (min-width: 768px) {
	#top header nav {
		width: 27.5em;
		height: 100vh;
		background: #b8393c;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 4.5em 2em 1.5em;
		overflow-y: scroll;
		line-height: 1.4;
		color: #fff;
		font-size: inherit;
		margin-top: 4.5em;
	}
	#top header.fixed nav {
		width: 27.5em;
		height: 100vh;
		background: #b8393c;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 4.5em 2em 1.5em;
		overflow-y: scroll;
		line-height: 1.4;
		color: #fff;
		font-size: inherit;
		margin-top: 0em;
	}
}
header nav span a {
	display: block;
	font-weight: 700;
	padding: .5em;
	margin: 1em 0 0;
	color: #fff;
}
header nav span a:hover {
	background: #c55255;
}
header nav li a {
	font-size: 92%;
	display: block;
	padding: .5em .5em .5em 2.5em;
	margin: .25em 0;
	color: #fff;
	position: relative;
}
header nav li a:before {
	content: '';
	width: .4285em;
	height: .4285em;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 1em;
	left: 1.5em;
}
header nav li a:hover {
	background: #c55255;
}
header #sub_nav {
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: 1px solid #e6babb;
}
header #sub_nav li a {
	padding: .5em .5em .5em 1.5em;
}
header #sub_nav li a:before {
	left: .5em;
}

/* footer
-------------------------- */
#to_top {
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ad3e42;
	display: none;
	z-index: 100;
	opacity: 1;
	transition: .3s ease-in-out;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, .25);*/
}
#to_top:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
#to_top:hover {
	filter: brightness(115%);
}
footer {
	text-align: center;
	color: #fff;
	font-size: calc(.5464vw + 5.8036px);
	/* 10_14px */
	z-index: 10;
}
@media screen and (min-width: 1500px) {
	footer {
		font-size: 14px;
	}
}
#foot_nav {
	background: #fbf6ee;
	padding: 3em 0;
	text-align: left;
}

#foot_nav .inner.foot_nav_head div {
	/*margin-right: 0.5em;*/
	width: 25%;
}

#foot_nav .inner div.foot_nav_last {
	margin-right: 0;
}

#foot_nav .inner div.foot_nav_sub {
	padding-top: 4em;
}

#foot_nav .inner div.foot_nav_b {
	margin-right: 3em;
}


#foot_nav .inner {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*

	-webkit-justify-content: flex-start;
	justify-content: flex-start;

 */

}
#foot_nav span {
	display: block;
	font-size: calc(.683vw + 5.7545px);
	/* 11_16px */
	font-weight: 700;
	color: #be8622;
	margin: 1.5em 0 .8em;
}
@media screen and (min-width: 1500px) {
	#foot_nav span {
		font-size: 16px;
	}
}
#foot_nav span a {
	color: #be8622;
}
#foot_nav span a:hover {
	filter: brightness(115%);
}
#foot_nav li a {
	display: block;
	padding: .3em 1em;
	margin: .25em 0;
	color: #805c24;
	position: relative;
	font-size: 12px;
}


#foot_nav li a:before {
	content: '';
	width: .4285em;
	height: .4285em;
	border: 0;
	border-top: solid 1px #a07831;
	border-right: solid 1px #a07831;
	transform: rotate(45deg);
	position: absolute;
	top: 1em;
	left: 0;
}
#foot_nav li a:hover {
	filter: brightness(150%);
}
#foot_nav .box_full {
	padding: 2em 0 0;
	margin: 2em 0 1em;
	border-top: 1px solid #ddcfb9;
}
#foot_nav .box_full ul {
	/*  display: inline-block;*/
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
#foot_nav .box_full li {
	display: inline-block;
	/* margin: 0 4.25em 0 0; */
	margin: 0;
}
/*

#foot_nav .box_full li:last-child {
	margin-right: 0;
}


 */

#foot_sns {
	background: #ad3e42;
	font-size: calc(.2732vw + 7.9018px);
	/* 10_12px */
	padding: 2.5em 0 2em;
}
@media screen and (min-width: 1500px) {
	#foot_sns {
		font-size: 12px;
	}
}
#foot_sns ul {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#foot_sns ul li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	padding: .5em;
}
#foot_sns ul li:hover a {
	opacity: .8;
}
#foot_sns ul li a img {
	max-width: 30px;
	margin: 0 auto;
}
#foot_copy {
	padding: 2.5em 0;
	background: #c55255;
}
#foot_copy img {
	display: block;
	max-width: 150px;
	margin: 3em auto 1.5em;
}
#foot_copy p {
	font-size: calc(1.3661vw + 9.5083px);
	/* 20_30px */
	font-weight: 700;
	line-height: 1.0;
	margin: .25em 0 1.5em;
}

#foot_copy a {
	color: #fff;
}
@media screen and (min-width: 1500px) {
	#foot_copy p {
		font-size: 30px;
	}
}
#foot_copy p span {
	font-size: 46.6666%;
	padding: 0 .5em;
}

/* top
-------------------------- */
#top #anchor00 {
	background: #f3f0e2 url('../_img/top_bg_anchor00.jpg') no-repeat;
	background-position: center top;
	background-size: auto 40em;
	margin: -4.5em 0 0;
	text-align: center;
}

#top #anchor00 h2 {
	color: #fff;
}

#top h2 {
	font-size: calc(1.3661vw + 9.5083px);
	/* 20_30px */
	text-align: center;
	margin: 1.35em 0 0;
	padding: 1.15em 0 8.75em;
	border-top: 3px solid #fff;
	display: inline-block;
	letter-spacing: .05em;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 1500px) {
	#top h2 {
		font-size: 30px;
	}
}
#top h2.en {
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: calc(3.8275vw + 18.6232px);
	/* 48_76px */
	line-height: 1.4;
	margin: 0;
	padding: 2.35em 0 4em;
	border-top: none;
	display: block;
	letter-spacing: -.01em;
}

@media screen and (min-width: 1500px) {
	#top h2.en {
		font-size: 76px;
	}
}
#top h2.en span {
	font-size: 57.8947%;
	padding: 0 .25em;
}
#top #anchor00 .inner {
	margin: -6em auto 0;
}
#top #anchor00 .box_one3rd {
	background: #fff;
	position: relative;
	width: 31%;
	padding: 10px 10px 1.75em;
}
#top #anchor00 .box_one3rd:nth-of-type(2) {
	margin: 0 3.5%;
}

#top #anchor00 .box_one3rd h3 {
	background: #ad3e42;
	width: 56%;
	height: 36%;
	border-radius: 50%;
	position: absolute;
	top: -18%;
	margin: 0 calc(22% - 10px);
	padding: 18% 5%;
	color: #fff;
	font-size: calc(1.0928vw + 5.6072px);
	/* 14_22px */
	text-align: center;
	display: table;
}
#top #anchor00 .box_one3rd a:hover h3 {
	filter: brightness(115%);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1500px) {
	#top #anchor00 .box_one3rd h3 {
		font-size: 22px;
	}
}
#top #anchor00 .box_one3rd h3 span {
	display: table-cell;
	vertical-align: middle;
}
.pregnant_c {
	padding: 10% 0;
}
#top #anchor00 .box_one3rd p {
	margin: 1em;
	text-align: left;
}
a.btn_peru {
	display: block;
	width: 75%;
	max-width: 230px;
	border-radius: 1.5em;
	margin: 1em auto 0;
	padding: .75em;
	text-align: center;
	background: #ca9952;
	color: #fff;
	font-weight: 700;
	line-height: 1.0;
	position: relative;
}
a.btn_peru:after {
	content: '';
	width: .5555em;
	height: .5555em;
	border: 0;
	border-top: solid .1111em #fff;
	border-right: solid .1111em #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 1em;
	right: 1.25em;
}
a.btn_peru:hover {
	filter: brightness(115%);
}
#top #anchor01 {
	background: #ad3e42;
	padding: 6em 0;
}
#top #anchor01.renew {
	/* add 20201001 */
	background: #ad3e42;
	padding: 6em 0 7em 0;
	@media screen and (max-width: 767px) {
		padding: 6em 0 0 0;
	}
}

#top #anchor01 .inner {
	margin: -10.25em auto -8.5em;
}
#top #anchor01 .inner .box_full {
	background: #ad3e42;
}
#top #anchor01 h3 {
	padding: .5em 1em;
	color: #ffd893;
	font-size: calc(1.9125vw + 13.3114px);
	/* 28_42px */
}
@media screen and (min-width: 1500px) {
	#top #anchor01 h3 {
		font-size: 42px;
	}
}
#top #anchor01 p {
	padding: 0 2em 2em;
	color: #fff;
	font-size: calc(.8196vw + 7.7054px);
	/* 14_20px */
}
@media screen and (min-width: 1500px) {
	#top #anchor01 p {
		font-size: 20px;
	}
}
a.btn_square {
	display: block;
	width: 100%;
	padding: .75em 18.2% .75em 1em;
	background: rgba(210, 158, 78, .9);
	color: #fff;
	font-size: calc(1.3661vw + 9.5083px);
	/* 20_30px */
	font-weight: 700;
	position: absolute;
	bottom: 0;
}
@media screen and (min-width: 1500px) {
	a.btn_square {
		font-size: 30px;
	}
}
a.btn_square:before {
	content: '';
	width: 18.2%;
	height: 100%;
	background: #956419;
	position: absolute;
	right: 0;
	top: 0;
}
a.btn_square:after {
	content: '';
	width: .6em;
	height: .6em;
	border: 0;
	border-top: solid .1em #fff;
	border-right: solid .1em #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 1.25em;
	right: 8%;
}
a.btn_square:hover {
	filter: brightness(115%);
}
#top #anchor02 {
	padding: 7em 0 9em;
}
#top #anchor02 h3 {
	font-size: calc(1.9125vw + 13.3114px);
	/* 28_42px */
	padding: .5em 1em .25em 0;
	line-height: 1;
	margin-bottom: .4em;
}
@media screen and (min-width: 1500px) {
	#top #anchor02 h3 {
		font-size: 42px;
	}
}
#top #anchor02 p {
	padding: 0 3em 0 0;
}
#top #anchor02 a.btn_darkredtxt {
	display: block;
	font-size: calc(1.0928vw + 5.6072px);
	/* 14_22px */
	font-weight: 500;
	color: #974345;
	border-bottom: 2px solid #eeece2;
	padding: .5em 0;
	margin: .15em 0 .15em 1.75em;
	position: relative;
}
@media screen and (min-width: 1500px) {
	#top #anchor02 a.btn_darkredtxt {
		font-size: 22px;
	}
}
#top #anchor02 a.btn_darkredtxt:after {
	content: '';
	width: .4545em;
	height: .4545em;
	border: 0;
	border-top: solid .1363em #974345;
	border-right: solid .1363em #974345;
	transform: rotate(45deg);
	position: absolute;
	top: 1em;
	right: .25em;
}
#top #anchor02 a.btn_darkredtxt:hover {
	color: #d26c6b;
}
#top #anchor02 a.btn_darkredtxt:hover:after {
	border-top: solid .1363em #d26c6b;
	border-right: solid .1363em #d26c6b;
}
#top #anchor03 {
	background: #f8f6e9;
	padding: 6em 0 1em;
}
#top #anchor03.renew {
	/* add 20201001 */
	background: #f8f6e9;
	padding: 0 0 1em 0;
}
#top #anchor03 .inner {
	margin: -10.25em auto 3em;
}
#top #anchor03 .box_half a {
	display: block;
}
#top #anchor03 .box_half a:hover h3 {
	filter: brightness(115%);
}
#top #anchor03 .box_half:nth-of-type(odd) {
	width: 46.5%;
	margin: 0 3.5% 0 0;
	background: #fff;
}
#top #anchor03 .box_half:nth-of-type(even) {
	width: 46.5%;
	margin: 0 0 0 3.5%;
	background: #fff;
}
#top #anchor03 .box_half h3 {
	padding: .5em 1em .25em;
	font-size: calc(1.3661vw + 9.5083px);
	/* 20_30px */
}
@media screen and (min-width: 1500px) {
	#top #anchor03 .box_half h3 {
		font-size: 30px;
	}
}
#top #anchor03 .box_half p {
	padding: 0 1.6em 1.6em;
}
#top #anchor04 {
	padding: 4em 0;
	text-align: center;
}
#top #anchor04 h3 {
	font-size: calc(1.6393vw + 11.4101px);
	/* 24_36px */
	padding: 0 0 .75em;
}
@media screen and (min-width: 1500px) {
	#top #anchor04 h3 {
		font-size: 36px;
	}
}
#top #anchor04 span.dr_f,
#top #anchor04 span.dr_m {
	display: inline-block;
	padding: 2em 2em 1.5em 3em;
	color: #333;
	position: relative;
}
#top #anchor04 span.dr_f {
	color: #b7446c;
}
#top #anchor04 span.dr_f:before,
#top #anchor04 span.dr_m:before {
	content: '';
	width: 1.15em;
	height: 1.15em;
	position: absolute;
	top: 2.25em;
	left: 1em;
}
#top #anchor04 span.dr_m:before {
	background: #333;
}
#top #anchor04 span.dr_f:before {
	background: #b7446c;
}
#top #anchor04 p {
	font-size: calc(.683vw + 5.7545px);
	/* 11_16px */
}
@media screen and (min-width: 1500px) {
	#top #anchor04 p {
		font-size: 16px;
	}
}
#top #anchor05 {
	background: #f8f6e9;
	padding: 3em 0;
}
#top #anchor05 h3 {
	font-size: calc(1.6393vw + 11.4101px);
	/* 24_36px */
	margin: 0 0 .5em;
}
@media screen and (min-width: 1500px) {
	#top #anchor05 h3 {
		font-size: 36px;
	}
}
#top #anchor05 a.btn_peru {
	font-size: calc(.683vw + 5.7545px);
	/* 11_16px */
	font-weight: 400;
	position: absolute;
	left: 40px;
	top: 4em;
	width: 18%;
	max-width: 200px;
}
@media screen and (min-width: 1500px) {
	#top #anchor05 a.btn_peru {
		font-size: 16px;
	}
}
#top #anchor05 a.btn_news {
	display: table;
	width: calc(100% - 2em);
	padding: 1.5em 0;
	margin: 0 0 0 2em;
	border-top: 2px solid #e9e5ca;
}
#top #anchor05 a.btn_news:last-child {
	border-bottom: 2px solid #e9e5ca;
}
#top #anchor05 a.btn_news:hover {
	color: #d26c6b;
}
#top #anchor05 a.btn_news span {
	display: table-cell;
	width: 5em;
}
#top #anchor05 a.btn_news span.date {
	font-weight: 700;
	color: #974345;
	padding: 0 2em 0 0;
}
#top #anchor05 a.btn_news p {
	display: table-cell;
	line-height: 1.5;
}
#top #anchor06 {
	padding: 3em 0;
}
#top #anchor06 a {
	display: block;
	width: 30%;
	position: relative;
	float: left;
	margin: .5em 0;
}
#top #anchor06 a:nth-child(3n-1) {
	margin: .5em 5%;
}
#top #anchor06 ul {}
#top #anchor06 ul li {}

#top #anchor06 ul li a {
	float: none !important;
}


#top #anchor07 {
	background: url('../_img/top_bg_anchor07.jpg');
	background-position: center bottom;
	background-size: cover;
	padding: 3em 0;
	text-align: center;
	color: #fff;
}
#top #anchor07 h3 {
	font-size: calc(1.9125vw + 13.3114px);
	/* 28_42px */
	margin: 0 0 .75em;
	color: #fff;
}
@media screen and (min-width: 1500px) {
	#top #anchor07 h3 {
		font-size: 42px;
	}
}
#top #anchor07 h4 {
	font-size: calc(1.0928vw + 5.6072px);
	/* 14_22px */
	display: inline-block;
	border-bottom: 2px solid #fff;
	margin: 0 0 .75em;
	color: #fff;
}
@media screen and (min-width: 1500px) {
	#top #anchor07 h4 {
		font-size: 22px;
	}
}
#top #anchor07 .box_half {
	background: #fff;
	color: #333;
	font-size: calc(.683vw + 5.7545px);
	/* 11_16px */
	padding: 1.5em 1.75em;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1500px) {
	#top #anchor07 .box_half {
		font-size: 16px;
	}
}
#top #anchor07 .box_half:nth-of-type(odd) {
	width: 48.25%;
	margin: 2em 1.75% 2.5em 0;
}
#top #anchor07 .box_half:nth-of-type(even) {
	width: 48.25%;
	margin: 2em 0 2.5em 1.75%;
}
#top #anchor07 .box_full {
	background: #fff;
	color: #333;
	font-size: calc(.683vw + 5.7545px);
	/* 11_16px */
	padding: 1.5em 1.75em;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1500px) {
	#top #anchor07 .box_full {
		font-size: 16px;
	}
}
#top #anchor07 .box_icon {
	color: #ad3e42;
	font-size: calc(.8196vw + 7.7054px);
	/* 14_20px */
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1500px) {
	#top #anchor07 .box_icon {
		font-size: 20px;
	}
}
#top #anchor07 .box_icon img {
	max-width: 72px;
	margin: 0 auto .5em;
}
#top #anchor07 .box_txt {
	margin: 0 0 0 2em;
	text-align: left;
}
#top #anchor07 .box_half:first-of-type p {
	color: #ad3e42;
	font-size: calc(2.1857vw + 3.2138px);
	/* 20_36px */
	font-weight: 700;
	line-height: 1.0;
	margin: .5em 0 0;
}
@media screen and (min-width: 1500px) {
	#top #anchor07 .box_half:first-of-type p {
		font-size: 36px;
	}
}
#top #anchor07 .box_half:first-of-type p span {
	font-size: 62%;
	padding: 0 .25em 0 0;
}
#top #anchor07 .box_half a.btn_peru {
	margin: 2.5em auto 0;
}
#top #anchor07 .box_full .box_txt a {
	color: #b8393c;
	text-decoration: underline;
}
#top #anchor07 .box_full .box_txt a:hover {
	text-decoration: none;
}
#top #anchor07 .box_full .box_txt p {
	float: left;
	width: calc(100% - 14em);
}
#top #anchor07 .box_full .box_txt img {
	float: right;
	width: 14em;
	padding: 0 2em 0 4em;
}

/* typeA
-------------------------- */
/*
#typeA section {
	padding: 2em 0;
}
*/
#typeA #anchor00 {
	background: #b8393c;
	margin: 4.5em 0;
	padding: 0;
}
#typeA #anchor00 .inner {
	max-width: 1500px !important;
	padding: 0;
}
#typeA #anchor00 img {
	margin: 0 0 -3.888em;
}
@media screen and (min-width: 1500px) {
	#typeA #anchor00 img {
		margin: 0 0 -70px;
		padding: 50px 0 0 100px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
	#typeA #anchor00 img {
		padding: calc(3.3333vw) 0 0 calc(20vw - 200px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	#typeA #anchor00 img {
		padding: 40px 0 0 40px;
	}
}
/*
#typeA #anchor00 h2 {
	position: absolute;
	top: 58%;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

@media screen and (min-width: 1500px) {
	#typeA #anchor00 h2 {
		left: 160px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
	#typeA #anchor00 h2 {
		left: calc(26.6666vw - 240px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	#typeA #anchor00 h2 {
		left: 80px;
	}
}
*/
/*
#typeA h3 {
	border-bottom: 2px solid #e9e5ca;
	margin: .75em 0;
	padding: 0 0 .5em;
}
#typeA h4 {
	margin: 1em 0 .5em;
}
#typeA ul li {
	position: relative;
	padding: .5em 0 .5em 1.5em;
	line-height: 1.5;
}
#typeA ul li:before {
	content: '';
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #ad3e42;
	position: absolute;
	top: 1em;
	left: .25em;
}
#typeA ol {
	padding: 1.25em 1.75em;
	margin: .5em 0 1.5em;
	background: #f8f6e9;
}
#typeA ol li {
	position: relative;
	padding: .5em 0 .5em 2em;
	line-height: 1.5;
	counter-increment: cnt;
}
#typeA ol li:before {
	content: '';
	width: 1.25em;
	height: 1.25em;
	border-radius: 50%;
	background: #ad3e42;
	position: absolute;
	top: .6em;
	left: 0;
}
#typeA ol li:after {
	display: marker;
	content: counter(cnt);
	position: absolute;
	top: 1.1em;
	left: .4em;
	color: #fff;
	font-size: 85%;
	font-weight: 700;
	line-height: .8;
}
#typeA .btn_peru {
	margin: 4.5em auto;
	max-width: 270px;
}
*/


/* 230927 Respi_add
	------------------------------------ */
/* #nav02 --------------
header #nav02 {
	padding: 1.25em 2% .75em 1em;
	right: 72px;
}
header #nav02 li a {
	margin: 0 1em;
	padding: 0 0 0 2.25em;
}
header #nav02 li:first-child {
	position: relative;
}
header #nav02 li:first-child:before {
	left: 0;
}
*/
/* #painless_info ------ */
#painless_info sup {
	font-size: 65%;
	line-height: 0;
	vertical-align: baseline;
	top: -.5em;
	position: relative;
}
#painless_info table {
	text-align: left;
}
#painless_info table th,
#painless_info table td {
	vertical-align: top;
}
#painless_info table th {
	background: #fbf6ee;
}
#painless_info table th.sub {
	padding-left: 3em;
}
#painless_info p.note {
	font-size: 85%;
	text-align: right;
	margin-top: .5rem;
}
table#info_tbl01 thead th,
table#info_tbl01 td {
	text-align: center;
}
table#info_tbl01 th:first-child {
	width: 56.5%;
}
table#info_tbl01 th:not(:first-child) {
	width: 14.5%;
}
table#info_tbl02 {
	text-align: center;
}
table#info_tbl02 th:first-child {
	width: 13%;
}
table#info_tbl02 th:not(:first-child) {
	width: 21.75%;
}
table#info_tbl03 th {
	width: 50%;
}
#painless_info .btn-box.ver5 {
	font-size: 18px;
	width: auto;
	text-align: center;
	margin: 1em .5em 0;
	padding: .5em 1em .5em 2.25em;
}
#painless_info .btn-box.ver5:before {
	width: 10%;
}
table#info_tbl04 th {
	width: 50%;
}
table#info_tbl05 th {
	width: 50%;
}
table#info_tbl06 th {
	width: 20%;
}
table#info_tbl07 th,
table#info_tbl08a th,
table#info_tbl08b th {
	width: 28%;
}
table#info_tbl09 th,
table#info_tbl10 th {
	width: 50%;
}
#painless_info td>dl {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: flex;
	flex-wrap: wrap;
}
#painless_info td>dl dt {
	width: 14em;
	font-weight: normal;
	position: relative;
}
#painless_info td>dl dt:after {
	content: '：';
	position: absolute;
	right: 1.5em;
}
#painless_info td>dl dd {
	width: calc(100% - 14em);
	padding: 0;
}
/* #anchor_contact ----- */
#anchor_contact .flex_col {
	display: flex;
	flex-wrap: wrap;
}
/* #top ---------------- */
#top #banner_outer {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 924px;
	margin: auto;
	padding: 6% 0;
}
#top #banner_info {
	width: 100%;
}
#top #banner_info a img {
	border: 3px solid #7f7566;
}
#top #banner_info a img:hover {
	filter: brightness(105%);
	opacity: 1 !important;
}
#top #banner_outer .tb-c {
	width: 48% !important;
	display: block;
	margin: 4.5% 0 0;
}
@media screen and (max-width: 860px) {
	#top #banner_outer .btn-box2:after {
		display: none;
	}
}


/* style
-------------------------- */
.f_bold {
	font-weight: 700 !important;
}
.f_medium {
	font-weight: 500 !important;
}
.f_normal {
	font-weight: 400 !important;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}
.f_sss {
	font-size: 44% !important;
}
.f_ss {
	font-size: 86% !important;
}
.pdl_2em {
	padding-left: 2em !important;
}
.pdlr_1em {
	padding: 0 1em !important;
}