@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* resetここまで */

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセット ここまで */


body {
	position: relative;
	margin: auto;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 1.6;
	color: black;
	font-size: 14px;

	padding-top: 58px !important;
}

.fadein,
.fadein_first {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 0s;
}

.fadein.is_active,
.fadein_first.is_active {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}

@-webkit-keyframes anime_fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes anime_fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pc{
	display: none;
}

.en {
	font-family: 'Montserrat', sans-serif;
}

.ilb {
	display: inline-block !important;
}

.block{
	display: block !important;
}

.bold{
	font-weight: bold;
}

a,
a:hover,
a:visited {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

main {
	display: block;
}


main section {
	padding: 3em 0;
}

.base {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.object-fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.text_link {
	text-decoration: underline;
	/*color: #AF0F0F;*/
	color: #0000FF;
}

.icon_arrow_text{
	position: relative;
	padding-left: 1.5em;
}
.icon_arrow_text:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1em;
	height: 1em;
	background-image: url(../images/icon_link_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sec_ttl{
	background-image: url(../images/bg_check.png);
	background-repeat: repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3em 0;
	min-height: 370px;
}
.sec_ttl .ttl_cnt{

}

.sec_ttl .ttl_cnt p{
}

.sec_ttl .ttl_cnt .logo{
	width: 2em;
	margin: 0 auto 1em;
}
.sec_ttl .ttl_cnt .text{
	width: 1.5em;
	margin: auto;
}

.page_ttl{
	margin: 2em auto;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
	color: black;
	font-weight: bold;
	font-size: 23px;
}

.bg_gray{
	background-color: #F3F3F3;
}

.cnt_ttl{
	margin-bottom: .5em;
	color: #BA272D;
	font-weight: bold;
	font-size: 20px;
}

.cnt_sub{
	margin-bottom: 1em;
	line-height: 2;
	color: #333;
	font-size: 16px;
}

.cnt_text{
	margin-bottom: 1em;
	line-height: 1.9;
	color: #333;
}

.box_gray {
	position: relative;
	padding: 2em 1.5em;
	border-radius: 20px;
	background-color: #F3F3F3;
}

.box_ttl{
	margin-bottom: 1em;
	line-height: 1.8;
	font-weight: bold;
	font-size: 20px;
}

.box_ttl .ttl_img{
	display: block;
	width: 60px;
	margin: 0 auto 5px;
}

.box_line{
	display: inline-block;
	padding: 3px 1em;
	border: 1px solid #919191;
	background-color: #C8E1FF;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.box_line.bg_pink{
	background-color: #FFE2F2;
}
.box_line.bg_gray{
	background-color: #F3F3F3;
}

.box_square{
	padding: 1em;
	background-color: white;
	line-height: 1.8;
}
.box_square.border_red{
	border: 1px solid #BA272D;
}

.square_ttl{
	position: relative;
	padding-left: 3em;
}
.square_ttl:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2.2em;
	height: 2.2em;
	background-image: url(../images/img_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.square_ttl,
.box_square .big{
	font-weight: bold;
	font-size: 16px;
}

.square_cnt{
}

.square_img{
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

.square_text{
}

.img_ttl{
	margin: 3em auto;
	text-align: center;
}

.bg_dotted{
	position: relative;
	height: 4px;
	margin: 1.5em auto;
	background-image: url(../images/bg_dotted_roop.png);
	background-repeat: repeat-x;
}

.bg_dotted .logo{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 5.5em;
	height: 3em;
	background-image: url(../images/img_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: white;
	border-left: 1.5em solid white;
	border-right: 1.5em solid white;
}

.box_square .bg_dotted{
	margin: 1em auto;
}

.brown_ttl{
	margin-bottom: 1.5em;
	padding: 5px;
	background-color: #CD5257;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
}

.list_circle > li{
	position: relative;
	padding-left: 1em;
	margin-bottom: .5em;
}
.list_circle > li:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 1em;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #333;
}

.list_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_img .img{
	width: 48%;
	margin-bottom: 2em;
}

.list_img .caption{
	margin-top: .5em;
	color: #333;
}

.img{
	text-align: center;
}

.mt0{
	margin-top: 0 !important;
}

.mb0{
	margin-bottom: 0 !important;
}

.mb05{
	margin-bottom: .5em !important;
}

.mb1{
	margin-bottom: 1em;
}

.mb2{
	margin-bottom: 2em;
}

.mb3{
	margin-bottom: 3em;
}

.mb4{
	margin-bottom: 4em;
}

.mb_cnt{
	margin-bottom: 3em;
}

.red{
	color: #BA272D;
}


/*------------------------------
	header
------------------------------*/
.header {
	position: fixed;
	z-index: 1500;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1% 4%;
	margin: auto;
	background-color: white;
}

.header_logo {
	width: 10%;
}

.header_ttl {
	width: 48%;
	margin-bottom: 1%;
}

.header_ttl a{
	display: block;
}

.header_ttl .ttl_sub {
	width: 80%;
	margin: 0 auto 5px;
}

.list_lang {
	display: flex;
	background-color: rgba(175, 15, 15, 0.8);
}

.list_lang li {
	width: 33.3%;
}

.list_lang li.is_active {
	background-color: #F3F3F3;
}

.list_lang a {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: white;
	font-weight: 500;
}

.list_lang li.is_active a {
	color: #B2B2B2;
}

/* ハンバーガーメニュー */

.menu-trigger {
	position: relative;
	width: 36px;
	height: 28px;
	cursor: pointer;
}

.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: black;
}

.menu-trigger.is_active span {}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/* ハンバーガーメニュー 動き */

.menu-trigger.is_active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.is_active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.is_active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

/* ヘッダーメニュー */
.header_menu {
	display: none;
	background-color: white;

	overflow-y: auto;
}

.header_menu_top {
	position: relative;
	padding: 1em 2em;
	background: linear-gradient(160deg, #F0CED0,#E2DDE5 25%,#D4EBF9 50%, #C3E9F4);
}
.header_menu_top:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
}

.header_menu_top li {}

.header_menu_top a {
	position: relative;
	display: block;
	padding: 1em 4.5em;
	color: black;
	font-weight: 500;
}

.header_menu_top a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 1em;
	margin: auto;
	width: 2.5em;
	height: 2.5em;
	background-image: url(../images/icon_nav_home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.header_menu_top .icon_about a:before {
	background-image: url(../images/icon_nav_about.png);
}

.header_menu_top .icon_greeting a:before {
	background-image: url(../images/icon_nav_greeting.png);
}

.header_menu_top .icon_festival a:before {
	background-image: url(../images/icon_nav_festival.png);
}

.header_menu_top .icon_exorcism a:before {
	background-image: url(../images/icon_nav_exorcism.png);
}

.header_menu_top .icon_goshuin a:before {
	background-image: url(../images/icon_nav_goshuin.png);
}

.header_menu_top .icon_access a:before {
	background-image: url(../images/icon_nav_access.png);
}

.header_menu_top .icon_contact a:before {
	background-image: url(../images/icon_nav_contact.png);
}

.header_menu_top .icon_faq a:before {
	background-image: url(../images/icon_nav_faq.png);
}

.header_menu_top li:not(:last-of-type) a {
	border-bottom: 1px solid #989898;
}

.header .list_lang_pc {
	display: none;
}

.header_menu_btm {
	background-color: white;
}

.header_menu_btm {
	padding: 2em 2em;
}

.list_menu_news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	font-size: 90%;
}

.header .list_menu_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .list_menu_bnr .cnt {
	width: 47%;
	margin-bottom: 1em;
	line-height: 1;
}

.header .list_menu_bnr .cnt .text {
	display: block;
	color: black;
	font-size: 80%;
}

/*------------------------------
	footer
------------------------------*/
.footer {
	padding-top: 2em;
	line-height: 2;
}

.footer .ttl {
	font-weight: bold;
	font-size: 120%;
}

.footer .footer_cnt a{
	color: #0000FF;
	text-decoration: underline;
}

.footer .footer_cnt a.text_link{
	color: black;
}

.footer .list_menu_bnr {
	display: none;
}

.copyright {
	padding: 2em 0;
	color: #333;
	font-size: 11px;
}

/*------------------------------
TOPへ戻る
------------------------------*/
#page_top a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 1em auto;
}

/*------------------------------
	下部固定メニュー（SPのみ）
------------------------------*/
.fixed_menu {
	position: fixed;
	z-index: 2000;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	padding: .5em 1.5em;
	background-color: #F7F7F7;
}

.fixed_menu li {
	width: 20%;
}

.fixed_menu a {
	position: relative;
	display: block;
	padding-top: 3.5em;
	text-align: center;
	color: black;
	font-weight: 500;
	font-size: 90%;
}

.fixed_menu a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: .3em;
	left: 0;
	right: 0;
	margin: auto;
	width: 3em;
	height: 3em;
	background-image: url(../images/icon_nav_home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.fixed_menu .icon_news a:before {
	background-image: url(../images/icon_nav_festival.png);
}

.fixed_menu .icon_access a:before {
	background-image: url(../images/icon_nav_access.png);
}

.fixed_menu .icon_contact a:before {
	background-image: url(../images/icon_nav_contact.png);
}

/*------------------------------
	Loading
------------------------------*/
.loading {
	position: fixed;
	z-index: 2500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(160deg, #F0CED0,#E2DDE5 25%,#D4EBF9 50%, #C3E9F4);

	/*display: none;*/
}

.loading .inner {
	display: flex;
	justify-content: center;
}

.load_logo {
	position: absolute;
	z-index: 1;
	top: calc(50% - 30px);
	left: 0;
	right: 0;
	width: 50px;
	margin: 0 auto;
	text-align: center;
}

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 8px;
	height: 8px;
	background-color: #C0272D;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {
	body {}

	main {}

	main section {
		padding: 4em 0;
	}

	.base {
		width: 98%;
		max-width: 1200px;
	}

	.pc{
		display: block;
	}

	.sp{
		display: none;
	}

	.object-fit {}

	.text_link {}

	.sec_ttl{
		display: flex;
		align-items: center;
		min-height: none;
		height: 560px;
		padding: 0;
		margin-top: 94px;
	}
	.sec_ttl .ttl_cnt{
	}

	.sec_ttl .ttl_cnt p{
	}

	.sec_ttl .ttl_cnt .logo{
		width: 3em;
		margin: 0 auto 1.5em;
	}
	.sec_ttl .ttl_cnt .text{
		width: 2em;
	}

	.page_ttl{
		margin: 2.5em auto;
		font-size: 28px;
	}

	.bg_gray{
	}

	.cnt_ttl{
		font-size: 22px;
	}

	.cnt_sub{
		margin-bottom: 2em;
		font-size: 16px;
	}

	.cnt_text{
		margin-bottom: 2em;
	}

	.box_gray {
		padding: 2em 2.5em 3em;
	}

	.box_ttl{
		display: flex;
		align-items: center;
		margin-bottom: 1em;
		font-size: 22px;
	}

	.box_ttl .ttl_img{
		width: 120px;
		margin: 0 1.5em 0 0;
	}

	.box_square{
		position: relative;
		min-height: calc(274px + 2em);
		padding: 1em 1em 1em 320px;
		font-size: 16px;
	}

	.square_ttl{
		margin-top: 0.5em;
		padding-left: 3em;
	}
	.square_ttl:before{
	}

	.square_ttl,
	.box_square .big{
		font-size: 18px;
	}

	.square_cnt{
		display: block;
	}

	.square_img{
		position: absolute;
		z-index: 1;
		top: 1em;
		left: 1em;
		width: 274px;
		height: 274px;
		margin-right: 0;
	}

	.bg_dotted{
		margin: 4em auto;
	}

	.brown_ttl{
		margin-bottom: 1.5em;
		font-size: 22px;
	}

	.flex_pc{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.flex_pc .half_pc{
		width: 48%;
		max-width: 550px;
	}

	.flex_r_re{
		flex-direction: row-reverse;
	}

	.flex_a_center{
		align-items: center;
	}

	.flex_a_btm{
		align-items: flex-end;
	}

	.flex_j_sb{
		flex-direction: column;
		justify-content: space-between;
	}

	.list_img{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.list_img .img{
		width: 24.5%;
		max-width: 290px;
	}

	.list_img .caption{
		font-size: 16px;
	}


	.mb1_pc{
		margin-bottom: 1em;
	}

	.mb0_pc{
		margin-bottom: 0!important;
	}

	.mb_cnt{
		margin-bottom: 5em;
	}


	/*------------------------------
		header
	------------------------------*/
	.header {
		height: auto;
	}

	.header_inner {
		padding: 10px 2% 6px;
		border-bottom: 2px solid #C1272D;
	}

	.header_logo {
		width: 57px;
	}

	.header_ttl {
		width: auto;
		margin: 0;
	}

	.header_ttl a{
		display: flex;
	}

	.header_ttl .ttl_sub {
		display: flex;
		align-items: center;
		width: 175px;
		margin-bottom: 0;
		margin-right: 2em;
	}

	.header_ttl .ttl_sub img{
		width: 175px;
		height: auto;
	}

	.header_ttl .ttl_amaribi {
		width: 304px;
	}

	.header_ttl .ttl_amaribi img{
		width: 304px;
		height: auto;
	}

	.list_lang {
		display: none;
	}

	/* ハンバーガーメニュー */

	.menu-trigger {
		display: none;
	}

	/* ヘッダーメニュー */
	.header_menu {
		display: block;
		padding-bottom: 0;
		overflow: visible;
		background-color: unset;
	}

	.header_menu_top {
		padding: .8em 0;
		background:
		linear-gradient(to left,
		rgba(240, 206, 208, 0.8),
		rgba(212, 235, 249, 0.8) 50%,
		rgba(195, 233, 244, 0.8));
	}

	.header_menu_top ul {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.header_menu_top li {
		width: 10%;
		max-width: 112px;
	}

	.header_menu_top a {
		padding: 4em 0 0;
		text-align: center;
		font-size: 13px;
		transition: all 0.3s ease;
	}
	.header_menu_top a:hover{
		transform: scale(1.1);
		color: #AF0F0F;
	}

	.header_menu_top a:before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: inherit;
		left: 0;
		right: 0;
		width: 4em;
		height: 4em;
	}

	.header_menu_top li:not(:last-of-type) a {
		border-bottom: none;
	}

	.header .list_lang_pc {
		display: block;
		padding: 5px 3em;
		background-color: #AF0F0F;
		color: white;
		font-weight: bold;
		font-size: 13px;
		cursor: pointer;
	}

	.header_menu_btm {
		display: none;
	}

	/*------------------------------
		footer
	------------------------------*/
	.footer {
		position: relative;
		padding-top: 30px;
		padding-bottom: 70px;
		margin-top: 0;
		background-color: white;
	}

	.footer:before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: linear-gradient(to left,#F0CED0,#D4EBF9 50%,#C3E9F4);
	}

	.footer:after {
		content: "";
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: linear-gradient(to left,#F0CED0,#D4EBF9 50%,#C3E9F4);
	}

	.footer .base {
		position: relative;
		/* display: flex; */
		align-items: center;
		justify-content: space-between;
	}
	.footer .base:before{
		content: "";
		position: absolute;
		z-index: 1;
		top: -80px;
		right: 0px;
		width: 104px;
		height: 68px;
		background-image: url(../images/icon_footer.png);
		background-repeat: no-repeat;
	}

	.footer .ttl {
		font-size: 18px;
	}

	.footer .list_menu_bnr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 50%;
		max-width: 628px;
	}

	.footer .list_menu_bnr .cnt {
		width: 284px;
		margin-bottom: 1.5em;
		line-height: 1;
	}

	.footer .list_menu_bnr .cnt a {
		color: black;
		font-size: 13px;
	}
	.footer .list_menu_bnr .cnt a img{
		transition: all 0.1s ease;
	}
	.footer .list_menu_bnr .cnt a:hover img{
		opacity: .65;
	}

	.copyright {
		position: absolute;
		z-index: 10;
		bottom: -53px;
		left: 0;
		padding: 0;
		white-space: nowrap;
		font-size: 11px;
	}

	/*------------------------------
	TOPへ戻る
	------------------------------*/
	#page_top a {
		position: fixed;
		z-index: 1500;
		bottom: -80px;
		right: 30px;
		width: 60px;
		height: 60px;
		margin: 0;
		transition: all .3s ease;
	}
	#page_top a:hover{
		transform: scale(1.1);
	}

	#page_top.is_active a{
		bottom: 30px;
	}

	/*------------------------------
		下部固定メニュー（SPのみ）
	------------------------------*/
	.fixed_menu {
		display: none;
	}

	/*------------------------------
		Loading
	------------------------------*/
	.loading {}
}
