
/*240814 追記*/
a:hover { opacity: .7; text-decoration: underline }

body.is-mobile.landing #banner .inner {
	color: #fff;
	font-weight: 800;
}
body.is-mobile.landing #banner .inner .lyt-logo {
	width: 100px;
	margin: auto;
}
body.is-mobile.landing #banner .inner .lyt-h1 {
	position: relative;
	max-width: 600px;
	margin: auto;
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 1em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55),0px 0px 19px rgba(0, 0, 0, 0.95),0px 0px 19px rgba(0, 0, 0, 0.55);
}
body.is-mobile.landing #banner .inner .lyt-h1::before,
body.is-mobile.landing #banner .inner .lyt-h1::after,
#banner h2:before, #banner h2:after{
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .4)
}
body.is-mobile.landing #banner .inner .lyt-h2 {
	position: relative;
	font-size: 2.8rem;
	padding: .4em .4em;
	margin-bottom: .6em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.95), 0px 0px 6px rgba(0, 0, 0, 0.95),0px 0px 19px rgba(0, 0, 0, 0.95);
}
body.is-mobile.landing #banner .inner .lyt-lead {
	font-size: 2rem;
}
body.is-mobile.landing #banner .inner .lyt-lead p {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.95), 0px 0px 6px rgba(0, 0, 0, 0.55),0px 0px 19px rgba(0, 0, 0, 0.95),0px 0px 19px rgba(0, 0, 0, 0.95);
}

@media screen and (min-width: 769px) {
	body.is-mobile.landing #banner .inner {
	color: #fff;
	font-weight: 800;
}
body.is-mobile.landing #banner .inner .lyt-logo {
	width: 100px;
	margin: auto;
}
body.is-mobile.landing #banner .inner .lyt-h1 {
	position: relative;
	max-width: 600px;
	margin: auto;
	font-size: 2.6rem;
	line-height:1;
	margin-bottom: 1em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55),0px 0px 19px rgba(0, 0, 0, 0.95),0px 0px 19px rgba(0, 0, 0, 0.45);
}
body.is-mobile.landing #banner .inner .lyt-h1::before,
body.is-mobile.landing #banner .inner .lyt-h1::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	top: 16px;
	margin: auto;
	background-color: #fff;
}
body.is-mobile.landing #banner .inner .lyt-h1::before,
body.is-mobile.landing #banner .inner .lyt-h1::after,
#banner h2:before, #banner h2:after{
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .4)
}
body.is-mobile.landing #banner .inner .lyt-h1::before{
	left: 5px;
}
body.is-mobile.landing #banner .inner .lyt-h1::after{
	right: 5px;
}
body.is-mobile.landing #banner .inner .lyt-h2 {
	position: relative;
	font-size: 3.6rem;
	padding: .4em .8em;
	margin-bottom: .6em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65), 0px 0px 6px rgba(0, 0, 0, 0.55),0px 0px 19px rgba(0, 0, 0, 0.95);
}
body.is-mobile.landing #banner .inner .lyt-lead {
	font-size: 2.4rem;
}
body.is-mobile.landing #banner .inner .lyt-lead p {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.95), 0px 0px 6px rgba(0, 0, 0, 0.55),0px 0px 19px rgba(0, 0, 0, 0.95),0px 0px 19px rgba(0, 0, 0, 0.95);
}
}

ul.note li,span.note{margin-left:1em;text-indent:-1em;font-size: 1.3rem;line-height: 1.7;letter-spacing: .08em;font-family: "Noto Sans JP", sans-serif;}

.spotlight .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.wrapper .lyt-doc{
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .3em;
}
.wrapper.style2 .lyt-doc{
	color: #fff;
}
.wrapper.style2 .spotlight:nth-child(2) .lyt-doc{
	position: relative;
	margin: auto;
	max-width: 540px;
	width: 90%;
	padding: 3em 2em 3em;
	box-sizing: border-box;
}
.wrapper.style2 .spotlight:nth-child(2) .lyt-doc::after{
	content: "TIME SCHEDULE";
	position: absolute;
	top: 50px;
	right: -.2em;
	font-size: 8rem;
	font-weight: 700;
	color: rgba(255,255,255,.05);
	writing-mode: vertical-rl;
}
.wrapper.style2 .lyt-doc .lyt-h3{
	text-indent: -1em;
	margin-bottom: 1em;	
}
.wrapper .lyt-doc .lyt-ts,
.wrapper.style5 dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.wrapper .lyt-doc dt{
	width: 100%;
	color: #e89120;
	letter-spacing: .1em;
}
.wrapper .lyt-doc dd{
	/*width: calc(100% - 100px);*/
	width: 100%;
	padding-left: 1em;
	letter-spacing: .1em;
}
.wrapper .lyt-doc dd i{
	border-radius: 30px;
	font-size: 1rem;
	background-color: #c76413;
	padding: .4em 1em;
	margin-bottom: .6em;
	display: inline-block;
}
.wrapper .lyt-doc dd em{
	display: block;
	color: #e89120;
	line-height: 1.5;
}
.wrapper .lyt-doc dt:nth-child(n+3),
.wrapper .lyt-doc dd:nth-child(n+3){
	margin-top: .6em;
}

table.lyt-tbl{
	margin: 2em 0 0;
	border: 1px solid #fff;
	background-color: transparent;
}
table.lyt-tbl th{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
table.lyt-tbl td{
	display: block;
	width: 100%;
	/*width: calc(100% - 100px);*/
	font-size: 1.4rem;
	padding: .6em .2em .6em 1.4em;
	margin: 0;
}

@media screen and (min-width: 769px) {

.spotlight .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.wrapper .lyt-doc{
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .3em;
}
/*wrapper.style2 .spotlight:nth-child(2) .lyt-doc{
	max-width: none;
	margin: 0;
	padding: 3em 2em 3em 6em;
}*/
.wrapper.style2 .spotlight:nth-child(2) .lyt-doc{
	max-width: 580px;
	width: 100%;
	margin: 0;
	padding: 3em 2em 3em;
}
.wrapper.style2 .spotlight:nth-child(2) .lyt-doc::after{
	content: "TIME SCHEDULE";
	position: absolute;
	top: 50px;
	right: 20px;
	font-size: 7rem;
	font-weight: 700;
	color: rgba(255,255,255,.05);
	writing-mode: vertical-rl;
}
.wrapper.style2 .lyt-doc .lyt-h3{
	text-indent: -1em;
	margin-bottom: 1em;	
}
.wrapper .lyt-doc dt{
	width: 100px;
	color: #e89120;
	letter-spacing: .1em;
}
.wrapper .lyt-doc dd{
	width: calc(100% - 100px);
	letter-spacing: .1em;
	padding-left: 0;
}
.wrapper .lyt-doc dd i{
	border-radius: 30px;
	font-size: 1rem;
	background-color: #c76413;
	padding: .4em 1em;
	margin-bottom: .6em;
	display: inline-block;
}
.wrapper .lyt-doc dd em{
	display: block;
	color: #e89120;
	line-height: 1.5;
}
.wrapper .lyt-doc dt:nth-child(n+3),
.wrapper .lyt-doc dd:nth-child(n+3){
	margin-top: .6em;
}

table.lyt-tbl{
	display: table;
	margin: 2em 0 0;
	border: 1px solid #fff;
	background-color: transparent;
}
table.lyt-tbl th{
	display: table-cell;
	width: 100px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
}
table.lyt-tbl td{
	display: table-cell;
	width: calc(100% - 100px);
	font-size: 1.4rem;
	padding: .6em .2em .6em 1.4em;
	margin: 0;
}	
}

.wrapper.style5 figure{
	width: 100%;
	margin: auto;
}
.wrapper.style5 figure figcaption{
	font-size: 1.4rem;
	padding: .2em .5em;
}
.wrapper.style5 figure figcaption::before{
	content: "▲";
	padding: .2em 0;
	font-size: 1.2rem;
}
.wrapper.style5 .inner{
	max-width: 460px;
	width: 100%;
	margin: 2em auto;
}
.wrapper.style5 .note{
	margin-bottom: 4em;
}
.wrapper.style5 dl dt{
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
}
.wrapper.style5 dl dd{
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	padding-top: .2em;
}
.wrapper.style5 dl dt:nth-child(n+3){
	margin-top: 1em;
}
.wrapper.style5 table{
	max-width: 560px;
	margin: .3em 0 0;
	border: 1px solid #dfdfdf;
}
.wrapper.style5 table tbody tr,
.wrapper.style5 table tbody tr:nth-child(2n + 1){background-color: transparent;	border-bottom: 1px solid #dfdfdf;}

.wrapper.style5 table td{
	display: block;
	width: 100%;
	/*width: calc(100% - 100px);*/
	font-size: 1.4rem;
	padding: 1em .2em 1em 1.4em;
	margin: 0;	
	border-top: 1px solid #dfdfdf;
}

.wrapper.style5 .box-lyt-app,
.wrapper.style5 .box-lyt-inq{
	text-align: center;
}
.wrapper.style5 .box-lyt-app .lyt-h2,
.wrapper.style5 .box-lyt-inq .lyt-h2{
	font-size: 2.4rem;
	font-weight: 700;
	color: #f16609;
	letter-spacing: .3em;
}
.wrapper.style5 .box-lyt-app .lyt-time{
	font-size: 2.8rem;
	font-weight: 700;	
	padding: 0;
}
.wrapper.style5 .box-lyt-app .lyt-time time{
	display: block;	
	line-height: 1.5;
	padding: 0 0 .4em;
}
.wrapper.style5 .box-lyt-app .lyt-time em{
	max-width: 480px;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	margin: 0 auto 1.2em;
	padding: .4em 1.2em;
	color: #f16609;
	background-color: rgba(255,234,47,1.00);
}
.wrapper.style5 .box-lyt-app .note{
	max-width: 500px;
	margin: auto;
	text-align: left;
}

.wrapper.style5 .box-lyt-inq{
	margin: 3em 0 0;
}
.wrapper.style5 .box-lyt-inq .lyt-spgr{
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.6;
	margin: .6em 0 .4em;
	letter-spacing: .1em;
}
.wrapper.style5 .box-lyt-inq .lyt-tel{
	font-size: 2.2rem;
}
.wrapper.style5 .box-lyt-inq .lyt-tel em{
	font-size: 3.4rem;
}
.wrapper.style5 .box-lyt-inq .lyt-tel span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
}
/*.wrapper.style5 .box-lyt-inq .lyt-tel span + span{
	font-size: 1.6rem;
}*/
.wrapper.style5 .box-lyt-inq .lyt-contact{
	max-width: 525px;
	margin: 1em auto 0;
	display: block;
}
.wrapper.style5 .box-lyt-inq .lyt-contact dt,
.wrapper.style5 .box-lyt-inq .lyt-contact dd{
	width: 100%;
	font-size: 1.4rem;
	margin: 0;
}
.wrapper.style5 .box-lyt-inq .lyt-contact dt{
}
.wrapper.style5 .box-lyt-inq .lyt-contact dd{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}


@media screen and (min-width: 769px) {

.wrapper.style5 figure{
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
.wrapper.style5 figure figcaption{
	position: absolute;
	font-size: 1.4rem;
	padding: .2em 1em;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0,0,0,.6)
}
.wrapper.style5 figure figcaption::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 2.1em;
	font-size: 1.4rem;
	padding: .2em 0;
	right: -40px;
	bottom: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.wrapper.style5 .inner{
	/*max-width: 960px;*/
	max-width: 680px;
	width: 84%;
	margin: 2em auto;
}
.wrapper.style5 dl dt{
	width: 120px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
}
.wrapper.style5 dl dd{
	width: calc(100% - 120px);
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .1em;
	padding-top: .2em;
}
.wrapper.style5 dl dt:nth-child(n+3),
.wrapper.style5 dl dd:nth-child(n+3){
	margin-top: 1em;
}
.wrapper.style5 table{
	max-width: 560px;
	margin: .3em 0 0;
	border: 1px solid #dfdfdf;	
}
.wrapper.style5 table tbody tr,
.wrapper.style5 table tbody tr:nth-child(2n + 1){background-color: transparent;}

.wrapper.style5 table td{
	display: table-cell;
	width: calc(100% - 100px);
	font-size: 1.4rem;
	padding: 1em .2em 1em 1.4em;
	margin: 0;
	border: 1px solid #dfdfdf;	
}

.wrapper.style5 .box-lyt-app,
.wrapper.style5 .box-lyt-inq{
	text-align: center;
}
.wrapper.style5 .box-lyt-app .lyt-h2,
.wrapper.style5 .box-lyt-inq .lyt-h2{
	font-size: 2.8rem;
	font-weight: 700;
	color: #f16609;
	letter-spacing: .3em;
}
.wrapper.style5 .box-lyt-app .lyt-time{
	font-size: 3.2rem;
	padding: 0 0 .4em;
}
.wrapper.style5 .box-lyt-app .lyt-time time{
	display: inline-block;	
	line-height: 1.7;
	padding: 0;
}
.wrapper.style5 .box-lyt-app .lyt-time em{
	max-width: none;
	display: inline-block;	
	margin: 0 0 0 .5em;
	padding: .4em 1.2em;
}
.wrapper.style5 .box-lyt-app .note{
	max-width: 500px;
	margin: auto;
	text-align: left;
}

.wrapper.style5 .box-lyt-inq{
	margin: 3em 0 0;
}
.wrapper.style5 .box-lyt-inq .lyt-spgr{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
	margin: .6em 0 .4em;
	letter-spacing: .1em;
}
.wrapper.style5 .box-lyt-inq .lyt-tel{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}
.wrapper.style5 .box-lyt-inq .lyt-tel em{
	font-size: 3.6rem;
}
.wrapper.style5 .box-lyt-inq .lyt-tel span{
	display: flex;
	font-size: 2rem;
}
/*.wrapper.style5 .box-lyt-inq .lyt-tel span + span{
	font-size: 1.8rem;
}	*/
}




.wrapper.style3{
	padding: 0 0 2em;
}
.wrapper.style3 .box-lyt-event{
	position: relative;
	padding: .5em 0 3em;
	background: url("../../images/bg.jpg") no-repeat;
	background-size: cover;
}
.wrapper.style3 .box-lyt-event::before,
.wrapper.style3 .box-lyt-event::after{
	content: " ";
	position: absolute;
	mix-blend-mode: color-burn;
	opacity: .7;
}
.wrapper.style3 .box-lyt-event::before{
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url("../../images/bg_b.png") no-repeat;
	background-size: cover;
}
.wrapper.style3 .box-lyt-event::after{
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../../images/bg_a.png") no-repeat;
	background-size: cover;
}
.wrapper.style3 .box-lyt-event .inner{
	position: relative;
	z-index: 30;
	color: #4E4852;
}
.wrapper.style3 .features li:nth-child(1),
.wrapper.style3 .features li:nth-child(2) {
	background-color: rgba(0, 0, 0, 0);
}

.wrapper.style3 .box-lyt-column{
	padding: 0 2em;
	display: flex;
	flex-direction: column-reverse;
}
.wrapper.style3 .box-lyt-column .lyt-box{
	width: 100%;
}

.lyt-btn a{
	position: relative;
	max-width: 300px;
	display: block;
	transition: all 0.3s;
	font-size: 1.6rem;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
	color: #FFFFFF;
	padding: 1.2em 1.6em;
	margin: 1em auto;
}

.lyt-btn.lyt02 a{
	border-radius: 10px;
	background-color: #f16609;
	border: 1px solid #f16609;	
}
.lyt-btn.lyt02 a:hover{
	border-radius: 50px;
	background-color: #d75600;
	opacity: 1;
	text-decoration: none;
}
.lyt-btn.lyt02 a i{
	position: absolute;
	border-radius: 50px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 26px;
	height: 26px;
	background-color: #fff;
	z-index: 2;
	display: block;	
}
.lyt-btn.lyt02 a i::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: all 0.3s;
	
	right: 7px;
	width: 12px;
	height: 1px;
	background: #f16609;
}
.lyt-btn.lyt02 a i::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: all 0.3s;
	
	right: 7px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #f16609;
	border-right: 1px solid #f16609;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*.wrapper.style3 .box-lyt-column .lyt-box a {
	color: #f16609
}
*/
.wrapper.style3 .box-lyt-column .lyt-box figure{
}
.wrapper.style3 .box-lyt-column .lyt-box figcaption{
	font-size: 1.3rem;
	letter-spacing: .08em;
	padding: .2em 1em;
	left: 0;
	bottom: 0;
}
.wrapper.style3 .box-lyt-column .lyt-box figcaption::before{
	content: "▲";
	font-size: 1.2rem;
	padding: .2em 0;
}
.wrapper.style3 .box-lyt-column .lyt-doc{
	max-width: 600px;
	margin: auto;
}
.wrapper.style3 .box-lyt-column .lyt-doc .lyt-h3{
	font-size: 2rem;
	letter-spacing: .4em;
	padding: 0 0 .4em;
	color: #ffffff;
}
.wrapper.style3 .box-lyt-event .box-lyt-column .lyt-doc .lyt-h3{
	font-weight: 700;
	letter-spacing: .2em;
	color: #c76413;
}
.wrapper.style3 .box-lyt-column .lyt-doc .lyt-h3 i{
	display: block;
	width: 180px;
	border-radius: 30px;
	font-size: 1rem;
	background-color: #c76413;
	padding: .4em 1em;
	margin: 0 auto .6em;
	color: #ffffff;
}
.wrapper.style3 .box-lyt-column .lyt-doc p{
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: .3em;
	margin-bottom: 1em;
	text-align: left;
}
.wrapper.style3 .box-lyt-column .lyt-doc span.note{
	display: block;
	text-align: left;
}

@media screen and (min-width: 769px) {

.wrapper.style3{
	padding: 0 0 4em;
}
.wrapper.style3 .box-lyt-event{
	position: relative;
	padding: 6vw 0;
	background: url("../../images/bg.jpg") no-repeat;
	background-size: cover;
}
.wrapper.style3 .box-lyt-event::before,
.wrapper.style3 .box-lyt-event::after{
	content: " ";
	position: absolute;
	mix-blend-mode: color-burn;
	opacity: .7;
}
.wrapper.style3 .box-lyt-event::before{
	width: 590px;
	height: 1140px;
	left: 0;
	bottom: 0;
	background: url("../../images/bg_b.png") no-repeat;
	background-size: cover;
}
.wrapper.style3 .box-lyt-event::after{
	width: 529px;
	height: 1024px;
	right: 0;
	top: 0;
	background: url("../../images/bg_a.png") no-repeat;
	background-size: cover;
}
.wrapper.style3 .box-lyt-event .inner{
	position: relative;
	z-index: 30;
	color: #4E4852;
}
.wrapper.style3 .features li:nth-child(1),
.wrapper.style3 .features li:nth-child(2) {
	background-color: rgba(0, 0, 0, 0);
}

.wrapper.style3 .box-lyt-column{
	padding: 0;
}
.wrapper.style3 .box-lyt-column .lyt-box{
	width: 100%;
}
.wrapper.style3 .box-lyt-column .lyt-box figure{
	position: relative;
}
.wrapper.style3 .box-lyt-column .lyt-box figcaption{
	position: absolute;
	font-size: 1.3rem;
	letter-spacing: .08em;
	padding: .2em 1em;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0,0,0,.6)
}
.wrapper.style3 .box-lyt-column .lyt-box figcaption::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 2.1em;
	font-size: 1.3rem;
	padding: .2em 0;
	right: -20px;
	bottom: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.wrapper.style3 .box-lyt-column .lyt-doc{
	max-width: 600px;
	margin: auto;
}
.wrapper.style3 .box-lyt-column .lyt-doc .lyt-h3{
	font-size: 2rem;
	letter-spacing: .4em;
	padding: 1em 0 .4em;
	color: #ffffff;
}
.wrapper.style3 .box-lyt-event .box-lyt-column .lyt-doc .lyt-h3{
	font-weight: 700;
	letter-spacing: .2em;
	color: #c76413;
}
.wrapper.style3 .box-lyt-column .lyt-doc .lyt-h3 i{
	display: block;
	width: 180px;
	border-radius: 30px;
	font-size: 1rem;
	background-color: #c76413;
	padding: .4em 1em;
	margin: 0 auto .6em;
	color: #ffffff;
}
.wrapper.style3 .box-lyt-column .lyt-doc p{
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: .3em;
	margin-bottom: 1em;
	text-align: left;
}
.wrapper.style3 .box-lyt-column .lyt-doc span.note{
	display: block;
	text-align: left;
}

}

#footer,
#footer a{
	color: #fff;
}

#footer .note{
	max-width: 600px;
	margin: auto;
	margin: 0 auto 3em;
	padding: 0;
}

#footer .lyt-foot{
	padding: 0;
}
#footer .lyt-foot ul{
	width: 100%;
	margin: auto;
}
#footer .lyt-foot ul li{
	position: relative;
    font-size: 1.4rem;
	line-height: 1.7;
    border-bottom: 1px solid #e1dbd0;
}
#footer .lyt-foot ul li a{
	position: relative;
	display: block;
	padding: 1.6em 2.1em 1.3em 1.2em;
}
#footer .lyt-foot ul li a::before{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #e1dbd0;
	border-right: 1px solid #e1dbd0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .8s;
}
#footer small{
    text-align: left;
    display: block;
    width: 100%;
	height: 64px;
    font-size: 1rem;
	font-weight: 300;
	padding: 2em 0;
}

@media screen and (min-width: 769px) {
	#footer .lyt-foot{padding: 2.5vw 0;/*border-bottom: 1px solid #e1dbd0;*/}
	#footer .lyt-foot ul{max-width: 1200px;width: 96%;display: flex;justify-content: center;}
	#footer .lyt-foot ul li{
		position: relative;
		padding: .3em 2em;
		line-height: 1;
		border: none;
	}
	#footer .lyt-foot ul li a{
		position: static;
		display: inline;
		padding: 0;
	}
	#footer .lyt-foot ul.logo li{padding: 0 2em;}
	#footer .lyt-foot ul.logo li a{
		display: block;
		max-width: 200px;
		padding: 0;
	}
	#footer .lyt-foot ul li a::before{display: none;}
	#footer .lyt-foot ul li::before,
	#footer .lyt-foot ul li::after{
		content: "";
		position: absolute;
		width: 1px;
		height: 1.5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#footer .lyt-foot ul li + li::before,
	#footer .lyt-foot ul li:first-child::before{
		left: 0;
		border-left: 1px solid #e1dbd0;
	}
	#footer .lyt-foot ul li:last-child::after{
		right: 0;
		border-right: 1px solid #e1dbd0;
	}
	#footer small{ text-align: center; height: auto; padding: 1.5em 0;}
	.wrapper.style5 .box-lyt-inq .lyt-contact dt,
	.wrapper.style5 .box-lyt-inq .lyt-contact dd{
		font-size: 1.6rem;
	}
}


.lyt-kanbai{
	border-radius:6px;
	max-width: 520px;
	letter-spacing:.05em;
	margin: 2em auto 0;
	padding: 1.6em;
	color: #fff;
	background-color: #907b28
}
.lyt-kanbai .title{
	text-align: center;
	font-size: 2.6rem;
	line-height:1.5;
	padding-bottom: .6em;
}
.lyt-kanbai .note{
	text-indent: -1em;
	padding-left: 1em;
	font-size: .9em;
	line-height:1.4;
}

@media screen and (min-width: 769px) {
.lyt-kanbai .title{
	font-size: 3rem;
}
}