ul li {
	list-style: none
}

.table-input th {
	font-weight: 400
}

.main-contact-content .inner-contact-content .txt p {
	font-weight: 400
}

.main-contact-content .inner-contact-content .formheader .title {
	font-weight: 400;
	font-size: 18px
}

.reservation_day dt,
.reservation_day dd {
	font-weight: 400
}

@media(max-width: 767px) {
	.table-input input[type=checkbox]+span {
		font-weight: 400
	}

	.main-contact-content .item-top .left {
		text-align: center
	}

	.main-contact-content .inner-contact-content .formheader .title {
		font-size: 16px
	}
}

.schedule_box .this_month {
	font-weight: 400
}

#error-tip {
	font-weight: 400
}

.cal-legend .enabled-day:before,
.cal-legend .enabled-half-day:before,
.cal-legend .disabled-day:before {
	top: 1px
}

.ui-datepicker table th {
	padding: .5em 0
}

.main-contact-content .table-input>tbody>tr>th .fl span {
	font-size: 14px
}

body {
	position: relative;
	padding-top: 80px;
	z-index: 1;
	background-color: #fff
}

body.lp-body {
	padding-top: 80px
}

body.lp-body main {
	position: relative;
	z-index: 1;
	background-color: #fff
}

@media(max-width: 960px) {
	body {
		padding-top: 60px
	}

	body.lp-body {
		padding-top: 60px
	}
}

.bg-photo {
	background: center center/cover no-repeat
}

.bg-photo>img {
	display: none
}

.arrow {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	border: 1px solid #484848;
	border-radius: 50vw
}

.arrow:hover {
	background-color: #484848;
	color: #fff
}

.nowrap {
	white-space: nowrap
}

.page-footer-banner {
	display: none
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}

.header-bg {
	position: absolute;
	background-color: #595959;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	z-index: -1
}

@media(max-width: 960px) {
	.header-bg {
		height: 60px
	}
}

.header {
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	font-weight: 300;
	background-color: #595959;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	height: auto;
	margin: 0 0px;
	font-size: 16px;
	-webkit-transition: opacity .1s linear 0s, pointer-events 0s linear 0s, -webkit-transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s;
	transition: opacity .1s linear 0s, pointer-events 0s linear 0s, -webkit-transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s;
	transition: transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s, opacity .1s linear 0s, pointer-events 0s linear 0s;
	transition: transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s, opacity .1s linear 0s, pointer-events 0s linear 0s, -webkit-transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s
}

.header.active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0s linear .5s, pointer-events 0s linear 0s, -webkit-transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s;
	transition: opacity 0s linear .5s, pointer-events 0s linear 0s, -webkit-transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s;
	transition: transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s, opacity 0s linear .5s, pointer-events 0s linear 0s;
	transition: transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s, opacity 0s linear .5s, pointer-events 0s linear 0s, -webkit-transform .5s cubic-bezier(0, 0.27, 0.48, 0.99) 0s
}

.header input {
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	font-weight: 400;
	color: #fff
}

.header.lp-page {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: .5s all;
	transition: .5s all
}

.header.lp-page.on {
	background-color: #595959
}

.header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5%;
	height: 80px;
	max-width: 100%;
	width: 100%
}

.header .inner .right-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header .brand {
	width: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .brand a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	height: 100%
}

.header .menu>li {
	height: 100%
}

.header .menu>li:hover>a::before,
.header .menu>li:hover .ja::before {
	display: block
}

.header .menu>li:hover>a::after,
.header .menu>li:hover .ja::after {
	width: calc(100% - 2em)
}

.header .menu>li:hover .sub-menu {
	height: auto
}

.header .menu .sub-menu {
	position: fixed;
	top: 79px;
	left: 0;
	width: 100%;
	background-color: #403f3f;
	overflow: hidden;
	height: 0;
	-webkit-transition: .3s all;
	transition: .3s all;
	z-index: -1
}

.header .menu .sub-menu .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 5%
}

.header .menu .sub-menu .ttl {
	font-size: 20px;
	margin-right: 50px;
	font-weight: 400
}

.header .menu .sub-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .menu .sub-menu ul.no01 {
	max-width: 410px
}

.header .menu .sub-menu ul.no01 li {
	width: 200px
}

.header .menu .sub-menu ul.no02 {
	max-width: 160px
}

.header .menu .sub-menu ul.no02 li {
	width: 80px
}

.header .menu .sub-menu ul.no03 {
	max-width: 340px
}

.header .menu .sub-menu ul.no03 li {
	width: 170px
}

.header .menu .sub-menu ul.no04 {
	max-width: 290px
}

.header .menu .sub-menu ul.no04 li {
	width: 130px
}

.header .menu .sub-menu ul li {
	font-weight: 300
}

.header .menu .sub-menu ul li a {
	margin: .4em 0;
	display: block;
	color: #fff;
	font-size: 16px
}

.header .menu .sub-menu ul li a:hover {
	text-decoration: underline
}

.header .menu .sub-menu ul li i {
	font-size: .8em;
	margin-right: 5px
}

.header .menu .ga>a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid #403f3f;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none
}

.header .menu .ja::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid #403f3f;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none
}

.header .menu>li>a,
.header .menu .ja {
	display: inline-block;
	padding: .5em 1em;
	color: #fff;
	font-size: 16px;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-weight: 300;
	letter-spacing: normal;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.header .menu>li>a::after,
.header .menu .ja::after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 1em;
	bottom: 27px;
	background-color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all
}

.header .header-btn {
	margin-left: 1.5em
}

.header .header-btn input[type=submit] {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 180px;
	height: 42px;
	border: 1px solid #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	font-size: 14px
}

.header .header-btn input[type=submit]:hover {
	color: #595959;
	background-color: #fff
}

.footer {
	padding: 0;
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	font-weight: 300;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	line-height: 1.6em;
	letter-spacing: normal;
	font-size: 16px
}

@media(max-width: 500px) {
	.footer {
		font-size: 14px
	}
}

.footer .global-btn.border form {
	max-width: 100%
}

.footer .footer-info {
	padding: 50px 5%;
	background-color: #403f3f;
	color: #fff;
	text-align: center
}

.footer .footer-info .content {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .footer-info .footer-map {
	position: relative;
	width: 100%
}

.footer .footer-info .footer-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.footer .footer-info .info {
	white-space: nowrap;
	padding: 20px 60px 20px 0
}

.footer .footer-info .info a {
	color: #fff
}

.footer .footer-info .address {
	font-weight: 300
}

.footer .footer-info .brand {
	width: 200px;
	margin: 0 auto 10px
}

.footer .footer-info .brand img {
	display: block
}

.footer .footer-info .tel {
	font-weight: 300;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 15px
}

.footer .footer-info .open {
	font-size: 12px;
	font-weight: 300
}

.footer .footer-info .sns {
	margin-top: 15px;
	font-size: 26px
}

.footer .footer-info .sns a {
	display: inline-block;
	margin: 0 5px;
	color: #fff
}

.footer .footer-info .sns a:hover {
	opacity: .6
}

.footer .fooer-info {
	padding: 50px 6%;
	background-color: #403f3f;
	color: #fff;
	text-align: center
}

.footer .fooer-info .content {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .fooer-info .index-content .footer-map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 20px
}

.footer .fooer-info .index-content .footer-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.footer .fooer-info .index-content .info {
	width: 320px;
	white-space: nowrap
}

.footer .fooer-info .index-content .info a {
	color: #fff
}

.footer .fooer-info .address {
	font-weight: 300
}

.footer .fooer-info .brand {
	width: 200px;
	margin: 0 auto 10px
}

.footer .fooer-info .brand img {
	display: block
}

.footer .fooer-info .tel {
	font-weight: 300;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 15px;
	white-space: nowrap;
	color: #fff
}

.footer .fooer-info .open {
	font-size: 14px;
	font-weight: 300;
	white-space: nowrap
}

.footer .fooer-info .sns {
	margin-top: 15px;
	font-size: 26px
}

.footer .fooer-info .sns a {
	display: inline-block;
	margin: 0 5px;
	color: #fff
}

.footer .fooer-info .sns a:hover {
	opacity: .6
}

.footer .footer-rightbox {
	width: calc(100% - 450px);
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .footer-rightbox .footer-tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer-rightbox .footer-tel .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .footer-rightbox .footer-tel .bottom .open {
	margin-left: 10px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.footer .footer-rightbox .header-btn {
	margin-right: 20px
}

.footer .footer-rightbox .header-btn input[type=submit] {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 220px;
	height: 46px;
	border: 1px solid #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	font-size: 15px
}

.footer .footer-rightbox .header-btn input[type=submit]:hover {
	color: #595959;
	background-color: #fff
}

.footer .footer-menu {
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0)
}

.footer .footer-menu .menu {
	color: #fff;
	font-weight: 300;
	font-size: 15px
}

.footer .footer-menu .menu li a {
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-weight: 300 !important
}

.footer .footer-menu .menu li a i {
	font-size: .8em;
	margin-right: .5em
}

.footer .footer-menu .menu li a:hover {
	color: #9e9e9e;
}

.footer .footer-menu .menu li>.ja {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 300 !important
}

.footer .footer-menu .menu .has .ja {
	pointer-events: none
}

.footer .footer-menu .menu .sub-menu {
	display: block
}

.footer .footer-menu .has.on .ja::after {
	content: ""
}

.footer .footer-menu .last {
	font-size: 13px
}

.footer .footer-menu .last li a {
	margin-bottom: 2px;
	color: #fff
}

.footer .footer-menu .last li a:hover {
	text-decoration: underline
}

.footer .footer-map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s all;
	transition: .3s all
}

.footer .footer-map:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.footer .index-footer-banner {
	padding: 50px 5% 20px;
	background-color: #e6e6e6
}

.footer .index-footer-banner .content {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .index-footer-banner .content a {
	display: inline-block;
	width: calc(50% - 20px)
}

.footer .index-footer-banner .content a:hover {
	opacity: .8
}

.footer .index-footer-banner .content a img {
	display: block
}

.footer .page-footer-banner {
	padding: 100px 5% 0
}

.footer .page-footer-banner .global-btn {
	width: 100%
}

.footer .page-footer-banner .global-btn form {
	width: 100%
}

.footer .page-footer-banner .global-btn a {
	width: 100%
}

.footer .page-footer-banner .btn-content {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .page-footer-banner .btn-content .item {
	width: calc(50% - 20px);
	background-color: #f4f4f4;
	padding: 40px 50px;
	text-align: center;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .page-footer-banner .btn-content .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left
}

.footer .page-footer-banner .btn-content .flex .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .page-footer-banner .btn-content .flex .title .en {
	font-size: 50px;
	line-height: 1.2em
}

.footer .page-footer-banner .btn-content .flex .title .ja {
	font-size: 16px;
	color: gray;
	margin-left: 10px;
	letter-spacing: 2px;
}

.footer .page-footer-banner .btn-content .flex .article {
	margin-top: 10px
}

.footer .page-footer-banner .btn-content .flex .right {
	width: 1em;
	line-height: 1.2em
}

.footer .page-footer-banner .btn-content .flex .right i {
	margin-left: .1em
}

.footer .page-footer-banner .btn-content .img {
	margin-bottom: 20px
}

.footer .page-footer-banner .btn-content .open {
	margin-bottom: 20px
}

.footer .page-footer-banner .btn-content .ttl {
	font-size: 22px;
	margin-bottom: 15px
}

.footer .page-footer-banner .btn-content .ja-title {
	font-size: 36px
}

.footer .page-footer-banner .open i {
	display: inline-block;
	margin-right: 5px
}

.footer .page-footer-banner .link-content {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px 0
}

.footer .page-footer-banner .link-content a {
	width: calc(50% - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 15px 40px 30px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb
}

.footer .page-footer-banner .link-content a .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .page-footer-banner .link-content a .box .open {
	margin-left: 20px
}

.footer .page-footer-banner .link-content a .ja {
	font-size: 16px;
	color: gray;
	margin-bottom: 5px
}

.footer .page-footer-banner .link-content a .en {
	font-size: 50px;
	line-height: 1.2em
}

.footer .copyright {
	padding: 20px 5%;
	text-align: center;
	font-size: 14px;
	background-color: #e6e6e6;
	font-family: "Roboto", "sans-serif";
	font-weight: 300
}

.toggle-btn {
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	font-weight: 300;
	display: none;
	position: absolute;
	cursor: pointer;
	z-index: 600;
	right: 10px;
	top: 0px;
	width: 60px;
	height: 60px;
	-webkit-transition: .2s ease all;
	transition: .2s ease all
}

.toggle-btn label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer
}

.toggle-btn label .line {
	position: absolute;
	width: 60%;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: auto;
	-webkit-transition: 400ms;
	transition: 400ms;
	top: 30px
}

.toggle-btn label .line::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: block;
	margin: auto;
	-webkit-transition: 400ms;
	transition: 400ms;
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(0deg) translateY(8px);
	-ms-transform: rotate(0deg) translateY(8px);
	transform: rotate(0deg) translateY(8px)
}

.toggle-btn label .line::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: block;
	margin: auto;
	-webkit-transition: 400ms;
	transition: 400ms;
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(0deg) translateY(-8px);
	-ms-transform: rotate(0deg) translateY(-8px);
	transform: rotate(0deg) translateY(-8px)
}

.ghost-nav {
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 99;
	height: 0;
	background: #595959;
	opacity: 1;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
	overflow: hidden;
	color: #fff
}

.ghost-nav>.box {
	width: 100%;
	height: 100%;
	overflow-y: auto
}

.ghost-nav .menu {
	width: 100%;
	margin: 0 auto;
	-webkit-transition: .3s all 0s;
	transition: .3s all 0s;
	opacity: 0;
	margin-top: 60px;
	padding: 20px 7%
}

.ghost-nav .menu>li {
	-webkit-transition: .3s all;
	transition: .3s all
}

.ghost-nav .menu>li:last-child {
	border-bottom: 1px solid #717171
}

.ghost-nav .menu>li>a::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 700
}

.ghost-nav .menu>li>.ja::after {
	content: "+";
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 700
}

.ghost-nav .menu .has.on>.ja::after {
	content: ""
}

.ghost-nav .menu>li>a,
.ghost-nav .menu>li>.ja {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .9em 0;
	white-space: nowrap;
	border-top: 1px solid #717171;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.6em;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	color: #fff;
	font-weight: 300 !important
}

.ghost-nav .menu>li>a .material-symbols-outlined,
.ghost-nav .menu>li>.ja .material-symbols-outlined {
	color: #166936;
	margin-right: .3em;
	font-size: 1em
}

.ghost-nav .menu .sub-menu {
	display: none;
	margin-bottom: 20px
}

.ghost-nav .menu .sub-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ghost-nav .menu .sub-menu ul li {
	width: 50%
}

.ghost-nav .menu .sub-menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: .4em 0;
	font-size: 14px;
	color: #fff;
	font-weight: 300 !important
}

.ghost-nav .menu .sub-menu ul li a i {
	font-size: .8em;
	margin-right: .5em
}

@media(max-width: 400px) {
	.ghost-nav .menu .sub-menu ul li a {
		font-size: 13px
	}

	.ghost-nav .menu .sub-menu ul li a i {
		margin-right: .3em
	}
}

@media(max-width: 350px) {
	.ghost-nav .menu .sub-menu ul li a {
		font-size: 12px
	}
}

.ghost-nav .menu .sub-menu .box .ttl {
	display: none
}

.ghost-nav .header-btn {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 40px
}

.ghost-nav .header-btn input[type=submit] {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	border: 1px solid #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	font-size: 14px
}

.ghost-nav .header-btn input[type=submit]:hover {
	color: #595959;
	background-color: #fff
}

#menu-status {
	display: none
}

#menu-status:checked~.ghost-nav {
	height: 100%;
	opacity: 1
}

#menu-status:checked~.ghost-nav .menu {
	opacity: 1;
	-webkit-transition: .3s all .2s;
	transition: .3s all .2s
}

#menu-status {
	display: none
}

#menu-status:checked~.header .toggle-btn label .line {
	background-color: rgba(255, 255, 255, 0)
}

#menu-status:checked~.header .toggle-btn label .line::after {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px)
}

#menu-status:checked~.header .toggle-btn label .line::before {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px)
}

.sp-foorter-btns {
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	font-weight: 300;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	letter-spacing: normal;
	font-size: 14px
}

.sp-foorter-btns .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.sp-foorter-btns .inner form {
	width: 50%;
	display: inline-block;
	position: relative;
	z-index: 1
}

.sp-foorter-btns .inner form a {
	width: 100%;
	background-color: #565656
}

.sp-foorter-btns .inner form input[type=submit] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2
}

.sp-foorter-btns .inner form input[type=submit] {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	cursor: pointer;
	font-weight: 300
}

.sp-foorter-btns .inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #222;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 50px;
	line-height: 1.2;
	width: 50%
}

.sp-foorter-btns .inner a .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sp-foorter-btns .inner a i {
	font-size: 18px;
	margin-right: .5em
}

.sp-foorter-btns .inner a .nowrap {
	font-weight: 300
}

.sp-foorter-btns .inner a .ja {
	display: block;
	height: 2.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300
}

.page-head {
	font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	font-weight: 300;
	background-color: #595959;
	color: #fff;
	padding-bottom: 50px;
	padding-left: calc((100% - 1200px)/2);
	min-height: 185px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400
}

.page-head .center-head {
	text-align: center
}

.page-head .inner {
	min-width: 250px;
	width: 100%;
	max-width: 1200px
}

.page-head .term {
	color: #909090;
	font-size: 18px;
	margin-bottom: 10px
}

.page-head .en {
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto", "sans-serif";
	color: #909090
}

.page-head .ja {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 400
}

.page-head .photo {
	min-width: 60%;
	height: 300px
}

.page-head .photo .bg-photo {
	width: 100%;
	height: 100%
}

.page-head .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	font-size: 14px;
	margin-top: 15px
}

.page-head .info i {
	display: inline-block;
	margin-right: 5px;
	opacity: .8;
	-webkit-transform: translateY(0.2em);
	-ms-transform: translateY(0.2em);
	transform: translateY(0.2em)
}

.page-head .info .open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*width: 50%;*/
	/*-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;*/
	margin-right: 10px
}

.page-head .info .address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*width: 50%*/
	margin-left: 10px;
	
}

@media(max-width: 1440px) {
	.page-head {
		padding-left: 5%
	}

	.page-head .inner {
		padding-right: 5%
	}
}

@media(max-width: 1280px) {
	.footer .page-footer-banner .btn-content .flex .title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.footer .page-footer-banner .btn-content .flex .title .ja {
		margin-left: 0
	}

	.footer .page-footer-banner .btn-content .item {
		padding: 40px
	}

	.header .inner {
		padding: 0 20px
	}

	.header .brand {
		width: 180px
	}

	.header .header-btn {
		margin-left: 10px
	}

	.header .header-btn input[type=submit] {
		width: 160px
	}

	.header .menu>li>a,
	.header .menu .ja {
		padding: .5em .5em
	}

	.header .brand {
		width: 160px
	}

	.footer .fooer-info .brand {
		width: 160px
	}

	.footer .fooer-info .index-content .info {
		width: 250px
	}

	.footer .fooer-info .address {
		font-size: 14px
	}

	.footer .footer-rightbox {
		width: calc(100% - 270px)
	}

	.footer .footer-menu .menu li a {
		margin-bottom: 8px
	}
}

@media(max-width: 960px) {
	.fooer-info .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.footer .fooer-info .index-content .info {
		width: 100%
	}

	.footer .fooer-info .index-content .footer-map {
		padding-top: 30vh
	}

	.footer .footer-rightbox {
		width: 100%
	}

	.footer .footer-rightbox .footer-tel {
		margin-top: 20px
	}

	.footer .fooer-info .index-content .info {
		margin-top: 40px
	}

	.page-head {
		display: block;
		padding-bottom: 20px;
		padding-top: 40px;
		min-height: 0
	}

	.page-head .inner {
		padding: 0;
		padding-bottom: 20px
	}

	.page-head .photo {
		height: auto
	}

	.page-head .photo .bg-photo {
		padding-top: 50%
	}

	.page-head .center-head {
		text-align: left
	}

	.page-head .info {
		display: block
	}

	.page-head .info .open {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: 0;
		width: 100%
	}

	.page-head .info .address {
		margin-left: 0;
		margin-top: 5px;
		width: 100%
	}

	.footer .page-footer-banner .btn-content .ttl {
		font-size: 18px
	}

	.footer .page-footer-banner .btn-content .item {
		padding: 20px;
		width: calc(50% - 10px)
	}

	.footer .page-footer-banner .btn-content .ja-title {
		font-size: 30px
	}

	.footer .page-footer-banner .link-content a {
		width: calc(50% - 10px)
	}

	.footer .page-footer-banner .link-content a {
		padding: 25px 15px 20px 15px
	}

	.footer .page-footer-banner .link-content a .box .open {
		margin-left: 10px
	}

	.footer .page-footer-banner .link-content a .en {
		font-size: 36px
	}

	.header .inner .right-box {
		display: none
	}

	.toggle-btn {
		display: block
	}

	.header .inner {
		height: 60px
	}

	.header .brand {
		width: 140px
	}

	.sp-foorter-btns {
		display: block
	}

	.footer {
		padding-bottom: 50px
	}
}

@media(max-width: 768px) {
	.footer .page-footer-banner .btn-content .open {
		margin-bottom: 10px
	}

	.footer .footer-info .content {
		display: block
	}

	.footer .footer-info .info {
		padding: 0 0 20px
	}

	.footer .footer-info .footer-map {
		padding-top: 56.25%
	}

	.footer .footer-info {
		padding: 20px 0 0
	}

	.footer .footer-rightbox .footer-tel .bottom {
		display: block
	}

	.footer .fooer-info .tel-box .pc {
		display: none
	}

	.footer .fooer-info .tel {
		font-size: 30px;
		display: block;
		margin-bottom: 6px;
	}

	.footer .footer-rightbox .footer-tel .bottom .open {
		margin-left: 0;
	}

	.footer .footer-rightbox .footer-tel {
		display: block
	}

	.footer .footer-rightbox .footer-tel .bottom {
		margin-top: 15px
	}

	.footer .footer-rightbox .header-btn {
		margin-right: 0
	}

	.footer .footer-rightbox .header-btn input[type=submit] {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		height: 56px;
	}

	.footer .footer-menu {
		display: block;
		margin-bottom: 10px;
	}

	.footer .footer-menu .menu:last-child {
		border-bottom: 1px solid #717171;
	}

	.footer .footer-menu .menu .has .ja {
		pointer-events: auto;
		cursor: pointer
	}

	.footer .footer-menu .menu>li>a,
	.footer .footer-menu .menu>li>.ja {
		border-top: 1px solid #717171;
		width: 100%;
		padding: .9em 0;
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.footer .footer-menu .menu>li>a:hover,
	.footer .footer-menu .menu>li>.ja:hover {
		text-decoration: none
	}

	.footer .footer-menu .menu:nth-child(3)>li {
		border-bottom: 1px solid #717171
	}

	.footer .footer-menu .menu>li>a::after {
		content: "";
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 700
	}

	footer .footer-menu .menu>li>.ja::after {
		content: "+";
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 700
	}

	footer .footer-menu .menu .has.on>.ja::after {
		content: "ー"
	}

	.footer .footer-menu .menu .sub-menu {
		display: none
	}

	.footer .footer-menu .menu .sub-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px
	}

	.footer .footer-menu .menu .sub-menu ul li {
		width: 50%;
		font-size: 13px
	}

	.footer .footer-menu .last {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 300px;
		margin: 20px auto 0
	}

	.footer .footer-menu .last li {
		width: calc(50% - 5px)
	}

	.header .inner {
		width: 100%
	}

	.page-head .en {
		margin-bottom: 5px
	}

	.page-head {
		padding-top: 20px;
	}

	.footer .page-footer-banner .btn-content .item {
		width: 100%
	}

	.footer .page-footer-banner .btn-content .item:first-child {
		margin-bottom: 20px
	}

	.footer .page-footer-banner .btn-content {
		display: block
	}

	.footer .page-footer-banner .link-content {
		display: block
	}

	.footer .page-footer-banner .link-content a {
		width: 100%
	}

	.footer .page-footer-banner .link-content a:first-child {
		border-bottom: none
	}

	.footer .page-footer-banner .link-content a .box .open {
		margin-left: 20px
	}

	.footer .index-footer-banner .content a {
		width: calc(50% - 5px)
	}

	.footer .page-footer-banner .btn-content .flex .title .ja {
		font-size: 18px
	}

	.footer .page-footer-banner {
		padding-top: 60px
	}

	.header .inner {
		padding: 0 5%
	}

	.footer .page-footer-banner .global-btn {
		margin-top: 20px
	}
}

@media(max-width: 500px) {
	.footer .footer-info .brand {
		width: 160px;
		margin-bottom: 5px
	}

	.footer .footer-info {
		font-size: 14px
	}

	.footer .footer-info .tel {
		font-size: 30px
	}

	.footer .page-footer-banner .link-content {
		padding: 40px 0
	}

	.footer .page-footer-banner .link-content a .ja {
		margin-bottom: 0
	}

	.footer .page-footer-banner .btn-content .ttl {
		font-size: 16px;
		margin-bottom: 10px
	}

	.footer .page-footer-banner .btn-content .img {
		margin-bottom: 10px
	}

	.footer .page-footer-banner .btn-content .ja-title {
		font-size: 24px
	}

	.footer .page-footer-banner .btn-content .flex .title .ja {
		font-size: 14px
	}

	.footer .page-footer-banner .btn-content .flex .article {
		margin-top: 5px
	}

	.footer .page-footer-banner .btn-content .flex .title .en {
		font-size: 40px
	}

	.page-head .ja {
		font-size: 26px
	}

	.page-head .en {
		font-size: 16px
	}

	.header {
		font-size: 14px
	}

	.footer .index-footer-banner {
		padding: 20px 5% 0px
	}

	.footer .fooer-info .brand {
		width: 160px;
		margin-bottom: 5px
	}

	.footer .fooer-info {
		font-size: 14px
	}

	.footer .fooer-info .tel {
		font-size: 30px
	}

	.footer .copyright {
		font-size: 12px;
		padding: 10px 5%
	}
}

@media(max-width: 400px) {
	footer .footer-menu .menu .sub-menu ul li {
		font-size: 13px
	}
}

@media(max-width: 350px) {
	footer .footer-menu .menu .sub-menu ul li {
		font-size: 12px
	}

	.page-head .ja {
		font-size: 26px
	}

	.page-head .en {
		font-size: 18px
	}

	.footer .page-footer-banner .btn-content .ttl {
		font-size: 16px
	}

	.footer .page-footer-banner .btn-content .ja-title {
		font-size: 26px
	}

	.footer .page-footer-banner .btn-content .flex .title .en {
		font-size: 50px
	}

	.sp-foorter-btns .inner a {
		font-size: 12px
	}

	.sp-foorter-btns .inner a i {
		font-size: 20px
	}

	.footer .page-footer-banner .link-content a .box {
		display: block
	}

	.footer .page-footer-banner .link-content a .box .open {
		margin-left: 0;
		margin-top: 10px
	}
}

.index-event {
	background-color: #ededed;
	padding: 80px 5%
}

.index-event .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.index-event .content .item {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 15px);
	margin-top: 30px
}

.index-event .content .item:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
	box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}

.index-event .content .item:hover .photo .bg-photo {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.index-event .content .item .photo {
	min-width: 200px;
	overflow: hidden
}

.index-event .content .item .photo .bg-photo {
	width: 100%;
	height: 100%;
	-webkit-transition: .3s all;
	transition: .3s all
}

.index-event .content .item .sub {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.index-event .content .item .title {
	margin: 14px 0;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 1.6em;
	min-height: 3.2em
}

.index-event .content .item .address {
	font-size: 14px;
	color: gray;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.index-event .content .item .box {
	padding: 20px
}

.index-case {
	background-color: #e6e6e6;
	padding: 80px 5%
}

.index-case .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 24px);
	margin-left: -12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.index-case .item {
	display: block;
	width: calc(25% - 24px);
	margin: 0 12px;
	margin-top: 25px
}

.index-case .item:hover .photo .bg-photo {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.index-case .item .photo {
	width: 100%;
	overflow: hidden
}

.index-case .item .photo .bg-photo {
	padding-top: 100%;
	-webkit-transition: .3s all;
	transition: .3s all
}

.index-case .item .city {
	font-size: 14px
}

.index-case .item .title {
	font-weight: 400;
	margin: 10px 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.index-voice {
	padding: 80px 5%
}

.index-voice .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 24px);
	margin-left: -12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.index-voice .item {
	display: block;
	width: calc(25% - 24px);
	margin: 0 12px;
	margin-top: 25px
}

.index-voice .item:hover .photo .bg-photo {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.index-voice .item .photo {
	width: 100%;
	overflow: hidden
}

.index-voice .item .photo .bg-photo {
	padding-top: 100%;
	-webkit-transition: .3s all;
	transition: .3s all
}

.index-voice .item .title {
	font-weight: 400;
	margin: 10px 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

@media(max-width: 960px) {
	.index-event .content .item .photo {
		min-width: 140px
	}

	.index-event .content .item {
		width: calc(50% - 10px);
		margin-top: 20px
	}

	.index-event .content .item .photo {
		width: 35%;
		min-width: 35%
	}
}

@media(max-width: 768px) {
	.index-case {
		padding: 60px 5%
	}

	.index-voice {
		padding: 60px 5%
	}

	.index-event {
		padding: 60px 5%
	}

	.index-event .content .item {
		width: 100%
	}

	.index-event .content .item .title {
		margin: 10px 0
	}

	.index-case .content {
		width: calc(100% + 10px);
		margin-left: -5px
	}

	.index-case .item {
		width: calc(50% - 10px);
		margin: 20px 5px 0
	}

	.index-voice.content {
		width: calc(100% + 10px);
		margin-left: -5px
	}

	.index-voice .item {
		width: calc(50% - 10px);
		margin: 20px 5px 0
	}
}

.index-title-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index-title .ja {
	color: gray;
	font-size: 18px;
	margin-left: 15px
}

.index-title .en {
	font-size: 54px;
	font-family: "Shippori Mincho B1", serif
}

@media(max-width: 768px) {
	.index-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.index-title .en {
		line-height: 1.2
	}

	.index-title .ja {
		margin-left: 0
	}
}

@media(max-width: 500px) {
	.index-title .en {
		font-size: 40px
	}

	.index-title .ja {
		font-size: 16px
	}

	.index-title .ja {
		margin-left: 0
	}
}

.cv_area .cmn-btn.more::before,
.cmn-btn.soudan::before {
	display: none
}

.cv_area .cmn-btn::after {
	display: none
}

.cv_area .cmn-btn {
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none
}

.cv_area .cmn-btn.catalog {
	padding: 0;
	font-weight: normal
}

.cv_area .cmn-btn form {
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 1
}

.cv_area .cmn-btn form input[type=submit] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	opacity: 0;
	cursor: pointer
}

.cv_area .cmn-btn form input[type=submit]:hover {
	opacity: 0 !important;
	background: rgba(0, 0, 0, 0) !important
}

.cv_area .cmn-btn form input[type=submit]:hover~a {
	background-color: #fff;
	color: #000
}

.cv_area .cmn-btn a {
	border: 1px solid #000;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2px;
	height: 70px;
	color: #fff;
	background-color: #000
}

.cv_area .cmn-btn a .ja i {
	margin-right: 8px
}

.cv_area .cmn-btn a:hover {
	background-color: #fff;
	color: #000;
	opacity: 1
}

.cv_area .cmn-btn a>i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width: 768px) {
	.single-event .page-head .ja {
		font-size: 22px;
	}

	.single-event .page-head .inner {
		padding-bottom: 0;
	}
}

@media(min-width: 769px) {
	.footer .footer-menu .menu .single a {
		border-bottom: 1px solid #8f8f8f;
		line-height: 1.2;
	}
}

.header .sub-menu a {
	color: #fff;
}


.header .menu>li>a:hover {
	text-decoration: none;
}


.main-contact-content button.btn[type=button],
.main-contact-content .cf-btn-send,
.main-contact-content .cf-btn-bk {
	max-width: 440px !important;
	width: 100% !important;
	margin: 0 auto 30px!important;
}

@media (max-width: 767px) {

	.main-contact-content button.btn[type=button],
	.main-contact-content .cf-btn-send,
	.main-contact-content .cf-btn-bk {
		margin: 2% auto !important;
	}
}