html {
	font-size: 62.5%;
}
html.parent {
overflow:hidden;
}
:root {
	--color-red: #a72229;
	--color-hover: #740d12;
	--color-beige:#f5e9e5;
	--color-gray: #f2f1f1;
	--color-black: #222222;
	--font-pc-x-large:2.4rem;
	--font-pc-large:1.8rem;
	--font-pc-normal:1.6rem;
	--font-pc-small:1.4rem;
	--font-sp-x-large:clamp(1.6rem, 5.3vw, 2.0rem);
	--font-sp-large:clamp(1.4rem, 4.8vw, 1.8rem);
	--font-sp-normal:clamp(1.4rem, 3.73vw, 1.6rem);
	--font-sp-small:clamp(1.1rem, 3.2vw, 1.2rem);
}
body {
	background:#ffffff;
}
body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label {
	font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
}
body,th,td,li,dt,dd,input,select,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label {
	color:var(--color-black);
}
@media screen and (max-width : 767px){
	body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label,button {
	font-size:var(--font-sp-normal);
	}
	input[type=text],input[type=tel],input[type=email] ,textarea,select {
	font-size: 1.6rem;
	scale:(0.8);
	}
	p {
	padding-bottom:1.5em;
	}
}
@media screen and (min-width : 768px){
body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label,button {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	}
	p {
	padding-bottom:2em;
	}
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:0.1em;
}
.osward {
	font-family: 'Oswald', sans-serif;
}
a {
	outline: none;
	text-decoration:none;
}
.container p a,
.container li a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
p {
	line-height:200%;
	word-wrap:break-word;
}
p.nobottom {
	padding-bottom:0;
}
hr {
	border: none;
	border-bottom:1px solid #dddddd;
	margin-top:1em;
	margin-bottom:1em;
}
ol li {
	list-style-type:decimal;
	margin-left:16px;
	padding-left:4px;
	line-height:200%;
}
ul.dot li {
	list-style-type:disc;
	margin-left:16px;
	padding-left:4px;
	line-height:200%;
}
img {
	max-width:100%;
	height:auto;
}
:focus {
	outline: none;
}

.red {
	color:var(--color-red);
}
.bg-gray {
	background-color:var(--color-gray);
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?q49ksf');
  src:  url('../fonts/icomoon.eot?q49ksf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q49ksf') format('truetype'),
    url('../fonts/icomoon.woff?q49ksf') format('woff'),
    url('../fonts/icomoon.svg?q49ksf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-phone:before {
  content: "\f095";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-address-card:before {
  content: "\f2bb";
}
.icon-vcard:before {
  content: "\f2bb";
}
.icon-home:before {
  content: "\e911";
  color: #4b4b4b;
}
/*-----------------------------------------
underline
------------------------------------------*/
.underline {
	display: inline;
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe035), to(#ffe035));
	background-image: linear-gradient(90deg, #ffe035, #ffe035);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 30%;
	
}
.underlineon {
	display: inline;
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe035), to(#ffe035));
	background-image: linear-gradient(90deg, #ffe035, #ffe035);
	background-repeat: no-repeat;
	background-position: bottom left;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	background-size: 100% 30%;
}
/*-----------------------------------------
layouts
------------------------------------------*/
.container,
.container-full,
.container-txt,
.container-middle {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.anchor {display:block;}
.text-center {text-align: center;}
@media screen and (max-width : 767px){
	.container {
		max-width:90vw;
	}
	.sp-only {display:block !important;}
	.pc-only {display:none !important;}
	.anchor {
	margin-top:-60px;
	padding-top:60px;
	}
	.page-content {
		padding-top:6vw;
	}
}
@media screen and (min-width : 768px){
	.container {
		min-width:768px;
		max-width:1000px;
		padding-left:20px;
		padding-right:20px;
	}
	.container-txt {
		max-width:720px;
	}
	.container-middle {
		min-width:728px;
		max-width:800px;
	}
	.container-full {
		min-width:768px;
	}
	.text-center-pc {text-align: center;}
	.sp-only {display:none !important;}
	.pc-only {display:block !important;}
	.anchor {
	margin-top:-90px;
	padding-top:90px;
	}
	.page-content {
		padding-top:32px;
	}
}
@media screen and (min-width : 768px) and (max-width : 959px){
	.tablet-only {
		display:block;
	}
}
@media screen and (min-width : 960px){
	.tablet-only {
		display:none;
	}
}
/*-----------------------------------------
header
------------------------------------------*/
.header.smaller {
	background:rgba(255,255,255,0.9);
}
.header.header-top.smaller {
	position:fixed;
}
.header-box {
	display:grid;
}
.header-spenit {
	color:#595757;
}
.header-contact-btn {
	display: block;
	position: relative;
	z-index: 10;
	font-weight:700;
	color:#ffffff;
	background-color:var(--color-red);
	-webkit-box-shadow: 0px 2px 6px -3px #a00303;
	box-shadow: 0px 2px 6px -3px #a00303;
}
.header-contact-btn:hover,
.body-contact-btn:hover {
	background-color:var(--color-black);
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transform: translate3d(0,1px,0);
	transform: translate3d(0,1px,0);
}
.header-contact-btn:before {
	content:"";
	position: absolute;
	background-image:url(../images/header-contact-icon.png);
	top:-10px;
	left:10px;
	width:111px;
	height:40px;
}
.body-contact-btn {
	margin-left:auto;
	margin-right:auto;
}
.body-contact-btn:before {
	content:"";
	position: absolute;
	background-image:url(../images/header-contact-icon.png);
	top:-10px;
	width:111px;
	height:40px;
}
@media screen and (max-width : 767px){
	.header {
		position:-webkit-sticky;
		position:sticky;
		top:0;
		z-index:1000;
		-webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
	}
	.header-box {
		grid-template-columns: 1fr 60px;
		grid-template-rows: 20px 40px;
		grid-column-gap: 10px;
		height:60px;
	}
	.header-logo {
		grid-area: 2 / 1 / 3 / 2;
	}
	.header-spenit {
		grid-area: 1 / 1 / 2 / 2;
		font-size:1.2rem;
		padding-top:0.3rem;
	}
	.header-contact {
		grid-area: 1 / 2 / 3 / 3;
	}
	.header-logo img {
		width:auto;
		height:40px;
	}
	.header-contact a {
		display: none;
	}
	.body-contact-btn {
		width: 270px;
		height: 40px;
		border-radius: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-left:26vw;
		-webkit-box-shadow: 0px 2px 6px -3px #a00303;
		box-shadow: 0px 2px 6px -3px #a00303;
	}
	.body-contact-btn:before {
		left:12vw;
	}
}
@media screen and (min-width : 768px){
	.header {
		position:fixed;
		z-index:1000;
	}
	.header-box {
		grid-template-columns: 240px 1fr 220px;
		grid-column-gap: 30px;
		margin-left:auto;
		margin-right:auto;
		height:90px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-spenit {
		font-size:1.4rem;
		font-weight:700;
	}
	.header-contact-btn {
		width:220px;
		height:40px;
		line-height:40px;
		border-radius:40px;
		padding-left:135px;
	}
	.body-contact-btn {
		width:220px;
		height:40px;
		line-height:40px;
		border-radius:40px;
		padding-left:110px;
		font-weight:700;
	}
	.body-contact-btn:before {
		left:10px;
	}
}
/*-----------------------------------------
drawr(SP mode menu)
------------------------------------------*/
.drawr-btn {
	width:60px;
	height: 60px;
	position: fixed;
	top:0px;
	right:0px;
	margin-left:auto;
	margin-right:0;
	cursor: pointer;
	z-index: 9999;
}
@media screen and (max-width : 767px){
	.drawr-btn {
		display:block;
	}
}
@media screen and (min-width : 768px){
	.drawr-btn {
		display:none;
	}
}
.drawr-btn span {
	border-bottom: 2px solid var(--color-red);
	width: 32px;
	height:32px;
	position: absolute;
	top:6px;
	left:10px;
	display:block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-indent:100%;
	white-space:nowrap;
}
.drawr-btn span:before,.drawr-btn span:after {
	content: '';
	display: inline-block;
	border-top: 2px solid var(--color-red);
	width: 32px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.drawr-btn span:before {top:12px;}
.drawr-btn span:after {top: 21px;}
.drawr-btn-peke span {
	border-bottom: 1px solid #ffffff;
	border-bottom: none;
}
header.smaller .drawr-btn.drawr-btn-peke span {
	border-bottom: none;
}
.drawr-btn-peke span:before,header.smaller .drawr-btn-peke span:before {
	border-top: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:20px;
}
.drawr-btn-peke span:after,header.smaller .drawr-btn-peke span:after {
	border-top: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
}
.drawr {
    display: none;
	background-color:var(--color-red);
    position: fixed;
    top: 0px;
    right:0;
    width:100vw;
    height:110vh;
	height:100dvh;
	overflow-y:auto;
	overflow-x:hidden;
    z-index: 1100;
}
.drawer-menu {
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.drawer-menu li {
	width:100vw;
	padding:5vw;
}
.drawer-menu li a {
	display:block;
	text-align:center;
	color:#ffffff;
	font-weight:700;
}
/*-----------------------------------------
mainvisual
------------------------------------------*/
.mainvisual {
	width:100%;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.mainvisual .container {
	position: relative;
	z-index: 1;
}
.mainvisual-maincopy {
	position: relative;
	z-index: 10;
}
.mainvisual-subcopy {
	position: relative;
	z-index: 10;
	font-weight:700;
}
.mainvisual-normal {
background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),to(#f5e9e4));
background: linear-gradient(to bottom,  #ffffff 0%,#f5e9e4 100%);
}
.mainvisual-normal .container:before {
	content:"";
	position: absolute;
	bottom:0;
	z-index: 2;
}
.mainvisual-shogai:before {
	background-image:url(../images/shogai/mainvisual-shogai.webp);
}
.mainvisual-rourei:before {
	background-image:url(../images/rourei/mainvisual-rourei.webp);
}
.mainvisual-profile:before {
	background-image:url(../images/profile/mainvisual-profile.webp);
}
.mainvisual-media:before {
	background-image:url(../images/media/mainvisual-media.webp);
}
.mainvisual-normal:after {
	content:"";
	position: absolute;
	background-image:url(../images/mainvisual-bg.webp);
	background-repeat: no-repeat;
	background-size:cover;
}
@media screen and (max-width : 767px){
	.mainvisual {
		height:60vw;
	}
	.mainvisual-maincopy {
		padding-top:20vw;
		padding-bottom:5vw;
	}
	.mainvisual-maincopy img {
		width:auto;
		height:7vw;
	}
	.mainvisual-subcopy {
		font-size:3.2vw;
		line-height: 150%;
	}
	.mainvisual-shogai:before {
		width:53.5vw;
		height:60vw;
		top:0px;
		right:0px;
		background-size: auto 100%;
	}
	.mainvisual-rourei:before {
		width:75vw;
		height:50vw;
		top:10vw;
		right:-15vw;
		background-size: auto 100%;
	}
	.mainvisual-rourei .mainvisual-maincopy {
		padding-top:8vw;
	}
	.mainvisual-profile:before {
		width:42vw;
		height:60vw;
		top:5vw;
		right:-3vw;
		background-size: auto 100%;
	}
	.mainvisual-media:before {
		width:95.4vw;
		height:60vw;
		top:0px;
		right:-14vw;
		background-size: auto 100%;
	}
	.mainvisual-normal:after {
		top:70px;
		right:-43px;
		width:75vw;
		height:42vw;
	}
}
@media screen and (min-width : 768px){
	.mainvisual {
		height:350px;
	}
	.mainvisual-maincopy {
		padding-bottom:30px;
	}
	.mainvisual-subcopy {
		font-size:var(--font-pc-large);
	}
	.mainvisual-normal .mainvisual-maincopy {
		padding-top:140px;
	}
	.mainvisual-shogai:before {
		width:312px;
		height:350px;
		top:0px;
		right:48px;
	}

	.mainvisual-rourei:before {
		width:482px;
		height:325px;
		top:25px;
		right:0px;
	}
	.mainvisual-profile:before {
		width:210px;
		height:294px;
		top:56px;
		right:0px;
	}
	.mainvisual-media:before {
		width:557px;
		height:350px;
		top:0px;
		right:0px;
	}
	.mainvisual-normal:after {
		top:70px;
		right:-43px;
		width:503px;
		height:280px;
	}
}
/*-----------------------------------------
mainmenu
------------------------------------------*/
.mainmenu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.mainmenu a {
	position: relative;
	display: block;
	color:var(--color-red);
	text-align: center;
}
.mainmenu-pic {
	border:2px solid var(--color-red);
	margin-left:auto;
	margin-right:auto;
}
.mainmenu-pic:hover {
	background-color:var(--color-red);
	border:2px solid var(--color-beige);
}
.mainmenu-pic:hover img {
	-webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.mainmenu-pic:before {
	content:"";
	position: absolute;
	background-color:var(--color-red);
	border-radius:50%;
	z-index: 15;
}
.mainmenu-pic:after {
	font-family: 'icomoon';
	content: "\f107";
	color:#ffffff;
	position: absolute;
	z-index: 20;
}
.mainmenu-txt {
	line-height:150%;
}
@media screen and (max-width : 767px){
	.mainmenu {
		padding-top:8vw;
		padding-bottom:4vw;
		grid-column-gap: 4vw;
	}
	.mainmenu-pic {
		width:26vw;
		height:26vw;
		border-radius:26vw;
		padding:4vw;
		margin-bottom:4vw;
	}
	.mainmenu-pic:before { 
		width:6vw;
		height:6vw;
		right:9vw;
		bottom:1vw;
	}
	.mainmenu-pic:after {
		width:5vw;
		height:5vw;
		right:9.5vw;
		bottom:1vw;
	}
}
@media screen and (min-width : 768px){
	.mainmenu {
		padding-top:70px;
		padding-bottom:40px;
		grid-column-gap: 30px;
	}
	.mainmenu-pic {
		width:160px;
		height:160px;
		border-radius:160px;
		padding:20px;
		margin-bottom:20px;
	}
	.mainmenu-pic:before { 
		width:24px;
		height:24px;
		right:12px;
		bottom:6px;
	}
	.mainmenu-pic:after {
		width:16px;
		height:16px;
		right:15px;
		bottom:10px;
	}
}
/*-----------------------------------------
title
------------------------------------------*/
.text-divider {
	display:-webkit-box; /* Android rower */
	display:-ms-flexbox;/*--- IE10 ---*/ /* Safari */
	display:flex; /* Safari */
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:2em auto;
}
.text-divider:before,
.text-divider:after {
	content: '';
	height: 1px;
	background-color: #000000;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.text-divider:before {
	margin-right: 1rem;
}
.text-divider:after {
	margin-left: 1rem;
}
.lead-text p {
	text-indent:1em;
}
.title-baloon {
	position: relative;
}
.title-baloon h2 {
	color:#ffffff;
	background-color:var(--color-black);
	font-weight:700;
	text-align: center;
	position: absolute;
	left:50%;
	border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
}
.title-baloon h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid var(--color-black);
}
.st-underline {
	text-align: center;
	padding-top:1.5em;
	padding-bottom:1em;
}
.st-underline * {
	display: inline-block;
	border-bottom:1px solid var(--color-black);
	line-height: 150%;
	padding-bottom:0.25em;
}
@media screen and (max-width : 767px){
	.text-divider {
		font-size:var(--font-sp-x-large);
	}
	.title-baloon {
		padding-bottom:16vw;
	}
	.title-baloon.title-baloon-short {
		padding-bottom:8vw;
	}
	.title-baloon-upspace {
		padding-top:12vw;
	}
	.title-baloon h2 {
		width:70vw;
		height:8vw;
		line-height:8vw;
		top:-3vw;
		margin-left:-35vw;
	}
	.title-baloon.title-baloon-upspace h2 {
		top:6vw;
	}
}
@media screen and (min-width : 768px){
	.text-divider {
		font-size:var(--font-pc-x-large);
	}
	.lead-text,
	.lead-text * {
		font-size:var(--font-pc-large);
	}
	.title-baloon {
		padding-bottom:80px;
	}
	.title-baloon.title-baloon-short {
		padding-bottom:50px;
	}
	.title-baloon-upspace {
		padding-top:80px;
	}
	.title-baloon h2 {
		width:270px;
		height:40px;
		line-height:40px;
		top:-20px;
		margin-left:-135px;
	}
	.title-baloon.title-baloon-upspace h2 {
		top:70px;
	}
	.st-underline * {
		font-size:var(--font-pc-x-large);
	}
}
/*-----------------------------------------
btn
------------------------------------------*/
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color:#ffffff;
	background-color:var(--color-red);
	position: relative;
	-webkit-box-shadow: 0px 2px 6px -3px #a00303;
	box-shadow: 0px 2px 6px -3px #a00303;
}
.btn:hover {
	background-color:var(--color-black);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(0,1px,0);
	transform: translate3d(0,1px,0);
}
.btn:before {
	color:#ffffff;
	font-size:2.0rem;
}
.btn-normal {
	width:220px;
	height:40px;
	border:none;
	border-radius:40px;
	margin-left:auto;
	margin-right:auto;
}
.btn-profile {
	width:270px;
	height:40px;
	border-radius:40px;
	margin-left:auto;
	margin-right:auto;
}
.btn-profile:before {
	font-family: 'icomoon';
	content: "\f2bb";
	position: absolute;
	top:10px;
	left:15px;
	width:20px;
	height:20px;
}
.btn-blog {
	width:220px;
	height:40px;
	border-radius:40px;
	margin-left:auto;
	margin-right:auto;
}
.btn-footer {
	height:40px;
	border-radius:40px;
	margin-left:auto;
	margin-right:auto;
}
.btn-submit {
	width:220px;
	height:40px;
	border:none;
	border-radius:40px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width : 767px){
	.btn-footer {
		padding:4vw;
	}
	.btn-submit {
		margin-top:4vw;
		margin-bottom:4vw;
	}
}
@media screen and (min-width : 768px){
	.btn-footer {
		width:220px;
	}
	.btn-submit {
		margin-top:40px;
		margin-bottom:40px;
	}
}
/*-----------------------------------------
footer
------------------------------------------*/
footer {
	background-image: url(../images/bg-footer.svg);
	background-repeat: no-repeat;
	background-color:var(--color-beige);
	text-align: center;
}
.footer-btn-grid {
	display:grid;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width : 767px){
	footer {
		background-position: center 4vw;
		background-size:contain;
		padding-top: 6vw;
	}
	footer address {
		padding-top:36px;
		font-size:var(--font-pc-small);
		line-height: 200%;
	}
	.footer-btn-grid {
		grid-template-columns: 1fr 2fr;
		width:75vw;
		grid-column-gap: 5vw;
		padding-top: 5vw;
		padding-bottom: 8vw;
		margin-left:0vw;
		margin-right:15vw;
	}
}
@media screen and (min-width : 768px){
	footer {
		background-position: center 26px;
		padding-top: 36px;
	}
	footer address {
		padding-top:36px;
		font-size:var(--font-pc-small);
		line-height: 200%;
	}
	.footer-btn-grid {
		grid-template-columns: repeat(2, 1fr);
		width:480px;
		grid-column-gap: 40px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*-----------------------------------------
pageback
------------------------------------------*/
.pagebackswitch {
	position: fixed;
	z-index:1001;
	text-align:center;
	bottom:10px;
	right: 10px;
	width:40px;
	height:90px;
	-webkit-animation: pageback 0.4s;
	animation: pageback 0.4s;
	overflow:hidden;
}
@-webkit-keyframes pageback {
  0%   { -webkit-transform:  translate(0px, 80px) ;}
  100%  { -webkit-transform:  translate(0px, 0px);}
}
@keyframes pageback {
  0%   { -webkit-transform:  translate(0px, 80px) ; transform:  translate(0px, 80px) ;}
  100%  { -webkit-transform:  translate(0px, 0px); transform:  translate(0px, 0px);}
}
.pagebackswitch a {
	display:block;
	width:40px;
	height:40px;
	border-radius:40px;
	background-color:var(--color-red);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
.pagebackswitch a:before {
	position:absolute;
	top:0px;
	left:0px;
	font-family: 'icomoon' !important;
	color:#ffffff;
	font-size:20px;
	text-indent:0px;
	text-align:center;
	width:40px;
	height:40px;
	line-height:37px;
}
.btn-backhome {
	margin-bottom:10px;
}
.btn-backhome:before {
	content: "\e911";
}
.btn-backtop:before {
	content: "\f106";
}
.pagebackswitch a:hover {
	background-color:var(--color-black);
}
/*-----------------------------------------
animation
------------------------------------------*/
.fadeup {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fadeupon {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fadeleft {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(20px,0px,0);
    transform: translate3d(40px,0px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fadelefton {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.faderight {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(-20px,0px,0);
    transform: translate3d(-40px,0px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.faderighton {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fadein,.fadeincross {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.delay1 {
	-webkit-transition-delay:0.2s !important;
	transition-delay:0.2s !important;
}
.delay2 {
	-webkit-transition-delay:0.4s !important;
	transition-delay:0.4s !important;
}
.delay3 {
	-webkit-transition-delay:0.6s !important;
	transition-delay:0.6s !important;
}
.delay4 {
	-webkit-transition-delay:0.8s !important;
	transition-delay:0.8s !important;
}
/*-----------------------------------------
shogai
------------------------------------------*/
.step-grid {
	display: grid;
	background-color:var(--color-beige);
	border-radius:8px;
	position: relative;
}
.step-grid:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 30px solid var(--color-beige);
}
.step-grid:last-child:after {
	display: none;
}
.step-num {
	font-family: 'Oswald', sans-serif;
	color:var(--color-red);
	text-align: center;
}
.step-st {
	color:var(--color-red);
	font-weight:700;
	line-height:150%;
}
.step-txt p {
	padding-bottom:0;
	font-weight:700;
}
.step-pic img {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width : 767px){
	.step-grid {
		display: grid;
		grid-template-columns: 1fr 5fr;
		padding-top:4vw;
		padding-bottom:4vw;
		margin-bottom:10vw;
	}
	.step-num {
		font-size:8vw;
		grid-area: 1 / 1 / 2 / 2;
	}
	.step-st {
		font-size:4.8vw;
		padding-top:1vw;
		grid-area: 1 / 2 / 2 / 3;
	}
	.step-txt {
		grid-area: 2 / 1 / 3 / 3;
		padding-top:2vw;
		padding-left:3vw;
		padding-right:3vw;
		padding-bottom:2vw;
	}
	.step-pic {
		grid-area: 3 / 1 / 4 / 3;
	}
	.step-pic img {
		max-width:30vw;
		max-height:20vw;
	}
	.btn-profile-shogai {
		margin-bottom:12vw;
	}
	.btn-contact-shogai {
		margin-top:8vw;
	}
}
@media screen and (min-width : 768px){
	.step-grid {
		display: grid;
		grid-template-columns: 1fr 5fr 2fr;
		grid-template-rows: 65px 1fr;
		padding-top:30px;
		padding-bottom:30px;
		margin-bottom:50px;
	}
	.step-num {
		font-size:4.8rem;
		grid-area: 1 / 1 / 3 / 2;
	}
	.step-st {
		font-size:2.4rem;
		padding-top:0.25em;
		grid-area: 1 / 2 / 2 / 3;
	}
	.step-txt {
		grid-area: 2 / 2 / 3 / 3;
	}
	.step-pic {
		grid-area: 1 / 3 / 3 / 4;
		display: grid;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left:20px;
		padding-right:30px;
	}
	.step-grid-2 .step-pic img {
		max-width:72px;
	}
	.step-grid-3 .step-pic img {
		max-width:130px;
	}
	.step-grid-4 .step-pic img {
		max-width:84px;
	}
	.step-grid-5 .step-pic img {
		max-width:80px;
	}
	.step-grid-6 .step-pic img {
		max-width:104px;
	}
	.btn-profile-shogai {
		margin-bottom:70px;
	}
	.btn-contact-shogai {
		margin-top:50px;
	}
}

.shougai-plan {
	border-radius:8px;
}
.shougai-plan-a {
	background-color:var(--color-beige);
}
.shougai-plan-b {
	background-color:#e0e9d4;
}
.pricelist table {
	width:100%;
}
.pricelist td {
	background-color:#ffffff;
}
.pricelist-beige th {
	background-color:#eed7d0;
}
.pricelist-green th {
	background-color:#bdd2a1;
}
.price-plus {
	padding:0.25em;
}
@media screen and (max-width : 767px){
	.shougai-plan {
		padding-left:4vw;
		padding-right:4vw;
		padding-bottom:4vw;
	}
	.shougai-plan-a {
		margin-bottom:6vw;
	}
	.pricelist table tbody tr th {
		border-radius:4px 4px 0 0;
		text-align: center;
	}
	.pricelist table tbody tr td {
		border-radius:0 0 4px 4px;
	}
	.pricelist table tbody tr th,
	.pricelist table tbody tr td {
		display:block;
		line-height:200%;
		padding:0.25em 1em;
	}
	.price-plus {
		font-size:var(--font-sp-x-large);
		text-align: center;
	}
	.daikou-houshu {
		padding-bottom:12vw;
	}
}
@media screen and (min-width : 768px){
	.shougai-plan {
		padding-left:clamp(20px, 3vw, 40px);
		padding-right:clamp(20px, 3vw, 40px);
		padding-bottom:30px;
	}
	.shougai-plan-a {
		margin-bottom:32px;
	}
	.pricelist table tbody tr th {
		border-radius:4px 0 0 4px;
		text-align: right;
		vertical-align: top;
		width:180px;
	}
	.pricelist table tbody tr td {
		border-radius:0 4px 4px 0;
	}
	.pricelist table tbody tr th,
	.pricelist table tbody tr td {
		line-height:200%;
		padding:0.5em 1em;
	}
	.price-plus {
		font-size:var(--font-pc-x-large);
		text-align: center;
	}
	.daikou-houshu {
		padding-bottom:80px;
	}
}

.sample-pic img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sample-txt {
	background-color:var(--color-gray);
	border-radius:8px;
	position: relative;
	z-index: 1;
}
.sample-txt h3 {
	line-height:150%;
	padding-bottom:1em;
}
.sample-txt p {
	padding-bottom:0;
}
@media screen and (max-width : 767px){
	.sample-grid {
		position: relative;
		z-index: 1;
		margin-top:16vw;
		margin-bottom:8vw;
	}
	.sample-pic {
		position:absolute;
		z-index: 2;
		top:-10vw;
		left:50%;
		margin-left:-10vw;
		width:20vw;
		height:20vw;
	}
	.sample-txt {
		padding:12vw 4vw 4vw 4vw;
	}
	.sample-txt h3 {
		font-size:var(--font-sp-large);
	}
}
@media screen and (min-width : 768px){
	.sample-grid {
		display: grid;
		grid-template-columns: 0.9fr 2.1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom:40px;
	}
	.sample-txt {
		padding:25px;
	}
	.sample-txt:before {
		content: "";
		position: absolute;
		z-index: 20;
		top: 50%;
		left: -60px;
		margin-top: -20px;
		border: 20px solid transparent;
		border-right: 40px solid var(--color-gray);
	}
	.sample-txt h3 {
		font-size:var(--font-pc-large);
	}
}
/*-----------------------------------------
rurei
------------------------------------------*/
@media screen and (max-width : 767px){
	.rourei-content {
		padding-top:8vw;
	}
	.pricelist td h3 {
		color:var(--color-red);
	}
}
@media screen and (min-width : 768px){
	.rourei-content {
		padding-top:60px;
	}
}
/*-----------------------------------------
profile
------------------------------------------*/
.profile-point li,
.profile-list li {
	position: relative;
	line-height:150%;
	padding-bottom:1em;
}
.profile-point li:before,
.profile-list li:before {
	font-family: 'icomoon';
	content: "\f0da";
	position: relative;
	padding-right:1em;
	font-weight:400;
}
.common-list table {
	width:100%;
}
.common-list table tbody tr th {
	background-color:#eed7d0;
}
.common-list table tbody tr td {
	background-color:#ffffff;
}
@media screen and (max-width : 767px){
	.profile-point,
	.profile-list {
		padding-left:1em;
	}
	.profile-point li {
		text-indent:-1.2em;
	}
	.profile-list li {
		text-indent:-1.2em;
	}
	.profile-box {
		padding-top:4vw;
		padding-bottom: 4vw;
	}
	.common-list table {
		border-collapse: separate;
		border-spacing: 0px 4vw;
	}
	.common-list table tbody tr th {
		border-radius:4px 4px 0 0;
		text-align: center;
	}
	.common-list table tbody tr td {
		border-radius:0 0 4px 4px;
	}
	.common-list table tbody tr th,
	.common-list table tbody tr td {
		display:block;
		line-height:200%;
		padding:0.5em 1em;
	}
}
@media screen and (min-width : 768px){
	.profile-point {
		padding-bottom:50px;
	}
	.profile-point li {
		font-weight:700;
		font-size:var(--font-pc-large);
	}
	.profile-list li {
		font-weight:700;
	}
	.profile-data {
		padding-top:50px;
		padding-bottom:100px;
	}
	.common-list table tbody tr th {
		border-radius:4px 0 0 4px;
		text-align: right;
		vertical-align: top;
		width:180px;
	}
	.common-list table {
		border-collapse: separate;
		border-spacing: 0px 12px;
	}
	.common-list table tbody tr td {
		border-radius:0 4px 4px 0;
	}
	.common-list table tbody tr th,
	.common-list table tbody tr td {
		line-height:200%;
		padding:0.5em 1em;
	}
}
/*-----------------------------------------
contact
------------------------------------------*/
.contacl-tel {
	background-color:var(--color-beige);
	border-radius:8px;
}
.contacl-tel-media {
	background-color:#e0e9d4;
	border-radius:8px;
}
.contact-tel-grid,
.contact-email-grid {
	display:grid;
}
.contact-tel-tt,
.contact-tel-txt a,
.contact-email-tt {
	color:var(--color-red);
	font-weight:700;
}
.contact-email {
	background-color:var(--color-gray);
	border-radius:8px;
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=date],
.form-table input[type=tel],
.form-table textarea {
	border:1px solid #dddddd;
	border-radius:4px;
	padding:4px;
}
.form-table textarea {
	width:100% !important;
	height:12em !important;
	resize: none;
}
.form-zip {
	width:7em;
}
@media screen and (max-width : 767px){
	.contact-tel-grid {
		grid-template-columns: 16vw 1fr;
		grid-column-gap: 4vw;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding:4vw;
		margin-bottom:6vw;
	}
	.contact-tel-img {
		grid-area: 1 / 1 / 3 / 2;
	}
	.contact-tel-tt {
		grid-area: 1 / 2 / 2 / 3;
		font-size:var(--font-sp-large);
		padding-bottom:4vw;
	}
	.contact-tel-txt {
		grid-area: 2 / 2 / 3 / 3;
	}
	.contact-tel-txt a {
		font-size:var(--font-sp-x-large);
	}
	.contact-tel-txt p {
		line-height:150%;
		padding-top:1em;
		padding-bottom:0;
	}
	.contact-email-grid {
		grid-template-columns: 16vw 1fr;
		grid-column-gap: 4vw;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding:4vw 4vw 0 4vw;
	}
	.contact-email-img {
		grid-area: 1 / 1 / 3 / 2;
	}
	.contact-email-tt {
		grid-area: 1 / 2 / 2 / 3;
		font-size:var(--font-sp-large);
		padding-bottom:4vw;
	}
	.contact-email-txt {
		grid-area: 2 / 2 / 3 / 3;
	}
	.contact-email-txt p {
		line-height:150%;
		padding-top:1em;
		padding-bottom:0;
	}
	.contact-email .form-table {
		max-width:80vw;
		margin-left:auto;
		margin-right:auto;
	}
	.form-table span {
		display:inline-block;
		padding-left:0.5em;
	}
	.contact-email .form-table td {
		padding-left:0.5em;
	}
	.form-table input {
		width:100%;
	}
}
@media screen and (min-width : 768px){
	.contact-tel-grid {
		grid-template-columns: 103px 1fr;
		grid-template-rows: 40px 1fr;
		grid-column-gap: 45px;
		grid-row-gap: 25px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding:30px 54px 30px 54px;
		margin-bottom:40px;
	}
	.contact-tel-img {
		grid-area: 1 / 1 / 3 / 2;
	}
	.contact-tel-tt {
		grid-area: 1 / 2 / 2 / 3;
		font-size:var(--font-pc-x-large);
	}
	.contact-tel-txt {
		grid-area: 2 / 2 / 3 / 3;
	}
	.contact-tel-txt a {
		font-size:4.8rem;
	}
	.contact-tel-txt p {
		font-size:var(--font-pc-large);
		font-weight:700;
		padding-top:1em;
		padding-bottom:0;
	}
	.contact-email {
		padding:40px 40px 0 40px;
	}
	.contact-email-grid {
		grid-template-columns: 107px 1fr;
		grid-template-rows: 40px 1fr;
		grid-column-gap: 45px;
		grid-row-gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom:40px;
	}
	.contact-email-img {
		grid-area: 1 / 1 / 3 / 2;
	}
	.contact-email-tt {
		grid-area: 1 / 2 / 2 / 3;
		font-size:var(--font-pc-x-large);
	}
	.contact-email-txt {
		grid-area: 2 / 2 / 3 / 3;
	}
	.contact-email-txt p {
		font-weight:700;
		padding-bottom:0;
	}
	.form-table {
		margin-bottom:30px;
	}
	.form-table span {
		display:inline-block;
		padding-left:0.5em;
	}

}
/*-----------------------------------------
map
------------------------------------------*/
.parking-grid,
.parking-pic-grid {
	background-color:var(--color-gray);
}
.pic-kouhoku-6 {
	background-image:url(../images/map/pic-kouhoku-6.webp);
	background-size:cover;
	background-position: center center;
}
.parking-name-grid p {
	padding-bottom:0;
}
.parking-txt h2,
.parking-name-grid h2 {
	font-weight:700;
}
.map-routebox {
	background-color:var(--color-beige);
	border-radius:8px;
}
.map-routebox h2 {
	color:var(--color-red);
	font-weight:700;
	line-height:150%;
	margin-bottom:1em;
}
.map-routebox p:last-child {
	padding-bottom:0;
}
@media screen and (max-width : 767px){
	.parking-grid {
		margin-bottom:6vw;
	}
	.parking-pic-grid {
		display:grid;
		grid-template-columns: 1fr;
		height:130vw;
	}
	.parking-grid iframe,
	.parking-pic-grid iframe {
		height:60vw;
	}
	.map-kouhoku-6 {
		grid-area: 1 / 1 / 2 / 2;
	}
	.parking-pic-grid .pic-kouhoku-6 {
		height:70vw;
		grid-area: 2 / 1 / 3 / 2;
	}
	.parking-name-grid {
		background-color:var(--color-gray);
		text-align: center;
		padding:4vw;
		margin-bottom:6vw;
	}
	.parking-grid .parking-txt {
		padding:4vw 4vw 8vw 4vw;
		text-align: center;
	}
	.parking-name-grid h2,
	.parking-txt h2 {
		padding-bottom:0.5em;
	}
	.map-routebox {
		padding:5vw;
	}
	.map-routebox:first-child {
		margin-top:6vw;
	}
	.map-routebox h2 {
		font-size:var(--font-sp-large);
		text-align: center;
	}
}
@media screen and (min-width : 768px){
	.map-main {
		padding-top:60px;
	}
	.parking-grid,
	.parking-pic-grid {
		display:grid;
		grid-template-columns: 1fr 1fr;
		height:400px;
		margin-bottom:30px;
	}
	.parking-grid {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.parking-pic-grid{
		margin-bottom:30px;
	}
	.parking-name-grid {
		display:grid;
		grid-template-columns: 1fr 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom:30px;
	}
	.parking-txt h2,
	.parking-name-grid h2 {
		font-size:var(--font-pc-x-large);
	}
	.parking-txt {
		text-align: center;
	}
	.map-routebox {
		padding:30px;
	}
	.map-routebox:first-child {
		margin-top:60px;
	}
	.map-routebox h2 {
		font-size:var(--font-pc-x-large);
		text-align: center;
	}
}
/*-----------------------------------------
policy
------------------------------------------*/
.policy-tt {
	padding-bottom:2em;
}
.policy-tt h2 {
	display: inline-block;
	font-weight:700;
	border-bottom:1px solid var(--color-red);
	line-height:150%;
	padding-bottom:0.5em;
}
@media screen and (max-width : 767px){
	.policy-tt h2 {
		font-size:var(--font-sp-large);
	}
}
@media screen and (min-width : 768px){
	.policy-box {
		padding-top:40px;
	}
	.policy-tt h2 {
		font-size:var(--font-pc-x-large);
	}
}
/*-----------------------------------------
blog
------------------------------------------*/
.blog-container {
	container-type: inline-size;
	container-name:blog-width
}
.blog-block h2 {
	border-bottom:1px solid #000000;
	line-height:150%;
	padding-bottom:0.5em;
	margin-bottom:1em;
}
@container blog-width (max-width : 727px) {
	.blog-grid {
		display:block;
		margin-top:5vw;
	}
	.blog-menu-allow {
		display:none;
	}
	.blog-block h2 {
		font-size:var(--font-sp-x-large);
		font-weight:700;
	}
	.blog-menu ul {
		display:none;
	}
}
@container blog-width (min-width:728px) and (max-width : 919px) {
	.blog-grid {
		display:grid;
		grid-template-columns: 680px 1fr;
		margin-top:50px;
	}
	.blog-block {
		padding-left:40px;
	}
	.blog-menu ul {
		display:none;
	}
	.blog-menu-allow {
		display:block;
	}
	.blog-block h2 {
		font-size:2.0rem;
		font-weight:700;
	}
	.blog-menu-allow a {
	display:block;
	width:40px;
	height:40px;
	border-radius:40px;
	background-color:var(--color-red);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
		margin-left:auto;
		margin-right:0px;
	}
	.blog-menu-allow a:before {
	position:absolute;
	top:0px;
	left:0px;
	font-family: 'icomoon' !important;
	content: "\f107";
	color:#ffffff;
	font-size:20px;
	text-indent:0px;
	text-align:center;
	width:40px;
	height:40px;
	line-height:37px;
	}
}
@container blog-width (min-width : 920px) {
	.blog-grid {
		display:grid;
		grid-template-columns: 2fr 1fr;
		margin-top:50px;
	}
	.blog-menu-allow {
		display:none;
	}
	.blog-menu {
		padding-left:48px;
	}
	.blog-menu ul {
		border-top:1px solid #000000;
	}
	.blog-menu ul li {
		border-bottom:1px solid #000000;
	}
	.blog-menu ul li a {
		display: block;
		position: relative;
		padding:16px 0 16px 32px;
		text-decoration: none;
		color:var(--color-red);
	}
	.blog-menu ul li a:before {
		font-family: 'icomoon' !important;
		content: "\f105";
		position: absolute;
		top:16px;
		left:8px;
	}
}