body {
	background: linear-gradient(180deg,rgba(251,234,207,.5) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
#innerwraper .h1 {
	display: flex;
}
#innerwraper .h1 div {
	width: 50%;
}
#innerwraper .h1 div:last-child {
	text-align: left;
	padding: 1rem 0 0 2rem;
}
#innerwraper .h1 div:last-child h1 {
	text-align: left;
	font-size: 2.5rem;
	border-bottom: 3px solid #e4899c;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
#innerwraper .h1 div:last-child p {
	padding-left: 5rem;
	position: relative;
}
#innerwraper .h1 div:last-child span {
	color: #e4899c;
	font-size: .8rem;
	padding-right: 1rem;
	position: absolute;
	left: 0;
}
#innerwraper .h1 img {
	width: 100%;
	height: auto;
}
#innerwraper h1 span {
	display: block;
	font-size: 1rem;
	margin: .5rem 0;
	font-weight: 500;
	color: #565656;
}
.icon_category img {
	display: block;
	text-align: center;
	margin: 1rem auto;
	width: 100%;
	max-width: 90px;
}
.icon_category {
	font-family: "tk-takumi-shokei-font", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.7rem;
	color: #565656;
	padding: 2rem;
}
#innerwraper article.item01 h2 {
	background: #fff;
}
#innerwraper article.cnt-menu ul li a:hover {
  background: rgba(251,234,207,.2);
}
#innerwraper article.inner_content {
	padding: 30px;
  background: #fff;
  margin-bottom: 50px;
}
#innerwraper article.head-title h2.icon_category {
  font-size: 2rem;
  font-family: "tk-takumi-shokei-font", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 2.2rem auto 0;
  padding: 0;
}
#innerwraper article.inner_content#flow div.flow-box div.flow-inner {
  float: right;
  width: 640px;
}
#innerwraper article.inner_content div.top-text div.right-area02 {
	  width: 690px;
}
#innerwraper article.inner_content div h3 {
	background-size: 100% !important;
}
#innerwraper div#invitation-navi h1#sub-title {
	font-size: 2rem;
  font-family: "tk-takumi-shokei-font", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* margin: 2.2rem auto 0;
  padding: 0; */
		margin-bottom: 1rem;
		padding-bottom: .5rem;
}
#innerwraper div#invitation-navi {
  margin: 0 0 15px 0;
}
#innerwraper div#invitation-navi h1#sub-title {
  border-bottom: 1px dashed #d2d2d2;
}
#innerwraper div#invitation-navi ul {
	justify-content: space-around;
	padding: 1rem 2rem;
	margin: 0 3rem;
	/* background: #fff; */
}
#innerwraper div#invitation-navi ul li {
  background: #fff;
		width: 23%;
		padding: 2rem 1rem 1rem 1rem;
		border: 1px dashed #d2d2d2;
}
#invitation-navi .webAp img {
  position: absolute;
  top: -25px;
  right: -30px;
}
p.glaf {
	margin-bottom: 35px;
}
#innerwraper div#page-navi ul li a, .tusinLink ul {
	background-size: 100% !important;
}
#innerwraper div#page-navi ul li:nth-child(4) a {
  background: url(../../images/guide/invitation/icon_arrow04.png) no-repeat center bottom;
    background-size: auto !important;
}
#innerwraper article.inner_content p.glaf img {
	width: 100% !important;
}
@media screen and (max-width: 750px) {
	#innerwraper div#invitation-navi ul {
		padding: 1.5rem 0;
  margin: 0;
		flex-wrap: wrap;
		gap: 1rem;
		justify-content:center;
	}
	#innerwraper div#invitation-navi ul li {
		padding: 1.5rem .5rem;
		width: 45%;
	}
	#invitation-navi .webAp img {
		right: -10px;
		top: -10px;
	}
	br.spv {
		display: none;
	}
	#innerwraper div#invitation-navi ul li a {
		height: auto;
	}
	#innerwraper article.inner_content div.top-text div.right-area, 
	#innerwraper article.inner_content#flow div.flow-box div.flow-inner,
	#innerwraper article.inner_content div.top-text div.right-area02 {
		float: none;
		width: auto;
	}
}