@charset 'utf-8';


#pageheader {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}

#pageheader .blockheader {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

.pageheader {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.pageheader > .cover {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	position: relative;
}

.pageheader .brick {
	display: inline-block;
	padding: 30px;
	background: rgba(255,255,255,.9);
	font-size: 1rem;
	line-height: 1.8;
}

.pageheader .sentence {
	font-size: 1em;
}

.pageheader .brick h2 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4;
}

#pageheader .brick p {
	font-size: 1em;
}

#pageheader .brick p:not(:last-child) {
	margin-bottom: 1.5em;
}

#pageheader .brick .lead {
	font-weight: 700;
}

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

	.pageheader {
	}

	.pageheader .brick {
		padding: 60px;
		width: 780px;
	}

	.pageheader .sentence {
		font-size: 1.1em;
	}
}


#contentblock .lead {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

#contentblock .lead p {
	font-size: 16px;
	line-height: 1.8;
}

#contentblock .lead p span {
	display: inline-block;
}

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

	#contentblock .lead {
		padding: 40px;
	}

	#contentblock .lead p {
		font-size: 18px;
	}
}


.presentation {
	width: 100%;
	font-size: .65rem;
	line-height: 1.6;
	position: relative;
}

.presentation > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.presentation.half:before {
	display: block;
	content: '';
	width: 100%;
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*
.presentation.half:before {
	background-image: url(../image/business/back_tmp.jpg);
}
*/

.presentation.narrow > .inner {
	max-width: 900px;
}

.presentation.guidetext > .inner {
	max-width: 800px;
}

.presentation .brick {
	width: 100%;
	padding: 10px;
	/*background: #fff;*/
}

.presentation .sentence {
	width: 100%;
}

.presentation .sentence.lead {
	max-width: 720px !important;
	margin-bottom: 3em !important;
	padding: 0 !important;
}

.presentation .sentence.center {
	text-align: center;
}

.presentation .sentence:not(:last-child) {
	width: 100%;
	padding-bottom: 3em;
}

.presentation header {
	margin-bottom: 0;
}

.presentation header:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .sentence h1 {
	font-size: 2.8em;
	font-weight: 900;
	line-height: 1.3;
}

.presentation h2 {
	margin-bottom: 1em;
	color: #000;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.3;
}

.presentation header h2 {
	margin-bottom: 0;
}

.presentation h2 small {
	display: inline-block;
	font-size: .5em;
	font-weight: 400;
}

.presentation h2 .sup {
	display: inline-block;
}

.presentation header + h2 {
	margin-top: -.75em;
}

.presentation h3 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4;
}

.presentation h4 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.4;
}

.presentation h5 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4;
}

.presentation h2.center,
.presentation h3.center,
.presentation h4.center,
.presentation h5.center {
	text-align: center;
}

.presentation h2.left,
.presentation h3.left,
.presentation h4.left,
.presentation h5.left {
	text-align: left;
}

.presentation p {
	font-size: 1.6em;
	line-height: 1.8;
}

.presentation p:not(:last-child) {
	margin-bottom: 1.5em;
}

.presentation p strong {
	color: #000;
}

.presentation .columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.presentation .columns:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .column {
	display: flex;
	justify-content: flex-start;
	padding: 1em;
}

.presentation .column > .inner {
	display: flex;
	justify-content: flex-start;
}

.presentation .deflist {
	display: table;
}

.presentation .deflist:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .deflist .row {
	display: table-row;
}

.presentation .deflist .cell {
	display: table-cell;
	padding: 1em;
}

.presentation figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.presentation figure.max300 {
	max-width: 300px;
}

.presentation figure.max400 {
	max-width: 400px;
}

.presentation figure.max500 {
	max-width: 500px;
}

.presentation figure:not(:last-child) {
	margin-bottom: 1.5em;
}

.presentation figure span {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.presentation figure img {
	width: 100%;
	height: auto;
}

.presentation figcaption {
	padding-top: .5em;
	color: #808080;
	font-size: 1.1em;
	line-height: 1.6;
	text-align: right;
}

.presentation ul,
.presentation ol {
	margin-left: 2em;
}

.presentation ul:not(:last-child),
.presentation ol:not(:last-child) {
	margin-bottom: 2em;
}

.presentation li {
	font-size: 1.6em;
	line-height: 1.6;
}

.presentation li h4 {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.6;
}

.presentation li p {
	font-size: 1em;
}

.presentation .price {
	padding-left: 2em;
	font-size: 1rem;
	line-height: 1.6;
	text-align: right;
}

.presentation .price:not(:last-child) {
	margin-bottom: 1.5em;
}

.presentation .price > span {
	display: inline-block;
	padding-left: 1em;
	border-bottom: 2px solid #d4aebe;
}

.presentation .price span span {
	color: #000;
}

.presentation .price span span.number {
	font-size: 2em;
}

.presentation .price span strong {
	display: inline-block;
	width: 4.5em;
	margin-right: .5em;
	font-weight: normal;
}

.presentation .price span small {
	font-size: .75em;
}

.presentation .caution:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .caution p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5;
}

.presentation .caution ul {
	margin-left: 3em;
	margin-bottom: 0;
}

.presentation .caution li {
	color: #808080;
	font-size: 1.2em;
}

.presentation .caution h5 {
	margin-bottom: .5em;
	color: #808080;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
}

.presentation .btnarea:not(:last-child) {
	margin-bottom: 2em;
}

.presentation table {
	width: 100%;
}

.presentation table:not(:last-child) {
	margin-bottom: 2em;
}

.presentation table th,
.presentation table td {
	padding: .8em 1em;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	line-height: 1.6;
	vertical-align: middle;
}

.presentation table th {
	white-space: nowrap;
}

.presentation table td.right {
	text-align: right;
}

.presentation .signature {
	color: #000 !important;
	text-align: right;
}

.presentation .signature .title {
	font-size: .85em;
}

.presentation .signature strong {
	color: #000 !important;
	font-size: 1.2em;
}

/*
.presentation .sup {
	display: inline-block;
	margin-top: -.5em;
	font-size: .4em;
	vertical-align: top;
}
*/
@media only screen and (min-width: 1001px) {
/*
	.presentation > .inner {
		padding: 50px 0;
	}
*/
	.presentation.half:before {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

	.presentation.right:before {
		left: 0;
	}

	.presentation.left:before {
		right: 0;
	}

	.presentation .brick {
		font-size: 1.1em;
	}

	.presentation.half .brick {
		width: 50%;
	}

	.presentation.right .brick {
		margin-left: 50%;
	}

	.presentation.left .brick {
		margin-right: 50%;
	}

	.presentation header:not(:last-child) {
		margin-bottom: 2em;
	}
}


.presentation .blockheader .brick {
	padding: 0 1em;
	font-size: 1rem;
}


.outlinetbl {
	font-size: 1.4em;
	line-height: 1.5;
}

.outlinetbl table {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.outlinetbl table th,
.outlinetbl table td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.outlinetbl table th {
	display: inline-block;
	padding: 0 1em;
	border-bottom: 1px solid #4d4d4d;
	font-size: 1em;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.5;
}

.outlinetbl table td {
	display: block;
	padding-top: 1em;
	padding-left: 2em;
	border: none;
	font-size: 1em;
	line-height: 1.5;
}

.outlinetbl table tr {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #4d4d4d;
}

.outlinetbl table tbody {
	display: block;
	width: 100%;
}

.outlinetbl table td ul,
.outlinetbl table td ol {
	margin-left: 1.5em;
}

.outlinetbl table td ul:not(:last-child),
.outlinetbl table td ol:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl table td li {
	font-size: 1em;
}

.outlinetbl table td li:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl table td .caution {
	margin-top: .5em;
	padding-left: 1em;
	color: #808080;
	font-size: .8em;
	line-height: 1.5;
	position: relative;
}

.outlinetbl table td .caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.outlinetbl table td .addrgrid {
	display: table;
}

.outlinetbl table td .addr {
	display: table-row;
}

.outlinetbl table td .addr span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.outlinetbl table td .addr span.head {
	font-weight: 700;
}

.outlinetbl table td .addr:not(:last-child) span {
	padding-bottom: .5em;
}

.outlinetbl .btnarea {
	margin-top: 1em;
	text-align: left;
}

.outlinetbl .btnarea a {
	text-align: center;
	margin: 1px;
}

.outlinetbl a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

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

	.outlinetbl {
		padding: 0;
		font-size: 1.4em;
	}

	.outlinetbl table {
		display: table;
	}

	.outlinetbl table th,
	.outlinetbl table td {
		display: table-cell;
		padding: .8em 2em;
		border: none;
	}

	.outlinetbl table th {
		width: 10em;
	}

	.outlinetbl table tr {
		display: table-row;
		padding: 0;
	}

	.outlinetbl table tbody {
		display: table-row-group;
	}
}




.servicelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.servicelist.slide {
	flex-wrap: nowrap;
	width: auto;
	text-align: left;
}

.servicelist.center {
	justify-content: center;
}

.servicelist.left {
	text-align: left;
}

.servicelist:not(:last-child) {
	margin-bottom: 40px;
}

.servicelist .item {
	display: inline-block;
	width: 100%;
	padding: 0;
	vertical-align: top;
}

.servicelist.line5 .item {
	width: 50%;
}

.servicelist.slide .item {
	width: auto;
}

.servicelist .item a,
.servicelist .item .cover {
	display: block;
	width: 100%;
	padding: 10px;
	padding-bottom: 30px;
	text-decoration: none;
	vertical-align: top;
}

.servicelist .item a:hover,
.servicelist .item a.hover {
	background: #e8e9eb;
}

.servicelist figure {
	width: 100%;
/* 
	padding-top: 56.25%;
 */
	overflow: hidden;
	position: relative;
}

.servicelist.slide figure {
	width: 300px;
}

.servicelist figure:not(:last-child) {
	margin-bottom: 1em;
}

.servicelist figure > span {
	display: block;
	width: 100%;
	border-radius: 5px;
/* 
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
 */
}

.servicelist figure img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.servicelist a:hover figure img,
.servicelist a.hover figure img {
	transform: scale(1.2, 1.2);
}

.servicelist .shoulder {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}

.servicelist h2 {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.servicelist h2:not(:last-child) {
	margin-bottom: 1em;
}

.servicelist h2 small {
	display: inline-block;
	font-size: .75em;
	font-weight: 400;
}

.servicelist p {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

.servicelist p:not(:last-child) {
	margin-bottom: 20px;
}

.servicelist p.price {
	padding: 0;
	color: #000;
	font-size: 16px;
	text-align: left;
}

.servicelist p.price strong {
	font-size: 14px;
}

.servicelist p.size {
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.servicelist .serviceicon > .icon {
	font-size: 8em;
}

.servicelist .value {
	margin-bottom: 20px;
	color: #204068;
	font-size: 8em;
	font-weight: 900;
	line-height: 1.6;
}

.servicelist .value small {
	font-size: .5em;
	font-weight: 700;
}

.bnrstyle .servicelist .item {
	padding: 10px;
}

.bnrstyle .servicelist figure {
	display: none;
}

.bnrstyle .servicelist .item a,
.bnrstyle .servicelist .item .cover {
	padding: 0;
	padding-top: 56.25%;
	background: rgba(202, 208, 225, 1);
	position: relative;
}

.bnrstyle .servicelist .item a:hover,
.bnrstyle .servicelist .item a.hover {
	background: rgba(202, 208, 225, .6);
}

.bnrstyle .servicelist .item h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

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

	.servicelist:not(.slide) .item {
		width: 50%;
/* 		min-height: 4.8em; */
	}

/* 
	.servicelist p {
		min-height: 4.8em;
	}
 */
}

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

/* 
	.servicelist .item a {
		padding: 20px;
	}
 */
	.servicelist.line3:not(.slide) .item {
		width: 33.333%;
	}

	.servicelist.line4:not(.slide) .item {
		width: 33.333%;
	}

	.servicelist.line5:not(.slide) .item {
		width: 33.333%;
	}
}

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

	.servicelist:not(.slide) .item {
		width: 33.333%;
	}

	.servicelist.line2:not(.slide) .item {
		width: 50%;
	}

	.servicelist.line4:not(.slide) .item {
		width: 25%;
	}

	.servicelist.line5:not(.slide) .item {
		width: 25%;
	}

/* 
	.servicelist .item a {
		padding: 30px;
	}
 */

	.servicelist h2 {
		font-size: 20px;
	}

	.servicelist p {
		font-size: 14px;
	}
}

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

	.servicelist.line5:not(.slide) .item {
		width: 20%;
	}
}



.servicelistvertical {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	vertical-align: top;
}

.servicelistvertical:not(:last-child) {
	margin-bottom: 40px;
}

.servicelistvertical .item {
	display: inline-block;
	width: 100%;
	padding: 0;
	font-size: 1em;
	vertical-align: top;
}

.servicelistvertical .item:not(:last-child) {
	margin-bottom: 40px;
}

.servicelistvertical .item a,
.servicelistvertical .item .cover {
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	vertical-align: top;
}

.servicelistvertical figure {
	width: 100%;
	padding-top: 30%;
	overflow: hidden;
	position: relative;
}

.servicelistvertical figure:not(:last-child) {
	margin-bottom: 20px;
}

.servicelistvertical figure > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.servicelistvertical figure img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.servicelistvertical a:hover figure img,
.servicelistvertical a.hover figure img {
	transform: scale(1.3, 1.3);
}

.servicelistvertical .shoulder {
	color: #000;
	font-size: 1em;
	line-height: 1.6;
}

.servicelistvertical h2 {
	color: #000;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 700;
}

.servicelistvertical h2:not(:last-child) {
	margin-bottom: 20px;
}

.servicelistvertical p {
	color: #666;
	font-size: .9em;
	line-height: 1.6;
	text-align: left;
}

.servicelistvertical.center p {
	text-align: center;
}

.servicelistvertical p:not(:last-child) {
	margin-bottom: 20px;
}

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

	.servicelistvertical .item {
		font-size: 1.1em;
	}
}

