@charset "utf-8";

/*------------------------------------------------------------
Theme Name: hanahaku_20251225
Theme URI: null
Description: 花博テーマ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure, .wp-block-image figcaption {
	display: block;
}
a.nolink, a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.en {
	font-family: 'Oswald', sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
	overflow-x: hidden;
}
#main {
	padding-top: 95px;
	background: url("img/common/bg01.png") no-repeat center top;
	background-size: 100% 395px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	transition: all 0.3s;
	background: transparent;
}
#gHeader.bg {
	background: #FFF;
}
#gHeader .hBox {
	padding: 11px 13px 11px 31px;
}
#gHeader h1 a {
	display: block;
}
#gHeader.white h1 a {
	background: url("img/common/logo_white.png") no-repeat center center;
	background-size: 100% auto;
}
#gHeader.white h1 a img {
	visibility: hidden;
}
#gHeader .hBtn {
	margin: 11px 30px 0 0;
}
#gHeader .hBtn a {
	display: block;
}
#gHeader .hBtn a:hover {
	opacity: 0.7;
}
#gHeader.white .hBtn a {
	background: url("img/common/icon01_white.png") no-repeat center center;
	background-size: 100% auto;
}
#gHeader.white .hBtn a img {
	visibility: hidden;
}
.menu {
	margin-top: 10px;
	width: 108px;
	position: relative;
	cursor: pointer;
}
.menu:hover {
	opacity: 0.7;
}
.menu span {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
}
#gHeader.white .menu span {
	background: #FFF;
}
.menu span:nth-child(2) {
	width: 81%;
	top: 14px;
}
.menu span:nth-child(3) {
	width: 59%;
	top: 28px;
}
.menuBox {
	width: 434px;
	height: 100%;
	display: block;
	position: fixed;
	right: -434px;
	top: 0;
	z-index: 1000;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.5s;
}
.menuBox.on {
	right: 0;
}
.menuBox .menuClose {
	margin: 24px 18px 31px auto;
	width: 21px;
	height: 21px;
	position: relative;
	cursor: pointer;
}
.menuBox .menuClose:hover {
	opacity: 0.7;
}
.menuBox .menuClose span {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
	transform: rotate(45deg) translate(3px, 0px);
	transform-origin: top left;
}
.menuBox .menuClose span:nth-child(2) {
	top: auto;
	bottom: 0;
	transform: rotate(-45deg) translate(3px, 0px);
	transform-origin: bottom left;
}
.menuBox ul {
	margin: 0 47px 50px;
}
.menuBox li {
	border-bottom: 1px solid #FFF;
}
.menuBox li a {
	padding: 9px 40px 12px 0;
	display: block;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 0.1em;
	background: url("img/common/icon07.png") no-repeat right 13px center;
}
.menuBox li a:hover {
	opacity: 0.7;
}
.menuBox li a img {
	margin-left: 10px;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 13px 10px 11px 7px;
	}
	#gHeader h1 {
		width: 143px;
	}
	#gHeader .hBtn {
		margin: 3px 20px 0 0;
		width: 24px;
	}
	.menu {
		margin-top: 5px;
		width: 65px;
	}
	.menu:hover {
		opacity: 1;
	}
	.menu span:nth-child(2) {
		top: 9px;
	}
	.menu span:nth-child(3) {
		top: 17px;
	}
	.menuBox {
		width: 100%;
		right: -100%;
	}
	.menuBox.on {
		right: 0;
	}
	.menuBox .menuClose {
		margin-top: 15px;
	}
	.menuBox .menuClose:hover {
		opacity: 1;
	}
	.menuBox ul {
		margin: 0 25px 50px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.fixBox {
	display: none;
	position: fixed;
	right: 0;
	bottom: 11.7vh;
	z-index: 50;
}
.fixBox .btnList {
	margin-left: auto;
	margin-bottom: 48px;
	width: 49px;
}
.fixBox .btnList li a {
	display: block;
	text-align: right;
}
.fixBox .pageTop {
	margin-right: 18px;
}
.fixBox a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	background: url("img/common/f_bg.jpg") repeat-x center bottom;
}
#gFooter .fInner {
	padding: 81px 2.55% 294px;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #000;
	box-sizing: border-box;
	background: url("img/common/f_img01.png") no-repeat center bottom;
}
#gFooter .rBox {
	padding-top: 6px;
	width: 77.5%;
}
#gFooter .txtBox {
	width: 41%;
}
#gFooter .txtBox .add {
	margin-bottom: 20px;
	line-height: 2.25;
	letter-spacing: 0.1em;
}
#gFooter .txtBox .tel {
	line-height: 2.25;
	letter-spacing: 0.1em;
}
#gFooter .txtBox .tel .txt {
	margin-bottom: 5px;
	display: block;
}
#gFooter .txtBox .tel a {
	font-size: 2.4rem;
}
#gFooter .txtBox .tel .num {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.2;
}
#gFooter .rBox .fLink {
	width: 59%;
	padding-right: 9px;
	margin-top: -3px;
	box-sizing: border-box;
}
#gFooter .rBox .fLink li {
	width: 48%;
	float: left;
	letter-spacing: 0.1em;
	margin-top: 21px;
}
#gFooter .rBox .fLink li:nth-child(2n) {
	float: right;
}
#gFooter .rBox .fLink li a {
	display: block;
	padding: 17px 5px 18px;
	position: relative;
	border: 1px solid #000;
	text-align: center;
	transition: .3s;
	overflow: hidden;
}
#gFooter .rBox .fLink li a::after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	bottom: 0;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	z-index: -1;
}
@media all and (min-width: 897px) {
	#gFooter .rBox .fLink li a:hover {
		color: #FFF;
	}
	#gFooter .rBox .fLink li a:hover:after {
		left: -10%;
		width: 120%;
		background-color: #000;
	}
}
#gFooter .btmBox {
	padding: 29px 0 25px;
	position: relative;
	text-align: center;
	background-color: #000;
}
#gFooter .btmBox .sns {
	position: absolute;
	right: 32px;
	top: 24px;
}
#gFooter .btmBox .sns li {
	margin-left: 13px;
	display: inline;
}
#gFooter .btmBox .sns li a:hover {
	opacity: 0.7;
}
#gFooter .btmBox .sns li img {
	vertical-align: middle;
}
#gFooter .btmBox .copyright {
	color: #FFF;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) and (max-width: 1120px) {
	#gFooter .fInner {
		display: block;
	}
	#gFooter .fLogo {
		margin-bottom: 20px;
		text-align: center;
	}
	#gFooter .rBox {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	.fixBox {
		display: none !important;
	}
	#gFooter .fBox {
		background: none;
	}
	#gFooter .fInner {
		padding: 63px 15px 23px;
		max-width: inherit;
		display: block;
		background: none;
	}
	#gFooter .fInner .fLogo {
		margin: 0 auto 32px;
		width: 151px;
	}
	#gFooter .rBox {
		padding-top: 0;
		width: auto;
		display: block;
		text-align: center;
	}
	#gFooter .txtBox {
		margin-bottom: 30px;
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-size: 1.6rem;
	}
	#gFooter .txtBox .add {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#gFooter .rBox .fLink {
		margin: 0 auto 64px;
		padding: 0;
		width: 100%;
		max-width: 240px;
	}
	#gFooter .rBox .fLink li {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
	#gFooter .rBox .fLink li:nth-child(2n) {
		float: none;
	}
	#gFooter .rBox .fLink li:last-child {
		margin-bottom: 0;
	}
	#gFooter .rBox .fLink li a {
		font-size: 1.6rem;
		transition: none;
	}
	#gFooter .rBox .fLink li a::after {
		display: none;
	}
	#gFooter .spPho {
		text-align: center;
	}
	#gFooter .btmBox {
		padding: 17px 0 16px;
	}
	#gFooter .btmBox .sns {
		margin-bottom: 11px;
		display: flex;
		justify-content: center;
		position: relative;
		right: auto;
		top: auto;
	}
	#gFooter .btmBox .sns li {
		margin: 0 6px;
		width: 24px;
		display: block;
	}
	#gFooter .btmBox .sns li:nth-child(2) {
		width: 27px;
	}
	#gFooter .btmBox .copyright {
		margin: 0 auto;
		padding: 0 15px;
		max-width: 300px;
		font-size: 1.2rem;
		line-height: 1.99;
	}
}
@media all and (max-width: 359px) {
	#gFooter .txtBox .tel .num {
		font-size: 3.4rem;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
}
.loading .logo {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 130px;
	height: 114px;
	transform: translate(-50%, -50%);
}
.loading .logo.on {
	opacity: 0;
	transform: translate(-50%, -80%);
	transition: all 0.5s;
}
.loading .progress {
	width: 0;
	height: 100%;
	background-color: #ccc;
	opacity: 0.4;
}
.loading .progress.on {
	transition: all 0.5s ease;
	transform: translateX(100%);
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fade {
	vertical-align: top;
}
.fade .sub {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.fade .sub > span {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	transform: translate(-101%, 0);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.fade.active .sub > span {
	transform: translate(0, 0);
}
.fade .sub > span > span {
	display: inline-block;
	vertical-align: top;
	transform: translate(101%, 0);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.fade.active .sub > span > span {
	transform: translate(0, 0);
}
/*------------------------------------------------------------
	fadeUp
------------------------------------------------------------*/
.fadeUp {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.fadeUp.active {
	opacity: 1;
	transform: translateY(0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1140px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 28px 47px;
	text-align: right;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.headLine01 .en {
	margin: 0 -5px 8px;
	display: block !important;
	font-size: 7.2rem;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 20px 35px;
		font-size: 1.6rem;
	}
	.headLine01 .en {
		margin: 0 0 5px;
		font-size: 3.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 43px;
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0.17em;
}
.headLine02 .txt {
	margin-bottom: 6px;
	display: block;
	font-size: 3rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.headLine02 .txt {
		margin-bottom: 0;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 20px;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.headLine03 .en {
	margin-bottom: 11px;
	display: block;
	font-weight: 200;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}
	.headLine03 .en {
		margin-bottom: 7px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 9px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.headLine04 .en {
	margin: 0 25px 2px -3px;
	min-width: 159px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 7.2rem;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 13px;
		font-size: 1.4rem;
	}
	.headLine04 .en {
		margin: 0 0 19px;
		min-width: inherit;
		display: block;
		font-size: 4.8rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 51px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.headLine05 .txt {
	padding: 0 47px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.headLine05 .txt::before {
	width: 16px;
	height: 2px;
	left: 0;
	top: 50%;
	position: absolute;
	background: #000;
	content: '';
}
.headLine05 .txt::after {
	width: 16px;
	height: 2px;
	right: 0;
	top: 50%;
	position: absolute;
	background: #000;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.headLine05 .txt {
		padding: 0 20px;
	}
	.headLine05 .txt::before {
		width: 10px;
		height: 1px;
	}
	.headLine05 .txt::after {
		width: 10px;
		height: 1px;
	}
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
	margin-bottom: -1px;
	padding: 60px 0 35px;
	position: relative;
	background-color: #F5F5F5;
}
.comBanner .content {
	max-width: 1240px;
}
.comBanner ul {
	margin: -25px 0 33px;
}
.comBanner li {
	margin: 25px 2.4% 0 0;
	width: 23.2%;
}
.comBanner li:nth-child(4n) {
	margin-right: 0;
}
.comBanner li a:hover {
	opacity: 0.7;
}
.comBanner .text {
	margin: 0 8px;
	text-align: right;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comBanner {
		padding: 69px 0 20px;
	}
	.comBanner ul {
		margin: -12px 0 115px;
		justify-content: space-between;
	}
	.comBanner li {
		margin: 12px 0 0;
		width: calc(50% - 6px);
		text-align: center;
	}
	.comBanner .text {
		margin: 0 5px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 333px;
	margin: 0 auto;
}
.comLink a {
	padding: 17px 5px 18px;
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	transition: .3s;
	overflow: hidden;
	border: 1px solid #000;
	background-color: #000;
	letter-spacing: 0.1em;
}
.comLink .sub {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	.comLink a::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		bottom: -1px;
		height: 120%;
		left: -10%;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	.comLink a:hover {
		color: #000;
	}
	.comLink a:hover::after {
		left: -10%;
		width: 120%;
		background-color: #FFF;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		width: 100%;
		max-width: 227px;
	}
	.comLink a {
		padding: 11px 5px;
		font-size: 1.2rem;
		transition: none;
	}
}
/*------------------------------------------------------------
	comModelItem
------------------------------------------------------------*/
.comModelItem {
	background: #FFF;
}
.comModelItem .photo {
	padding:10px 10px 0;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	box-sizing:border-box;
}
.comModelItem .photo a {
	position: relative;
	display: block;
	overflow: hidden;
}
.comModelItem .photo a .imgTxt {
	width:100%;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
	display: block;
	text-align: center;
}
.comModelItem .photo a .pho {
	width: 100%;
	padding-bottom: 78.78%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("img/common/model_photo01.jpg");
	transition: all 0.4s;
}
.comModelItem .photo a:hover .pho {
	transform: scale(1.1);
}
.comModelItem .textBox {
	padding: 16px 16px 22px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.comModelItem .textBox .txt01 {
	margin-bottom: 12px;
	padding: 4px 5px 6px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #F5F5F5;
	font-weight: 400;
}
.comModelItem .textBox .txt02 {
	color: #29b9cf;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 400;
}
.comModelItem .textBox .txt03 {
	margin-bottom: 39px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size:1.4rem;
	font-weight: 300;
}
.comModelItem .textBox .btn + .btn {
	margin-top: 7px;
}
.comModelItem .textBox .btn a {
	padding: 13px 10px 16px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background: #000;
	position: relative;
	overflow: hidden;
}
@media all and (min-width: 897px) {
	.comModelItem .textBox .btn a::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		bottom: -1px;
		height: 120%;
		left: -10%;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	.comModelItem .textBox .btn a:hover::after {
		left: -10%;
		width: 120%;
		background-color: #990000;
	}
	.comModelItem .textBox .btn a .txt {
		position: relative;
		z-index: 1;
	}
}
@media all and (max-width: 896px) {
	.comModelItem .photo a .imgTxt {
		top: 11px;
	}
	.comModelItem .photo a .imgTxt img {
		width: auto;
		height:35px;
	}
	.comModelItem .photo a .pho {
		transition: none;
	}
	.comModelItem .photo a:hover .pho {
		transform: none;
	}
	.comModelItem .textBox {
		padding: 13px 12px 16px;
	}
	.comModelItem .textBox .txt01 {
		margin-bottom: 7px;
		padding: 4px 5px 5px;
		text-align: center !important;
		font-size: 1.28rem;
	}
	.comModelItem .textBox .txt02 {
		font-size: 1.28rem;
		line-height: 1.7;
		text-align: center !important;
	}
	.comModelItem .textBox .txt03 {
		margin-bottom: 30px;
		font-size: 1.28rem;
		line-height: 1.875 !important;
	}
	.comModelItem .textBox .btn + .btn {
		margin-top: 5px;
	}
	.comModelItem .textBox .btn a {
		padding: 12px 10px 12px;
		font-size: 1.12rem;
	}
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList::after {
	width: 31%;
	content: '';
}
.comBtnList li {
	width: 31%;
}
.comBtnList li a {
	box-sizing: border-box;
	padding: 15px 10px 18px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	background: #000;
	border: 1px solid #000;
}
.comBtnList li a .txt {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	.comBtnList li a {
		position: relative;
		transition: 0.3s;
		overflow: hidden;
	}
	.comBtnList li a::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		bottom: -1px;
		height: 120%;
		left: -10%;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	.comBtnList li a:hover {
		color: #000;
	}
	.comBtnList li a:hover::after {
		left: -10%;
		width: 120%;
		background-color: #FFF;
	}
}
@media all and (max-width: 896px) {
	.comBtnList {
		margin-top: -15px;
		justify-content: space-between;
	}
	.comBtnList::after {
		display: none;
	}
	.comBtnList li {
		margin-top: 15px;
		width: 48%;
	}
	.comBtnList li a {
		padding: 10px 5px;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#top #main {
	padding-top: 0;
	background: none;
}
#top .mainVisual {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#top .mainVisual #myVideo {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}
#top .mainVisual #myVideo.h {
	width: auto;
	height: 100%;
}
#top .mainVisual .inner {
	box-sizing: border-box;
	padding: 80px 20px 99px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,0.4);
}
#top .mainVisual h2 {
	width: 100%;
	height: 0;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.09em;
	transition: all 1.8144s cubic-bezier(0.19, 1, 0.22, 1);
}
#top .mainVisual h2.on {
	height: 232px;
}
#top .mainVisual h2 .txt01 {
	padding: 4px 44px;
	position: relative;
	display: inline-block;
	font-size: 3rem;
}
#top .mainVisual h2 .txt01::before {
	margin-top: 2px;
	width: 14px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	background: url("img/index/line01.png") no-repeat;
	content: '';
	transform: translateY(-50%);
}
#top .mainVisual h2 .txt01::after {
	margin-top: 2px;
	width: 14px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	background: url("img/index/line02.png") no-repeat;
	content: '';
	transform: translateY(-50%);
}
#top .mainVisual h2 .en {
	margin-bottom: 25px;
	display: block;
	font-weight: 200;
	font-size: 6.6rem;
	letter-spacing: 0.05em;
}
#top .mainVisual h2 .txt02 {
	box-sizing: border-box;
	padding: 8px 120px 11px;
	width: 100%;
	max-width: 700px;
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	background: #000;
}
#top .mainVisual h2 .txt02::before {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 42px;
	top: 50%;
	background: #FFF;
	content: '';
}
#top .mainVisual h2 .txt02::after {
	width: 50px;
	height: 1px;
	position: absolute;
	right: 42px;
	top: 50%;
	background: #FFF;
	content: '';
}
#top .mainVisual .btn {
	position: absolute;
	left: 50%;
	bottom: 39px;
	transform: translateX(-50%);
}
#top .mainVisual .btn a {
	position: relative;
	width: 47px;
	height: 40px;
	display: block;
	transition: opacity .2s linear;
}
#top .mainVisual .btn a::after {
	width: 47px;
	height: 20px;
	background: url("img/index/icon01.png") no-repeat center center;
	content: '';
	display: block;
	-webkit-animation-name: arrow;
	animation-name: arrow;
	-webkit-animation-duration: 1.75s;
	animation-duration: 1.75s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
@-webkit-keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	30% {
		opacity: 1
	}
	70% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}
@keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	30% {
		opacity: 1
	}
	70% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}
#top .bgBox, #top .bgBoxL {
	position: relative;
}
#top .bgBox::after, #top .bgBoxL::after {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #F4F4F4;
	content: '';
}
#top .bgBoxL::after {
	left: 0;
	right: auto;
}
#top .content {
	position: relative;
	z-index: 1;
}
#top .about {
	padding: 107px 0 102px;
}
#top p {
	font-weight: 300;
	line-height: 1.875;
	letter-spacing: 0.1em;
}
#top .about p {
	margin-bottom: 30px;
}
#top .about p:last-of-type {
	margin-bottom: 0;
}
#top .try {
	padding: 58px 0 52px;
	background: url("img/index/bg01.jpg") no-repeat center center;
	background-size: cover;
}
#top .try .content {
	max-width: 977px;
}
#top .try .headLine03 {
	margin-bottom: 29px;
	text-align: center;
	color: #FFF;
	font-size: 3rem;
}
#top .try .headLine03 .en {
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
#top .try .innerBox {
	margin-bottom: 35px;
	background: #fff;
}
#top .try .iframeBox {
	padding: 33px 30px 40px;
	display: none;
}
#top .try .innerBox p {
	margin-bottom: 32px;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#top .try .innerBox .movieBox {
	margin-bottom: 35px;
	text-align: center;
}
#top .try .innerBox .movieBox img {
	max-height:320px;
}
#top .try .innerBox .btn {
	width: 224px;
	margin: 0 auto;
}
#top .try .innerBox .btn a {
	padding: 11px 10px;
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	overflow: hidden;
	border-radius: 40px;
	background: #000;
	border: 1px solid #000;
}
#top .try .innerBox .btn a .txt {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#top .try .innerBox .btn a::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		bottom: -1px;
		height: 120%;
		left: -10%;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	#top .try .innerBox .btn a:hover {
		color: #000;
	}
	#top .try .innerBox .btn a:hover::after {
		left: -10%;
		width: 120%;
		background-color: #FFF;
	}
}
#top .try .comLink a {
	border-color: #FFF;
	background-color: transparent;
}
#top .try .comLink a:hover {
	color: #fff;
	border-color: #000;
}
#top .try .comLink a:hover::after {
	background-color: #000;
}
#top .point {
	padding: 84px 0 54px;
}
#top .point p {
	margin-bottom: 30px;
}
#top .point p:last-of-type {
	margin-bottom: 0;
}
#top .check {
	box-sizing: border-box;
	padding: 43px 0 40px;
	width: calc(50% - 39px);
	position: relative;
	z-index: 1;
}
#top .check .photo img {
	width: 100%;
}
#top .check .textBox {
	margin: -47px 55px 0;
	padding: 18px 30px 20px;
	position: relative;
	z-index: 1;
	text-align: justify;
	background: #FFF;
}
#top .check01 .textBox, #top .check04 .textBox {
	background: #F4F4F4;
}
#top .check .textBox h4 {
	margin-bottom: 17px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#top .check .textBox h4 .en {
	margin-bottom: 9px;
	display: block;
	font-weight: 200;
	letter-spacing: 0.05em;
}
#top .step {
	padding: 66px 0 71px;
	background: #000;
}
#top .step .headLine03 {
	margin-bottom: 38px;
	color: #FFF;
}
#top .step .headLine03 .en {
	margin-bottom: 16px;
}
#top .step .stepList li {
	margin-right: 3%;
	width: 22.75%;
}
#top .step .stepList li:nth-child(4n) {
	margin-right: 0;
}
#top .step .stepList li .num {
	margin: 0 auto 24px;
	padding: 1px 3px 4px;
	max-width: 57%;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 200;
	background: #29BACF;
}
#top .step .stepList li .num::after {
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -14px;
	left: 0;
	background: url("img/index/arrow_img01.png") no-repeat center top;
	content: '';
}
#top .step .stepList li .textBox {
	padding: 18px 18px 21px;
	background: #FFF;
}
#top .step .stepList li .textBox .ttl {
	margin-bottom: 12px;
	text-align: center;
	font-weight: 500;
	line-height: 1.875;
}
#top .step .stepList li .textBox .ttl .ico {
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .step .stepList li .textBox .ttl .ico img {
	display: block;
}
#top .step .stepList li .textBox .ttl .txt {
	margin-top: 12px;
	display: block;
}
#top .step .stepList li .textBox .text {
	text-align: justify;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.72;
	letter-spacing: 0;
}
#top .news {
	padding: 56px 0 98px;
	background: url("img/index/bg02.png") no-repeat center top;
	background-size: 100% 395px;
}
#top .news .content {
	max-width: 940px;
}
#top .news .newsList {
	margin-bottom: 55px;
}
#top .news .newsList li {
	padding: 38px 0;
	border-bottom: 1px solid #DDD;
}
#top .news .newsList li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top .news .newsList li .photo {
	width: 20%;
	overflow: hidden;
}
#top .news .newsList li .photo span {
	width: 100%;
	padding-bottom: 66.67%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
#top .news .newsList li a:hover .photo span {
	transform: scale(1.1);
}
#top .news .newsList li .textBox {
	box-sizing: border-box;
	padding-top: 1px;
	width: 75.5%;
}
#top .news .newsList li .textBox .ttl {
	margin-bottom: 19px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#top .news .newsList li .textBox .text {
	line-height: 1.5;
}
#top .modelHouse {
	padding-top: 98px;
	position: relative;
}
#top .modelHouse::before {
	width: 100%;
	height: calc(100% - 369px);
	position: absolute;
	left: 0;
	top: 369px;
	background: #F5F5F5;
	content: '';
}
#top .modelHouse .content {
	max-width: 1234px;
}
#top .modelHouse .headLine04 {
	margin-bottom: 39px;
}
#top .modelHouse .fadeUp {
	position: relative;
	z-index: 2;
}
#top .modelHouse .sliderBox {
	margin-left: auto;
	margin-bottom: 54px;
	width: calc(50% + 600px);
}
#top .modelHouse .sliderBox .slick-arrow {
	width: 50px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: -80px;
	display: block;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: 100;
	background-color: transparent;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#top .modelHouse .sliderBox .slick-arrow:hover {
	opacity: 0.7;
}
#top .modelHouse .sliderBox .slick-prev {
	left: 1083px;
	background-image: url("img/index/prev_img.png");
}
#top .modelHouse .sliderBox .slick-next {
	left: 1147px;
	background-image: url("img/index/next_img.png");
}
#top .modelHouse .sliderBox .comModelItem {
	box-sizing: border-box;
	margin-right: 51px;
	padding-bottom: 1px;
	width: 330px !important;
	vertical-align: top;
}
#top .modelHouse .sliderBox .comModelItem .photo a .imgTxt img {
	display: inline !important;
}
#top .modelHouse .sliderBox .comModelItem .textBox .txt01 {
	margin-bottom: 9px;
	line-height: 1.5;
	font-weight: 400;
}
#top .modelHouse .sliderBox .comModelItem .textBox .txt02 {
	line-height: 1.7;
	font-weight: 400;
}
#top .modelHouse .sliderBox .comModelItem .textBox .txt03 {
	font-weight: 300;
}
#top .comBanner {
	padding: 57px 0 44px;
}
#top .insBox {
	margin-bottom: -1px;
	display: flex;
}
#top .insBox .ttlBox {
	width: calc(50% - 81px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	background: #000;
}
#top .insBox .ttlBox .sub {
	box-sizing: border-box;
	padding: 20px 20px 50px;
}
#top .insBox .ttlBox .sub h3 {
	margin-bottom: 6px;
}
#top .insBox .ttlBox .sub p {
	margin-bottom: 38px;
	font-size: 1.6rem;
}
#top .insBox .ttlBox .sub .comLink {
	width: 272px;
}
#top .insBox .ttlBox .sub .comLink a {
	background: #000;
	border: 1px solid #FFF;
}
#top .insBox .ttlBox .sub .comLink a::after {
	bottom: -5px;
}
#top .insBox .ins {
	width: calc(50% + 81px);
}
#top .insBox .ins img {
	width: 100%;
}
@media all and (min-width: 897px) and (max-width: 1239px) {
	#top .modelHouse .sliderBox {
		margin-left: 20px;
		width: auto;
		max-width: inherit;
	}
	#top .modelHouse .sliderBox .slick-prev {
		left: auto;
		right: 84px;
	}
	#top .modelHouse .sliderBox .slick-next {
		left: auto;
		right: 20px;
	}
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		height: 450px;
	}
	#top .mainVisual .inner {
		padding: 60px 15px 76px;
	}
	#top .mainVisual h2.on {
		height: 117px;
	}
	#top .mainVisual h2 .txt01 {
		margin-bottom: 7px;
		padding: 2px 22px;
		font-size: 1.5rem;
	}
	#top .mainVisual h2 .txt01::before {
		margin-top: 0;
		width: 7px;
		height: 18px;
		background-size: 100% auto;
	}
	#top .mainVisual h2 .txt01::after {
		margin-top: 0;
		width: 7px;
		height: 18px;
		background-size: 100% auto;
	}
	#top .mainVisual h2 .en {
		margin-bottom: 17px;
		font-size: 2.6rem;
	}
	#top .mainVisual h2 .txt02 {
		padding: 5px 15px;
		max-width: 320px;
		font-size: 1.1rem;
	}
	#top .mainVisual h2 .txt02::before, #top .mainVisual h2 .txt02::after {
		display: none;
	}
	#top .bgBox, #top .bgBoxL {
		display: block;
	}
	#top .bgBox::after, #top .bgBoxL::after {
		display: none;
	}
	#top .about {
		padding: 29px 0 59px;
	}
	#top p {
		text-align: justify;
		line-height: 1.71;
	}
	#top .about p {
		margin-bottom: 25px;
	}
	#top .about p:last-of-type {
		margin-bottom: 0;
	}
	#top .try {
		padding: 51px 0 52px;
		background-image: url("img/index/sp_bg01.jpg");
	}
	#top .try .headLine03 {
		margin-bottom: 23px;
		font-size: 1.8rem;
	}
	#top .try .headLine03 .en {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	#top .try .innerBox {
		margin-bottom: 25px;
	}
	#top .try .iframeBox {
		padding: 25px 15px;
	}
	#top .try .innerBox p {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	#top .try .innerBox .movieBox {
		margin-bottom: 25px;
	}
	#top .try .innerBox .btn {
		width: 180px;
	}
	#top .try .innerBox .btn a {
		padding: 8px;
		font-size: 1.3rem;
	}
	#top .try .comLink {
		max-width: 233px;
	}
	#top .try .comLink a {
		padding: 12px 5px;
		font-size: 1.1rem;
	}
	#top .try .comLink a:hover {
		border-color: #FFF;
	}
	#top .point {
		padding: 40px 0 45px;
		background: #F5F5F5;
	}
	#top .point .headLine03 {
		margin-bottom: 11px;
	}
	#top .point .headLine03 .en {
		margin-bottom: 1px;
	}
	#top .point p {
		margin-bottom: 24px;
	}
	#top .point p:last-of-type {
		margin-bottom: 0;
	}
	#top .check {
		padding: 0;
		width: auto;
	}
	#top .check .textBox {
		margin: -19px 15px 35px;
		padding: 19px 12px 32px;
		background: #F4F4F4;
	}
	#top .check .textBox h4 {
		margin-bottom: 13px;
		font-size: 1.8rem;
		line-height: 2;
	}
	#top .check .textBox h4 .en {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	#top .check .textBox p {
		letter-spacing: 0;
	}
	#top .step {
		padding: 44px 0;
	}
	#top .step .headLine03 {
		margin-bottom: 33px;
		text-align: center;
	}
	#top .step .headLine03 .en {
		margin-bottom: 8px;
	}
	#top .step .stepList {
		margin: 0 auto;
		width: 72%;
		display: block;
	}
	#top .step .stepList li {
		margin: 0 0 30px;
		width: auto;
	}
	#top .step .stepList li:last-child {
		margin: 0;
	}
	#top .step .stepList li .num {
		padding: 4px;
		max-width: 57%;
	}
	#top .step .stepList li .num::after {
		bottom: -13px;
	}
	#top .step .stepList li .textBox {
		padding: 23px 17px 20px;
	}
	#top .step .stepList li .textBox .ttl .txt {
		margin-top: 17px;
		font-size: 1.6rem;
	}
	#top .news {
		padding: 33px 0 46px;
		background-size: auto 455px;
	}
	#top .news .newsList {
		margin-bottom: 40px;
	}
	#top .news .newsList li {
		padding: 29px 0 28px;
	}
	#top .news .newsList li a {
		align-items: flex-start;
	}
	#top .news .newsList li .photo {
		margin-top: 2px;
		width: 32%;
	}
	#top .news .newsList li .photo span {
		transition: none;
	}
	#top .news .newsList li a:hover .photo span {
		transform: none;
	}
	#top .news .newsList li .textBox {
		padding-top: 0;
		width: 62%;
	}
	#top .news .newsList li .textBox .ttl {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	#top .news .newsList li .textBox .text {
		display: none;
	}
	#top .modelHouse {
		padding-top: 46px;
	}
	#top .modelHouse::before {
		height: calc(100% - 365px);
		top: 365px;
	}
	#top .modelHouse .headLine04 {
		margin-bottom: 33px;
	}
	#top .modelHouse .headLine04 .en {
		margin-bottom: 17px;
	}
	#top .modelHouse .sliderBox {
		margin: 0 auto 46px;
		padding-top: 64px;
		width: 100%;
	}
	#top .modelHouse .slick-slide {
		padding: 0 15px;
		width: 264px !important;
	}
	#top .modelHouse .sliderBox .slick-arrow {
		top: 0;
		transform: translateX(-50%);
	}
	#top .modelHouse .sliderBox .slick-arrow:hover {
		opacity: 1;
	}
	#top .modelHouse .sliderBox .slick-prev {
		margin-left: -33px;
		left: 50%;
	}
	#top .modelHouse .sliderBox .slick-next {
		margin-left: 31px;
		left: 50%;
	}
	#top .modelHouse .sliderBox .comModelItem {
		margin: 0;
		width: 264px !important;
	}
	#top .modelHouse .sliderBox .comModelItem .textBox .txt01 {
		margin-bottom: 7px;
	}
	#top .comBanner {
		padding: 69px 0 20px;
	}
	#top .comBanner .text {
		text-align: right;
	}
	#top .insBox {
		display: block;
	}
	#top .insBox .ttlBox {
		width: auto;
		display: block;
	}
	#top .insBox .ttlBox .sub {
		padding: 37px 15px 43px;
	}
	#top .insBox .ttlBox .sub h3 {
		margin-bottom: 35px;
	}
	#top .insBox .ttlBox .sub h3 img {
		width: 176px;
	}
	#top .insBox .ttlBox .sub p {
		margin-bottom: 22px;
		text-align: center;
		font-size: 1.4rem;
	}
	#top .insBox .ttlBox .sub .comLink {
		width: 190px;
	}
	#top .insBox .ttlBox .sub .comLink a {
		padding: 12px 5px;
		font-size: 1.12rem;
	}
	#top .insBox .ins {
		width: auto;
	}
}
/*------------------------------------------------------------
	modelhouse
------------------------------------------------------------*/
#modelhouse {
	margin-bottom: 160px;
}
#modelhouse .headLine01 {
	margin-bottom: 43px;
}
#modelhouse .modelBox {
	margin-top: -41px;
}
#modelhouse .modelBox .comModelItem {
	margin-top: 41px;
	margin-right: 5%;
	max-width: 330px;
	width: 30%;
}
#modelhouse .modelBox .comModelItem:nth-child(n+7) {
	display: none;
}
#modelhouse .modelBox .comModelItem:nth-child(3n) {
	margin-right: 0;
}
@media all and (max-width: 896px) {
	#modelhouse {
		margin-bottom: 60px;
	}
	#modelhouse .headLine01 {
		margin-bottom: 35px;
	}
	#modelhouse .modelBox {
		margin-top: 0;
	}
	#modelhouse .modelBox .comModelItem {
		margin-bottom: 5px;
		margin-right: 4% !important;
		width: 48%;
		max-width: inherit;
	}
	#modelhouse .modelBox .comModelItem .photo a .imgTxt {
		top: 5px;
	}
	#modelhouse .modelBox .comModelItem .photo a .imgTxt img {
		width: auto;
		height:15px;
	}
	#modelhouse .modelBox .comModelItem:nth-child(2n) {
		margin-right: 0 !important;
	}
	#modelhouse .modelBox .comModelItem:last-child {

	}
	#modelhouse .modelBox .comModelItem .textBox .txt03 {
		line-height: 1.2;
		letter-spacing: 0.1em;
		font-size:1.1rem;
	}
	#modelhouse .modelBox .comModelItem .textBox .btn a {
		font-size: 1.0rem;
	}
}
/*------------------------------------------------------------
	modelhouse/single
------------------------------------------------------------*/
#modelhouseSingle .headLine01 {
	margin-bottom: 0;
}
#modelhouseSingle .headLine02 {
	margin-top: -57px;
}
#modelhouseSingle .photo01 {
	margin-bottom: 33px;
	width: 100%;
	text-align: center;
}
#modelhouseSingle .btn {
	width: 222px;
	margin: 0 auto 94px;
}
#modelhouseSingle .btn a {
	padding: 11px 10px;
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	overflow: hidden;
	border-radius: 40px;
	background: #000;
	border: 1px solid #000;
}
#modelhouseSingle .btn a .txt {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#modelhouseSingle .btn a::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		bottom: -1px;
		height: 120%;
		left: -10%;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	#modelhouseSingle .btn a:hover {
		color: #000;
	}
	#modelhouseSingle .btn a:hover::after {
		left: -10%;
		width: 120%;
		background-color: #FFF;
	}
}
#modelhouseSingle .imgBox {
	margin-bottom: 127px;
}
#modelhouseSingle .imgBox .textBox {
	width: 50%;
	letter-spacing: 0.1em;
}
#modelhouseSingle .imgBox .textBox .inner {
	margin-top: 12px;
	margin-left: auto;
	padding-left: 20px;
	max-width: 549px;
}
#modelhouseSingle .imgBox .textBox .txtList {
	margin-bottom: 16px;
}
#modelhouseSingle .imgBox .textBox .txtList dt {
	margin-bottom: 22px;
	box-sizing: border-box;
	padding: 3px;
	width: 126px;
	text-align: center;
	border: 1px solid #000;
}
#modelhouseSingle .imgBox .textBox .txtList dt.bg {
	color: #FFF;
	background: #000;
}
#modelhouseSingle .imgBox .textBox .txtList dd {
	box-sizing: border-box;
	margin-bottom: 22px;
	padding: 3px 28px;
	width: calc(100% - 126px);
}
#modelhouseSingle .imgBox .textBox .ttl {
	margin-bottom: 14px;
	font-size: 2.4rem;
}
#modelhouseSingle .imgBox .textBox .text {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.9;
	font-weight: 300;
}
#modelhouseSingle .imgBox .photoBox {
	width: calc(50% - 38px);
	height: 503px;
	background: url("img/modelhouse/detail/photo02.jpg") no-repeat center center;
	background-size: cover;
}
#modelhouseSingle .photogallery {
	margin-bottom: 95px;
	padding: 26px 20px 62px;
	background: #F5F5F5;
}
#modelhouseSingle .photogallery .inner {
	margin: 0 auto;
	padding: 52px 48px 90px;
	max-width: 1100px;
	position: relative;
	box-sizing: border-box;
	background: #FFF;
}
#modelhouseSingle .h4Ttl01 {
	margin-bottom: 23px;
	text-align: center;
	font-weight: 200;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
#modelhouseSingle .photogallery .phoList {
	padding: 0 102px;
}
#modelhouseSingle .photogallery .phoList li {
	vertical-align: top;
}
#modelhouseSingle .photogallery .phoList li div {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#modelhouseSingle .photogallery .phoList li img {
	width: 100%;
	height: auto;
	opacity: 0;
}
#modelhouseSingle .photogallery .slick-arrow {
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	display: block;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: 30;
	background-color: transparent;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
}
#modelhouseSingle .photogallery .slick-arrow:hover {
	opacity: 0.7;
}
#modelhouseSingle .photogallery .slick-prev {
	left: 0;
	background-image: url("img/common/arrow_prev.png");
}
#modelhouseSingle .photogallery .slick-next {
	right: 0;
	background-image: url("img/common/arrow_next.png");
}
#modelhouseSingle .photogallery .slick-dots {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: -52px;
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 0;
	transform: translateX(-50%);
}
#modelhouseSingle .photogallery .slick-dots li {
	margin: 0 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #DCDCDC;
}
#modelhouseSingle .photogallery .slick-dots li button {
	display: none;
}
#modelhouseSingle .photogallery .slick-dots li.slick-active {
	background-color: #000;
}
#modelhouseSingle .pointBox {
	margin-bottom: 85px;
	padding: 73px 20px 44px;
	position: relative;
	border: 1px solid #000;
}
#modelhouseSingle .pointBox .h4Ttl01 {
	padding: 0 40px;
	position: absolute;
	left: 50%;
	top: -31px;
	font-size: 3.6rem;
	background: #FFF;
	transform: translateX(-50%);
}
#modelhouseSingle .pointBox .imgList {
	margin: -30px auto 0;
	max-width: 1000px;
}
#modelhouseSingle .pointBox .imgList::after {
	width: 20%;
	content: '';
}
#modelhouseSingle .pointBox .imgList li {
	margin: 30px 5% 0;
	width: 20%;
}
#modelhouseSingle .pointBox .imgList li .pho {
	margin: 0 auto 8px;
	width: 100%;
	max-width: 200px;
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#modelhouseSingle .pointBox .imgList li p {
	text-align: justify;
	font-size: 1.4rem;
	line-height: 1.73;
	font-weight: 300;
}
#modelhouseSingle .pointBox .imgList li .ttl {
	margin-bottom: 6px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.875;
}
#modelhouseSingle .contactBox {
	margin: 0 37px;
}
#modelhouseSingle .contactBox .photoBox {
	width: 29.5%;
}
#modelhouseSingle .contactBox .textBox {
	margin-top: 4px;
	width: 64.5%;
	letter-spacing: 0.1em;
}
#modelhouseSingle .contactBox .textBox .ttl {
	margin-bottom: 5px;
	font-size: 1.8rem;
}
#modelhouseSingle .contactBox .textBox .telBox {
	margin-bottom: 30px;
	align-items: center;
}
#modelhouseSingle .contactBox .textBox .telBox .tel {
	padding-left: 5px;
	box-sizing: border-box;
	width: 50%;
	font-size: 1.8rem;
	line-height: 1.2;
}
#modelhouseSingle .contactBox .textBox .telBox .tel a {
	margin-left: 14px;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#modelhouseSingle .contactBox .textBox .telBox dl {
	padding-top: 5px;
	width: 47%;
	line-height: 1.77;
}
#modelhouseSingle .contactBox .textBox .telBox dt {
	float: left;
}
#modelhouseSingle .contactBox .textBox .telBox dd {
	padding-left: 5em;
}
.pageNavi {
	margin: 111px 0 85px;
	padding: 28px 7px 24px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.pageNavi li {
	width: 40%;
	text-align: center;
}
.pageNavi li a {
	padding: 18px 10px 20px;
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.pageNavi li a:hover {
	opacity: 0.7;
}
.pageNavi .prev {
	text-align: left;
}
.pageNavi .prev a {
	padding-left: 50px;
	background: url("img/common/icon03.png") no-repeat left center;
}
.pageNavi .next {
	text-align: right;
}
.pageNavi .next a {
	padding-right: 35px;
	background: url("img/common/icon04.png") no-repeat right center;
}
.pageNavi .back {
	width: 15%;
}
.btmFixBox {
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.8);
}
.btmFixBox .inner {
	margin: 0 auto;
	padding: 24px 20px 17px;
	max-width: 996px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btmFixBox .imgTxt {
	margin-top: 6px;
	width: 21%;
}
.btmFixBox .inner .comBtnList {
	width: 66.2%;
	max-width: 660px;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#modelhouseSingle .contactBox .textBox .telBox .tel a {
		font-size: 3.2vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	#modelhouseSingle .contactBox .textBox .telBox .tel {
		width: 56%;
	}
	#modelhouseSingle .contactBox .textBox .telBox dl {
		width: 44%;
		font-size: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	#modelhouseSingle .headLine01 {
		margin-bottom: 35px;
	}
	#modelhouseSingle .headLine02 {
		margin-top: 0;
	}
	#modelhouseSingle .photo01 {
		margin-bottom: 25px;
	}
	#modelhouseSingle .btn {
		width: 180px;
		margin: 0 auto 40px;
	}
	#modelhouseSingle .btn a {
		padding: 8px;
		font-size: 1.3rem;
	}
	#modelhouseSingle .imgBox {
		margin: 0 15px 40px;
		display: block;
	}
	#modelhouseSingle .imgBox .textBox {
		margin-bottom: 20px;
		width: auto;
	}
	#modelhouseSingle .imgBox .textBox .inner {
		margin: 0;
		padding-left: 0;
		max-width: inherit;
	}
	#modelhouseSingle .imgBox .textBox .txtList {
		margin-bottom: 15px;
		align-items: center;
		align-content: center;
	}
	#modelhouseSingle .imgBox .textBox .txtList dt {
		margin-bottom: 10px;
		width: 110px;
	}
	#modelhouseSingle .imgBox .textBox .txtList dd {
		margin-bottom: 10px;
		padding: 3px 0 3px 10px;
		width: calc(100% - 110px);
	}
	#modelhouseSingle .imgBox .textBox .ttl {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	#modelhouseSingle .imgBox .photoBox {
		width: auto;
		height: 250px;
	}
	#modelhouseSingle .photogallery {
		margin-bottom: 40px;
		padding: 20px 15px;
		position: relative;
	}
	#modelhouseSingle .photogallery .inner {
		padding: 30px 0 60px;
		max-width: inherit;
	}
	#modelhouseSingle .h4Ttl01 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#modelhouseSingle .photogallery .phoList {
		padding: 0 30px;
	}
	#modelhouseSingle .photogallery .slick-arrow {
		width: 30px;
	}
	#modelhouseSingle .photogallery .slick-arrow:hover {
		opacity: 1;
	}
	#modelhouseSingle .photogallery .slick-dots {
		bottom: -35px;
	}
	#modelhouseSingle .photogallery .slick-dots li {
		width: 10px;
		height: 10px;
	}
	#modelhouseSingle .pointBox {
		margin-bottom: 40px;
		padding: 65px 15px 30px;
	}
	#modelhouseSingle .pointBox .h4Ttl01 {
		padding: 0 15px;
		width: 171px;
		top: -33px;
		font-size: 2.4rem;
	}
	#modelhouseSingle .pointBox .imgList {
		margin: 0 auto 0;
		max-width: inherit;
		display: block;
	}
	#modelhouseSingle .pointBox .imgList::after {
		display: none;
	}
	#modelhouseSingle .pointBox .imgList li {
		margin: 0 0 25px;
		width: auto;
	}
	#modelhouseSingle .pointBox .imgList li:last-child {
		margin: 0;
	}
	#modelhouseSingle .pointBox .imgList li .pho {
		width: 70%;
		padding-bottom: 70%;
		max-width: inherit;
	}
	#modelhouseSingle .contactBox {
		margin: 0;
		display: block;
	}
	#modelhouseSingle .contactBox .photoBox {
		margin-bottom: 15px;
		width: auto;
		text-align: center;
	}
	#modelhouseSingle .contactBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#modelhouseSingle .contactBox .textBox .ttl {
		font-size: 1.6rem;
		text-align: center;
	}
	#modelhouseSingle .contactBox .textBox .telBox {
		margin-bottom: 15px;
		display: block;
	}
	#modelhouseSingle .contactBox .textBox .telBox .tel {
		padding-left: 0;
		width: auto;
		font-size: 1.6rem;
	}
	#modelhouseSingle .contactBox .textBox .telBox .tel a {
		margin-left: 8px;
		font-size: 2rem;
	}
	#modelhouseSingle .contactBox .textBox .telBox dl {
		padding-top: 0;
		width: auto;
	}
	.pageNavi {
		margin: 50px 0 45px;
		padding: 20px 5px;
		align-items: center;
	}
	.pageNavi li {
		width: 32%;
	}
	.pageNavi li a {
		padding: 10px 5px 12px;
		font-size: 1.3rem;
	}
	.pageNavi .prev a {
		padding-left: 13px;
		background-size: 6px auto;
	}
	.pageNavi .next a {
		padding-right: 13px;
		background-size: 6px auto;
	}
	.pageNavi .back {
		width: 30%;
	}
	.btmFixBox .inner {
		padding: 10px;
		max-width: inherit;
		display: block;
	}
	.btmFixBox .imgTxt {
		margin: 0 0 5px;
		width: auto;
		text-align: center;
	}
	.btmFixBox .imgTxt img {
		width: 150px;
	}
	.btmFixBox .inner .comBtnList {
		margin: 0 auto;
		width: auto;
		max-width: 400px;
	}
	.btmFixBox .inner .comBtnList li {
		margin: 0;
		width: 32%;
	}
	.btmFixBox .inner .comBtnList li a {
		padding: 8px 3px;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 359px) {
	.btmFixBox .inner .comBtnList li a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin-bottom: 160px;
}
#contact .headLine01 {
	margin-bottom: 32px;
}
#contact .mailForm {
	max-width: 740px;
	margin: 0 auto;
	padding: 21px 80px;
	text-align: center;
	background-color: #FFF;
}
#contact .mailForm table {
	margin-bottom: 45px;
	width: 100%;
	border-collapse: collapse;
}
#contact .mailForm th, #contact .mailForm td {
	padding: 20px 8px 20px;
	width: 73%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}
#contact .mailForm th {
	padding: 27px 34px 25px 3px;
	width: 29%;
	vertical-align: top;
}
#contact .mailForm th .must {
	box-sizing: border-box;
	padding: 1px 3px 1px;
	width: 55px;
	float: right;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	background-color: #e2233e;
}
#contact .mailForm select {
	padding: 3px;
	width: 56%;
	height: 40px;
	font-size: 1.6rem;
	border-radius: 4px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: url("img/common/icon05.png") no-repeat right 15px center;
	appearance: none;
	-webkit-appearance: none;
}
#contact .mailForm select::-ms-expand {
	display: none;
}
#contact .mailForm textarea, #contact .mailForm input[type="text"], #contact .mailForm input[type="tel"], #contact .mailForm input[type="email"] {
	padding: 5px 15px;
	width: 46%;
	height: 43px;
	font-size: 1.6rem;
	border: 1px solid #DDD;
	border-radius: 0;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
}
#contact .mailForm input::placeholder {
	color: #ddd;
	opacity: 1;
}
#contact .mailForm input:-ms-input-placeholder {
	color: #ddd;
	opacity: 1;
}
#contact .mailForm input::-ms-input-placeholder {
	color: #ddd;
	opacity: 1;
}
#contact .mailForm input[type="tel"] {
	width: 34%;
}
#contact .mailForm input[type="email"] {
	width: 72%;
}
#contact .mailForm td .radioList li {
	margin-right: 20px;
	display: inline;
	font-size: 1.4rem;
}
#contact .mailForm input[type="radio"], #contact .mailForm input[type="checkbox"] {
	display: none;
}
#contact .mailForm input[type="radio"] + span, #contact .mailForm input[type="checkbox"] + span, #contact .mailForm input[type="hidden"] + span {
	padding-left: 30px;
	display: inline-block;
	background: url("img/common/icon06.png") no-repeat left center;
	cursor: pointer;
}
#contact .mailForm input[type="radio"]:checked + span, #contact .mailForm input[type="checkbox"]:checked + span, #contact .mailForm input[type="hidden"] + span {
	background-image: url("img/common/icon06_on.png");
}
#contact .mailForm textarea {
	width: 100%;
	height: 193px;
	resize: vertical;
}
#contact .mailForm textarea::placeholder {
	color: #ddd;
	opacity: 1;
}
#contact .mailForm textarea:-ms-input-placeholder {
	color: #ddd;
	opacity: 1;
}
#contact .mailForm textarea::-ms-input-placeholder {
	color: #ddd;
	opacity: 1;
}
#contact .mailForm .text {
	margin-bottom: 35px;
	font-size: 1.4rem;
	line-height: 2.3;
}
#contact .mailForm .text a {
	text-decoration: underline;
}
#contact .mailForm .text a:hover {
	text-decoration: none;
}
#contact .mailForm .agree {
	margin-bottom: 40px;
	font-size: 1.4rem;
}
#contact .mailForm .submit {
	text-align: center;
}
#contact .mailForm .submit li:not(:last-child) {
	margin-bottom: 20px;
}
#contact .mailForm .submit input {
	padding: 0 0 2px;
	width: 348px;
	height: 52px;
	color: #FFF;
	font-size: 1.8rem;
	border-radius: 0;
	border: 0;
	background-color: #000;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
#contact .mailForm .submit input:hover {
	opacity: 0.7;
	transition: .3s;
}
#contact span.wpcf7-list-item {
	margin: 0;
}
#contact .mailForm td .radioList .wpcf7-list-item {
	margin-right: 20px;
	font-size: 1.4rem;
}
#contact .wpcf7-form-control-wrap {
	padding: 0;
}
#contact .mailForm .radioList .first {
	display: none;
}
#contact div.wpcf7 .ajax-loader {
	display: block;
}
@media all and (-ms-high-contrast:none) {
	#contact .mailForm th .must {
		padding-top: 6px;
		line-height: 1.2;
	}
}
@media all and (max-width: 896px) {
	#contact {
		margin-bottom: 50px;
	}
	#contact .mailForm {
		padding: 20px 15px;
		max-width: inherit;
	}
	#contact .mailForm table {
		margin-bottom: 25px;
	}
	#contact .mailForm th, #contact .mailForm td {
		padding: 15px 5px;
		width: 100% !important;
		display: block;
	}
	#contact .mailForm th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#contact .mailForm th .must {
		margin-right: 5px;
		width: 45px;
		font-size: 1.2rem;
	}
	#contact .mailForm select {
		padding: 0 25px 0 5px;
		width: 200px;
		height: 35px;
		font-size: 1.4rem;
		background-size: 10px auto;
		background-position: right 10px center;
	}
	#contact .mailForm textarea, #contact .mailForm input[type="text"], #contact .mailForm input[type="tel"], #contact .mailForm input[type="email"] {
		padding: 0 5px;
		width: 100%;
		height: 35px;
		font-size: 1.4rem;
	}
	#contact .mailForm input[type="tel"] {
		width: 100%;
	}
	#contact .mailForm input[type="email"] {
		width: 100%;
	}
	#contact .mailForm td .radioList li {
		margin-right: 15px;
		font-size: 1.4rem;
	}
	#contact .mailForm input[type="radio"] + span {
		padding-left: 25px;
	}
	#contact .mailForm textarea {
		padding: 5px;
		height: 150px;
	}
	#contact .mailForm .text {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.75;
	}
	#contact .mailForm .text a:hover {
		text-decoration: underline;
	}
	#contact .mailForm .agree {
		margin-bottom: 20px;
	}
	#contact .mailForm .submit {
		margin: 0 auto;
		max-width: 280px;
	}
	#contact .mailForm .submit li:not(:last-child) {
		margin-bottom: 15px;
	}
	#contact .mailForm td .radioList .wpcf7-list-item:not(:last-child) {
		margin-bottom: 15px;
	}
	#contact .mailForm .submit input {
		width: 100%;
		height: 40px;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	#contact .mailForm .submit input:hover {
		opacity: 1;
		transition: none;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks {
	text-align: center;
}
.thanks .text {
	margin-bottom: 40px;
	line-height: 1.9;
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .headLine01 {
	margin-bottom: 24px;
}
#about .sec01 {
	margin-bottom: 102px;
}
#about .sec01 .content {
	max-width: 1040px;
}
#about .title {
	margin-bottom: 19px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#about .title span {
	margin-top: 8px;
	display: block;
	color: #29b9cf;
}
#about .text {
	margin: 0 2px 50px;
	font-weight: 300;
	line-height: 1.87;
	letter-spacing: 0.05em;
}
#about .photoList {
	margin-top: -20px;
}
#about .photoList::after {
	content: "";
	width: 30%;
}
#about .photoList li {
	margin-top: 20px;
	width: 30%;
	color: #000;
	font-weight: 300;
}
#about .comLink {
	width: 300px;
}
#about .comLink a {
	font-weight: 500;
	color: #000;
	background: #FFF;
}
#about .comLink a:hover {
	color: #FFF;
}
#about .comLink a:hover::after {
	background: #000;
}
#about .photoList li .ttl {
	margin: 19px 3px 18px;
	color: #29b9cf;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#about .photoList li .txt {
	margin-bottom: 26px;
}
#about .phoBox img {
	width: 100%;
}
#about .sec02 {
	margin-top: -7px;
	margin-bottom: 52px;
	padding-top: 28px;
	padding-bottom: 64px;
	position: relative;
	z-index: 1;
	background-color: #00B7CB;
}
#about .sec02 .headLine05 {
	color: #FFF;
}
#about .sec02 .headLine05 .txt::before, #about .sec02 .headLine05 .txt::after {
	background: #FFF;
}
#about .sec02 .imgBox {
	width: 87.6%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
}
#about .sec02 .photoBox {
	margin-left: 6px;
	width: 54.4%;
}
#about .sec02 .textBox {
	width: 41.5%;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 0.1em;
}
#about .sec02 .textBox .tit01 {
	margin: 31px 0 20px;
	font-size: 2.4rem;
	font-weight: 500;
}
#about .sec02 .textBox .txt {
	margin-bottom: 27px;
	text-align: justify;
	line-height: 1.62;
}
#about .sec03 {
	margin-bottom: 114px;
}
#about .sec03 .content {
	max-width: 1040px;
}
#about .sec03 .title {
	margin-bottom: 47px;
}
#about .sec03 .imgBox {
	margin-bottom: 29px;
}
#about .sec03 .imgBox .mapBox {
	width: 55%;
}
#about .sec03 .imgBox .mapBox iframe {
	width: 100%;
	vertical-align: top;
}
#about .sec03 .textBox {
	width: 40%;
}
#about .sec03 .textBox .title {
	margin: -6px 0 25px;
	font-size: 2.8rem;
	line-height: 1.3;
}
#about .sec03 .textBox dl {
	margin-left: 8px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#about .sec03 .textBox dt {
	margin-bottom: 5px;
	color: #29b9cf;
	font-weight: 500;
	font-size: 1.8rem;
}
#about .sec03 .textBox dd {
	margin-bottom: 24px;
	color: #000;
	font-weight: 300;
}
#about .sec03 .textBox dd span {
	margin-bottom: 5px;
	display: block;
}
@media all and (max-width: 896px) {
	#about .sec01 {
		margin-bottom: 40px;
	}
	#about .title {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	#about .title span {
		margin-top: 5px;
	}
	#about .text {
		margin: 0 0 25px;
	}
	#about .photoList {
		margin: 0;
		display: block;
	}
	#about .photoList::after {
		display: none;
	}
	#about .photoList li {
		margin: 0 0 30px;
		width: auto;
	}
	#about .photoList li:last-child {
		margin: 0;
	}
	#about .photoList li img {
		display: block;
		margin: 0 auto;
	}
	#about .photoList li .ttl {
		margin: 10px 0 5px;
		font-size: 1.6rem;
	}
	#about .photoList li .txt {
		margin-bottom: 15px;
	}
	#about .comLink {
		width: 100%;
	}
	#about .comLink a:hover {
		color: #000;
	}
	#about .sec02 {
		margin-top: 0;
		margin-bottom: 30px;
		padding-top: 25px;
		padding-bottom: 30px;
	}
	#about .sec02 .imgBox {
		width: 100%;
		margin-bottom: 30px;
		display: block;
	}
	#about .sec02 .photoBox {
		margin: 0 0 20px;
		width: auto;
		text-align: center;
	}
	#about .sec02 .textBox {
		width: auto;
	}
	#about .sec02 .textBox .tit01 {
		margin: 0 0 10px;
		font-size: 1.8rem;
	}
	#about .sec02 .textBox .txt {
		margin-bottom: 20px;
	}
	#about .sec02 .textBox .photo {
		text-align: center;
	}
	#about .sec03 {
		margin-bottom: 40px;
	}
	#about .sec03 .title {
		margin-bottom: 15px;
	}
	#about .sec03 .imgBox {
		margin-bottom: 20px;
		display: block;
	}
	#about .sec03 .imgBox .mapBox {
		margin-bottom: 20px;
		width: auto;
	}
	#about .sec03 .imgBox .mapBox iframe {
		height: 240px;
	}
	#about .sec03 .textBox {
		width: auto;
	}
	#about .sec03 .textBox .title {
		margin: 0 0 10px;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	#about .sec03 .textBox dl {
		margin-left: 0;
		font-size: 1.4rem;
	}
	#about .sec03 .textBox dt {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	#about .sec03 .textBox dd {
		margin-bottom: 10px;
	}
}
@media all and (max-width: 350px) {
	#about .headLine01 .sub {
		max-width: 200px;
	}
}
.wp-pagenavi {
	display: none;
}
#infscr-loading {
	width: 100%;
	text-align: center;
	display: none !important;
}
#infscr-loading img {
	margin: 0 auto;
}
#error404 #main {
	padding: 100px 0;
  }
#error404 p {
text-align: center;
font-size: 1.8rem;
}
#error404 .img {
margin: 0 auto 30px;
text-align: center;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#error404 .img {
		width: 50%;
	}
}