@charset 'utf-8';

/*
Theme Name: i-life-steering
Author: minoru kubota
*/

@charset 'utf-8';

/*
---------------------------------------

reset

---------------------------------------
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

a.underline {
	text-decoration: underline;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

body p {
	margin: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h3 { font-size: 1.8rem; }
h4 { font-size: 1.7rem; }
h5 { font-size: 1.6rem; }

.btn-01 {
	text-align: center;
	margin-bottom: 30px;
}

.btn-01 a {
	display: inline-block;
	border: solid 1px #999;
	padding: 10px 40px;
	transition: all .2s;
}

.btn-01 a:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #fff;
}

.inview {
	transition: all .8s;
	opacity: 0;
	transform: translateY( 5px );
}

.inview.view {
	opacity: 1;
	transform: translateY( 0 );
}


/*
---------------------------------------

layout

---------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: 1.6px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	background: #171C61;
	min-width: 375px;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

body a {
	color: #fff;
	text-decoration: none;
}

body img {
	display: inline-block;
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

header {
	padding: 30px 0 0;
	position: relative;
}

header h1 {
	margin-bottom: 30px;
}

header h1 img {
	max-height: 120px;
	width: auto;
	margin-left: 35px;
}

#sp-btn {
	display: none;
}

#g-nav ul {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin: 0 0 15px;
}

#g-nav li {
	border-left: solid 1px #fff;
	padding: 0 30px;
	opacity: 0;
	transform: translateY( 5px );
	transition: all .4s;
}

#g-nav.view li {
	opacity: 1;
	transform: translateY( 0 );
}

#g-nav li:first-child {
	border: none;
}

#g-nav.view li:nth-child(2) {
	transition-delay: .4s;
}

#g-nav.view li:nth-child(3) {
	transition-delay: .6s;
}

#g-nav.view li:nth-child(4) {
	transition-delay: .8s;
}

#g-nav.view li:nth-child(5) {
	transition-delay: 1s;
}

#g-nav.view li:nth-child(6) {
	transition-delay: 1.2s;
}

#g-nav.view li:nth-child(7) {
	transition-delay: 1.4s;
}

#g-nav a,
#g-nav span {
	display: inline-block;
	padding: 2px;
	font-family: 'Didot', 'GFS Didot', serif;
	font-size: 1.4rem;
	position: relative;
}

#g-nav ul a::after {
	content: '';
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	transition: all .4s;
}

#g-nav ul a:hover::after {
	left: 0;
	right: 0;
}

#g-nav span {
	cursor: pointer;
	transition: all .2s;
}

#g-nav span.comingsoon::before {
	content: 'COMING SOON';
	font-size: 1.4rem;
	white-space: nowrap;
	padding: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX( -50% );
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#g-nav span.comingsoon:hover::before {
	opacity: 1;
	visibility: visible;
}

#g-nav span.comingsoon:hover span {
	opacity: 0;
	visibility: hidden;
}

.head-btn.pc {
	position: absolute;
	top: 3rem;
	right: 3rem;
	transition: all .8s;
	align-items: center;
	gap: 3em;
}

.online-btn.view {
	transition-delay: .2s;
}

.head-btn a {
	display: inline-block;
	font-family: 'Didot', 'GFS Didot', serif;
	font-size: 1.4rem;
	padding: .4rem 3rem;
	border: solid 1px transparent;
	transition: all .2s;
}

.online-btn a {
	border-color: #fff;
}

.online-btn a:hover {
	background: #BEA10D;
	border-color: #BEA10D;
	color: #171C61;
}

.lang-btn a {
	border-bottom-color: #fff;
}

.lang-btn a:hover {
	border-bottom-color: #BEA10D;
	color: #BEA10D;
}

.en {
	font-family: 'Didot', 'GFS Didot', serif;
}

.sp {
	display: none;
}

.ttl-01 .ttl {
	font-size: 2rem;
	text-align: center;
	padding: 90px 15px 0;
	margin-bottom: 40px;
	position: relative;
}

.ttl-01 .ttl::before {
	content: '';
	width: 1px;
	height: 0;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all .8s;
}

.ttl-01 .ttl.view::before {
	height: 70px;
}

.ttl-01 .ttl span {
	transition: all .8s;
}

.heading-01 {
	font-size: 2rem;
	margin: 4rem 0 3rem;
}

.heading-02 {
	font-size: 1.8rem;
	padding-left: 1.5rem;
	border-left: solid 2px #BEA10D;
	margin-bottom: 2rem;
}

.list-01 {
	list-style: none;
}

.list-01 li {
	padding-left: 1em;
	position: relative;
	transition: all .8s;
	opacity: 0;
	transform: translateY( 5px );
}

.list-01.view li {
	opacity: 1;
	transform: translateY( 0 );
	transition-delay: .2s;
}

.list-01.view li:nth-child( 2 ) {
	transition-delay: .4s;
}

.list-01.view li:nth-child( 3 ) {
	transition-delay: .6s;
}

.list-01.view li:nth-child( 4 ) {
	transition-delay: .8s;
}

.list-01.view li:nth-child( 5 ) {
	transition-delay: 1s;
}

.list-01.view li:nth-child( 6 ) {
	transition-delay: 1.2s;
}

.list-01.view li:nth-child( 7 ) {
	transition-delay: 1.4s;
}

.list-01.view li:nth-child( 8 ) {
	transition-delay: 1.6s;
}

.list-01 li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: .85em;
	left: 0;
}

.list-01 li + li {
	margin-top: .8rem;
}

.list-02 {
	list-style: none;
}

.list-02 li {
	padding-left: 1em;
	position: relative;
	transition: all .8s;
	opacity: 0;
	transform: translateY( 5px );
}

.list-02.view li {
	opacity: 1;
	transform: translateY( 0 );
	transition-delay: .2s;
}

.list-02.view li:nth-child( 2 ) {
	transition-delay: .4s;
}

.list-02.view li:nth-child( 3 ) {
	transition-delay: .6s;
}

.list-02.view li:nth-child( 4 ) {
	transition-delay: .8s;
}

.list-02.view li:nth-child( 5 ) {
	transition-delay: 1s;
}

.list-02.view li:nth-child( 6 ) {
	transition-delay: 1.2s;
}

.list-02.view li:nth-child( 7 ) {
	transition-delay: 1.4s;
}

.list-02.view li:nth-child( 8 ) {
	transition-delay: 1.6s;
}

.list-02 li::before {
	content: '';
	width: .6em;
	height: .6em;
	border-radius: 50%;
	border: solid 1px #fff;
	position: absolute;
	top: .7em;
	left: 0;
}

.list-02 li + li {
	margin-top: .8rem;
}

#contents {
	font-size: 1.4rem;
	line-height: 2;
}

#contents ul,
#contents ol {
	margin: 0;
}

.wrap {
	max-width: 1000px;
	padding: 0 2rem;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

/* top */

.lang-select {
	width: 100vw;
	height: 100vh;
	display: grid;
	place-content: center;
	gap: 5vw;
}

.lang-select h1 img {
	max-height: 120px;
	width: auto;
	margin-left: 35px;
}

.lang-select .lang-btn-wrap {
	gap: 5vw;
}

.lang-select .lang-btn-wrap a {
	width: 140px;
	max-width: 100%;
	display: inline-block;
	font-family: 'Didot', 'GFS Didot', serif;
	font-size: 1.4rem;
	padding: .8rem;
	border-bottom: solid 1px #fff;
	transition: all .2s;
}

.lang-select .lang-btn-wrap a:hover {
	border-bottom-color: #BEA10D;
	color: #BEA10D;
}

/* about */

.about .slider {
	width: 100%;
	transition: all .8s;
	position: relative;
}

.about .slider.view {
	transition-delay: 1.6s;
}

.about .slider .slide-img {
	width: 100%;
	height: 55vw;
	background: #fff;
}

.about .slider .slide-01 {
	background: url( img/img-01.png ) center center / cover no-repeat;
}

.about .slider .slide-02 {
	background: url( img/img-02.png ) center center / cover no-repeat;
}

.about .slider .slide-03 {
	background: url( img/img-03.png ) center center / cover no-repeat;
}

.about .wrap {
	text-align: center;
}

.about .copy {
	padding: 0 0 6rem;
	list-style: none;
}

.about .copy p {
	opacity: 0;
	transform: translateY( 5px );
	transition: all .8s;
	margin-top: 3rem;
}

.about .copy.view p {
	opacity: 1;
	transform: translateY(0);
}

.about .copy p .en {
	font-size: 1.8rem;
}

.about .copy.view p:nth-child(1) {
	transition-delay: .4s;
}

.about .copy.view p:nth-child(2) {
	transition-delay: .6s;
}

.about .copy.view p:nth-child(3) {
	transition-delay: .8s;
}

.about .copy.view p:nth-child(4) {
	transition-delay: 1s;
}

.about .copy.view p:nth-child(5) {
	transition-delay: 1.2s;
}

.about .read-ttl {
	letter-spacing: 3.2px;
}

.about .read {
	margin: 0 0 8rem;
}

.about .read .txt {
	opacity: 0;
	transform: translateY( 5px );
	transition: all .8s;
	margin-top: 3rem;
}

.about .read.view .txt {
	opacity: 1;
	transform: translateY(0);
}

.about .read.view .txt:nth-child(1) {
	transition-delay: .4s;
}

.about .read.view .txt:nth-child(2) {
	transition-delay: .6s;
}

.about .read.view .txt:nth-child(3) {
	transition-delay: .8s;
}

.about .read.view .txt:nth-child(4) {
	transition-delay: 1s;
}

.about .read.view .txt:nth-child(5) {
	transition-delay: 1.2s;
}

.about .read.view .txt:nth-child(6) {
	transition-delay: 1.4s;
}

.about .read.view .txt:nth-child(7) {
	transition-delay: 1.6s;
}

/* item */

.item {
	padding: 2rem 0 8rem;
	background: #fff;
	color: #171C61;
}

.item .wrap {
	text-align: center;
}

.item .read {
	transition-delay: .2s;
}

.item .read + .heading-01 {
	transition-delay: .4s;
}

.item-list {
	justify-content: center;
	gap: 4rem 6rem;
}

.item-list dl {
	width: 320px;
	max-width: 50%;
	opacity: 0;
	transform: translateY( 5px );
	transition: all .8s;
}

.item-list.view dl {
	opacity: 1;
	transform: translateY( 0 );
	transition-delay: .6s;
}

.item-list.view dl:nth-child( 2 ) {
	transition-delay: .8s;
}

.item-list.view dl:nth-child( 3 ) {
	transition-delay: 1s;
}

.item-list.view dl:nth-child( 4 ) {
	transition-delay: 1.2s;
}

.item-list dt {
	font-size: 1.8rem;
	padding-bottom: 5px;
	border-bottom: solid 1px #BEA10D;
	margin-bottom: 2rem;
}

.en .item-list dd {
	text-align: left;
	letter-spacing: .4px;
}

.item .mov-wrap {
	width: 720px;
	max-width: 100%;
	margin: 4em auto 0;
}

/* collection */

.collection {
	padding-top: 55vw;
	padding-bottom: 8rem;
	position: relative;
}

.collection .img-01 {
	content: '';
	height: 55vw;
	background: url( img/candle-01.png ) center center / cover no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.collection .image > div {
	height: 40vw;
}

.collection .heading-01 {
	transition-delay: .4s;
}

.collection .image .img-02,
.collection .image .img-03 {
	opacity: 0;
	transform: translateY( 5px );
	transition: all .8s;
}

.collection .image.view .img-02,
.collection .image.view .img-03 {
	opacity: 1;
	transform: translateY( 0 );
}

.collection .image .img-02 {
	width: 65%;
	background: url( img/candle-02.png ) center center / cover no-repeat;
	transition-delay: .6s;
}

.collection .image .img-03 {
	width: 35%;
	background: url( img/candle-03.png ) center center / cover no-repeat;
	transition-delay: .8s;
}

.collection .read {
	transition-delay: .6s;
}

.collection .cont-list {
	border-top: solid 1px #fff;
	padding-top: 6rem;
	margin-top: 6rem;
	text-align: left;
	justify-content: space-between;
}

.collection .cont-list dt {
	margin-top: .5rem;
	padding-left: 1.6rem;
	position: relative;
}

.collection .cont-list dt::before {
	content: '';
	width: .8em;
	height: .8em;
	background: #fff;
	position: absolute;
	top: .6em;
	left: 0;
}

.collection .cont-list dl + h5 {
	margin-top: 3rem;
}

.collection .cont-list > * {
	width: 48%;
}

/* instagram */

.instagram {
	border-top: solid 1px #fff;
	margin-bottom: 80px;
}

#sb_instagram .sbi_photo img {
	line-height: .5;
}

/* contact */

.contact {
	border-top: solid 1px #fff;
	padding: 0 15px;
	font-size: 1.3rem;
}

.contact .contact-wrap {
	max-width: 1000px;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin: 80px auto 40px;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.contact .contact-wrap > div {
	width: 31%;
	padding: 0 30px;
	box-sizing: border-box;
}

.contact .contact-wrap > div:nth-child(2) {
	width: 38%;
}

.contact .contact-wrap > div:first-child p {
	margin: 0 0 5px;
}

.contact .contact-wrap > div:nth-child(2) {
	border-left: dashed 1px #fff;
}

.contact .contact-wrap > div:nth-child(3) a {
	display: block;
	padding: 20px 20px 20px 5px;
	text-align: center;
	border: solid 1px #fff;
	height: 100%;
	transition: all .2s;
}

.contact .contact-wrap > div:nth-child(3) a::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url( img/icon-blog.png ) center center / contain no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.contact .contact-wrap > div:nth-child(3) a:hover {
	opacity: .5;
}

.contact ul {
	margin: 0 !important;
	list-style: none;
	line-height: 2;
}

.contact a {
}

.contact .address {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
}

.contact .address figure {
	margin: 0 30px 0 0;
}

.contact .address figure img {
	max-height: 90px;
	width: auto;
}

footer {
	background: #fff;
	color: #171C61;
	font-family: 'Didot', 'GFS Didot', serif;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 4px;
	padding: 3px;
}

footer p {
	margin: 0;
}

#page-top {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 99;
}

#page-top a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #BEA10D;
	text-align: center;
	transition: all .4s;
}

#page-top a:hover {
	background: #fff;
}

#page-top a img {
	width: 16px;
	height: auto;
	margin-top: 14px;
}


/*
---------------------------------------

faq

---------------------------------------
*/

.faq {
	border-top: solid 1px #fff;
	padding: 4rem 0;
}

.faq-list {
	margin-bottom: 4rem;
}

.faq-list dt {
	font-size: 1.6rem;
	position: relative;
	padding-left: 2rem;
	transition: all .8s;
	opacity: 0;
	transform: translateY( 5px );
}

.faq-list dt .num {
	position: absolute;
	top: 0;
	left: 0;
}

.faq-list dd {
	padding-left: 2rem;
	margin-bottom: 3.2rem;
	transition: all .8s;
	opacity: 0;
	transform: translateY( 5px );
}

.faq-list.view dt,
.faq-list.view dd {
	opacity: 1;
	transform: translateY( 0 );
}

.faq-list.view dt:first-of-type,
.faq-list.view dd:first-of-type {
	transition-delay: .2s;
}

.faq-list.view dt:nth-of-type( 2 ),
.faq-list.view dd:nth-of-type( 2 ) {
	transition-delay: .4s;
}

.faq-list.view dt:nth-of-type( 2 ),
.faq-list.view dd:nth-of-type( 2 ) {
	transition-delay: .6s;
}

.faq-list.view dt:nth-of-type( 3 ),
.faq-list.view dd:nth-of-type( 3 ) {
	transition-delay: .8s;
}

.faq-list.view dt:nth-of-type( 4 ),
.faq-list.view dd:nth-of-type( 4 ) {
	transition-delay: 1s;
}

.faq-list.view dt:nth-of-type( 5 ),
.faq-list.view dd:nth-of-type( 5 ) {
	transition-delay: 1.2s;
}

.faq-list.view dt:nth-of-type( 6 ),
.faq-list.view dd:nth-of-type( 6 ) {
	transition-delay: 1.4s;
}

.faq-list.view dt:nth-of-type( 7 ),
.faq-list.view dd:nth-of-type( 7 ) {
	transition-delay: 1.6s;
}

.faq-list.view dt:nth-of-type( 8 ),
.faq-list.view dd:nth-of-type( 8 ) {
	transition-delay: 1.8s;
}

/*
@media screen and ( min-width: 1250px ) {

	.about,
	.collection {
		padding-top: 700px;
	}

	.about::before,
	.collection::before {
		height: 700px;
	}

	.collection h4 {
		padding-top: 630px;
	}

	.collection h4::before {
		height: 600px;
	}

}
*/

@media screen and ( max-width: 1000px ) {

	#g-nav li {
		padding: 0 15px;
	}

	.head-btn a {
		font-size: 1.2rem;
		padding: .4rem 1.5rem;
	}

	.item-list {
		gap: 4rem;
	}

	.contact .contact-wrap {
		flex-wrap: wrap;
		gap: 3rem;
	}

	.contact .contact-wrap > div:nth-child(1) {
		width: 45%;
	}

	.contact .contact-wrap > div:nth-child(2) {
		width: 50%;
	}

	.contact .contact-wrap > div:nth-child(3) {
		width: 100%;
	}

}

@media screen and ( max-width: 750px ) {

	html[lang=ja] {
		margin-top: 0 !important;
	}

	html #wpadminbar {
		display: none;
	}

	body {
		font-size: 1.3rem;
	}

	.pc {
		display: none;
	}

	.sp {
		display: inline;
	}

	header {
		position: relative;
	}

	header h1 img {
		height: 90px;
	}

	#sp-btn {
		display: inline-block;
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		text-align: center;
		background: #BEA10D url( img/sp-btn.svg ) center 5px / 24px no-repeat;
		color: #171C61;
		font-family: 'Didot', 'GFS Didot', serif;
		font-size: 1rem;
		margin: 0;
		padding: 28px 5px 5px;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 99999;
	}

	#g-nav {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 0;
		z-index: 999;
	}

	#g-nav.active {
		bottom: 0;
		overflow: auto;
		height: auto;
	}

	#g-nav ul {
		flex-direction: column;
		background: rgba( 23, 28, 97, .9 );
		margin: 0;
		padding-top: 75px;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		transition: all .4s;
	}

	#g-nav.active ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}

	#g-nav li,
	#g-nav li:first-child {
		border: none;
		border-top: solid 1px rgba( 255, 255, 255, .2 );
		padding: 0;
	}

	#g-nav a,
	#g-nav span {
		display: block;
		font-size: 1.6rem;
		letter-spacing: 4px;
		padding: 20px;
		transition: all .4s;
	}

	#g-nav ul a:hover {
		background: rgba( 255, 255, 255, .1 );
	}

	#g-nav ul a::after {
		display: none;
	}

	.head-btn.sp a {
		margin: 15px 20px;
		padding: 10px !important;
	}

	.ttl-01 .ttl {
		font-size: 1.8rem;
		margin-bottom: 3rem;
	}

	.heading-01 {
		font-size: 1.8rem;
		margin: 3rem 0 1.5rem;
	}

	.heading-02 {
		font-size: 1.6rem;
	}

	.lang-select {
		gap: 3em;
	}

	.lang-select .lang-btn-wrap {
		gap: 3em;
	}

	.lang-select .lang-btn-wrap a {
		width: 110px;
	}

	.about .copy {
		padding: 1rem 0 4rem;
	}

	.about .copy p {
		margin-top: 2rem;
	}

	.about .read-ttl {
		font-size: 1.6rem;
		letter-spacing: 2.4px;
	}

	.about .read {
		margin:0 0 6rem;
	}

	.about .read .txt {
		margin-top: 2rem;
	}

	.item {
		padding: 1rem 0 6rem;
	}

	.item-list {
		flex-direction: column;
		gap: 3rem;
	}

	.item-list dl {
		width: 100%;
		max-width: 100%;
	}

	.item-list dt {
		font-size: 1.6rem;
	}

	.collection {
		padding-bottom: 6rem;
	}

	.collection .cont-list {
		flex-direction: column;
		gap: 3rem;
		margin-top: 4rem;
		padding-top: 4rem;
	}

	.collection .cont-list > * {
		width: 100%;
	}

	.collection .cont-list dt {
		margin-top: 2rem;
	}

	#sb_instagram {
		text-align: left !important;
	}

	#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
		width: 50% !important;
	}

	.contact .contact-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin: 0 0 6rem;
	}

	.contact .contact-wrap > div {
		width: initial;
		padding: 30px 15px;
	}

	.contact .contact-wrap > div:nth-child(1) {
		width: initial;
		padding-top: 0;
		text-align: center;
	}

	.contact .contact-wrap > div:nth-child(2) {
		width: initial;
		border: none;
		border-top: dashed 1px #fff;
	}

	.contact .contact-wrap > div:nth-child(3) {
		width: 100%;
		padding: 0;
	}

	.contact .address figure {
		margin: 0 15px 0 0;
	}

	#page-top {
		right: 10px;
		bottom: 35px;
	}

	.faq-list dt {
		font-size: 1.5rem;
	}

	.faq-list dd {
		margin-bottom: 2rem;
	}

}
