@charset "UTF-8";

/* ========================================
  Fonts
=========================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');


/* ===========================================
  Foundation
=========================================== */

*,
::before,
::after {
	background-repeat: no-repeat;
  box-sizing: border-box;
	padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
	min-width:375px;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

body {
	background-color: #fff;
	color: #3d3d3d;
	letter-spacing: 0.1em;
 	line-height: 1.5;
	min-width:1100px;
margin-top:-15px;
}

a {
	color: #585858;
	font-weight: 500;
	text-decoration: none;
}
a:hover{
	opacity:0.9;
}
a[href^="tel:"] {
    pointer-events: none;
}

p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 0 18px 18px;
	line-height: 3rem;
	text-indent: 18px;
}
.serif{
	font-family: 'Noto Serif JP', serif !important;
}

img,
picture {
	border-style:none;
  max-width: 100%;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
	background-color: inherit;
	border: 0;
  font: inherit;
}

select{
		border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
	cursor:pointer;
}

iframe {
	width: 100%;
}
article {
	background: #fff;
	padding-top: 2px;
	padding-bottom: 30px;
	min-height: 400px;
}
.article_wrap {
	background-image:url(/wp-content/themes/st_theme/assets/images/bk01.svg);
	background-repeat:repeat-y;
	background-size:contain;
	font-family: "Noto Serif Japanese", sans-serif;
	letter-spacing: 0.2em;
	padding: 0;
	max-width: 1200px;
  margin: 0 auto;
}
article a:hover{
	color:#ab7553;
	text-decoration:underline;
}

main{
	margin: 0 auto;
	max-width:1800px;
	min-width:1280px;
}


.pc_only{
	display:block !important;
}
.pc_only_flex{
	display:flex !important;
}
.sp_only{
	display:none !important;
}


/* ===========================================
  Pankuzu
=========================================== */


.breadcrumbs_wrap {
	background-color: #fff;
}
.breadcrumbs {
	font-size: 1.3rem;
	margin: 0 auto;
	max-width: 1250px;
  padding: 20px 20px 20px 5px;
	width: 92%;
}
.breadcrumbs a:hover{
	color:#ab7553;
	text-decoration:underline;
}


/* ===========================================
  Font Family
=========================================== */

.c-fm-01 { font-family: 'Noto Serif JP', serif;}


/* ===========================================
  Font Size
=========================================== */
.c-fs_all_8 {	font-size: 0.8rem !important; }
.c-fs_all_10 {	font-size: 1.0rem !important; }
.c-fs_all_12 {	font-size: 1.2rem !important; }
.c-fs_all_14 {	font-size: 1.4rem !important; }
.c-fs_all_16 {	font-size: 1.6rem !important; }
.c-fs_all_18 {	font-size: 1.8rem !important; }
.c-fs_all_20 {	font-size: 2.0rem !important; }
.c-fs_all_24 {	font-size: 2.4rem !important; }
.c-fs_all_28 {	font-size: 2.8rem !important; }
.c-fs_all_32 {	font-size: 3.2rem !important; }


/* ===========================================
  Font Weight
=========================================== */
.bold{ font-weight:600;}


/* ===========================================
  Color
=========================================== */
.c-color_01 {	color: #553333 !important; }
.c-color_02 {	color: #af7b5b !important; }
.c-color_03 {	color: #686869 !important; }
.c-color_04 {	color: #e1431f !important; }
.c-color_05 {	color: #2c4865 !important; }
.c-color_06 {	color: #FFFFFF !important; }

.mark{
	background: linear-gradient(transparent 62%, #ece6d9 62%);
	display:inline;
	font-weight:550;
	margin:0 auto;
}
.lead > .mark{
	font-size: 2rem;
}

/* ===========================================
  Background Color
=========================================== */
.c-bgcolor_01 {	background-color: #8a6b53 !important; }
.c-bgcolor_02 {	background-color: #a89280 !important; }
.c-bgcolor_03 {	background-color: #EFE6DF !important; }
.c-bgcolor_04 {	background-color: #ffb2b2 !important; }
/* .c-bgcolor_04 {	background-color: #FBF7F4 !important; }*/



/* ===========================================
  Frame
=========================================== */
.c-frame_01 {
	background-color: #fff;
	border: 2px dashed #ABA332;
	border-radius: 80px;
	font-size: 2rem;
	font-weight: 500;
	padding: 20px;
	text-align: center;
	margin: 20px auto;
	max-width:600px;
}


/* ===========================================
  Position
=========================================== */
.c-center {
	display:block;
	text-align:center !important;
	text-indent:inherit;
}
.c-left{
	text-align:left !important;
}
.c-right{
	text-align:right !important;
}
.c-rl{
	line-height: 5.5rem;
	writing-mode: vertical-rl;
}


.table{
	display:table !important;
}
.cell{
	display:table-cell !important;
}


/* margin */
.u-top20{
	margin-top:20px !important;
}
.u-top30{
	margin-top:30px !important;
}
.u-top40{
	margin-top:40px !important;
}
.u-top50{
	margin-top:50px !important;
}
.u-top60{
	margin-top:60px !important;
}
.u-top70{
	margin-top:70px !important;
}
.u-top80{
	margin-top:80px !important;
}


/* width */
.u-w15{
	width: 15% !important;
}
.u-w30{
	width: 30%;
}
.u-w40{
	width: 40%;
}
.u-w50{
	width: 50%;
}
.u-w60{
	width: 60%;
}
.u-w70{
	width: 70%;
}

.u-w500px{
	max-width: 500px;
	padding: 10px 20px;
	margin: 0 auto;
}
.u-w600px{
	max-width: 600px;
	padding: 20px 40px;
	margin: 0 auto;
}
.u-w700px{
	max-width: 700px;
	padding: 10px 20px;
	margin: 0 auto;
}
.u-w800px{
	max-width: 800px !important;
	padding: 10px 20px !important;
	margin: 0 auto !important;
}
.u-w900px{
	max-width: 900px;
	padding: 10px 20px;
	margin: 0 auto;
}



/* ===========================================
  Animation
=========================================== */
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
    transform: translate(0,30px);
}
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* ===========================================
  Header Area
=========================================== */

.l-header {
	background: #fff;
	padding: 0;
	margin: 0 auto;
	max-width: 1800px;
	min-height: 86px;
	min-width: 1280px;
	width: 100%;
	z-index: 99999;
}
.p-header {
	background-position: top 0px right 176px;
	display: flex;
	height: 114px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
}
.p-header.close{
	display: none;
}
.p-header-left {
	padding: 30px 0 0 10px;
}
.p-header-left__box {
	display:flex;
}
.p-header-left__box-logo {
	display: inline-block;
	max-width: 200px;
	padding: 0 10px;
	z-index:999;
	background:#fff;
}
.p-header-right {
	display: flex;
}
.p-header-right > a > img{
	  max-width: 27px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.p-header-right > a:first-child {
	background-color: #f49d9d;
	border-radius: 0px 0px 20px 20px;
	color:white;
	display:block;
	height: 100px;
	line-height: 1.8rem;
	padding:20px;
}
.p-header-right > a:first-child:hover{
	background-color: #ecb0b0;
}



/* ===========================================
  Contents Area
=========================================== */

.l-content {
	margin: 0 auto;
	min-height: 600px;
	padding:0 20px;
}

.l-content img{
	border-radius:20px;
	margin: 8px 0;
}



/* ===========================================
  Toppage Contents
=========================================== */

/* --------------------
  Slider
-------------------- */
.swiper-slide {
	min-height: 700px;
}
.swiper-container-fade .swiper-slide{
	background-position:center !important;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	border-radius: 80px !important;
	margin: 5px 20px 0 20px !important;
}

/* --------------------
  Hero Area
-------------------- */
.hero-wrap{
	background-color: white;
	display:flex;
	position:relative;
}
.hero-left{
	padding:15px;
	position:relative;
	text-align:right;
	width:4%;
}
.hero-left > img {
	bottom:24px;
	position:absolute;
	max-width: 12px;
	right:22px;
}
.p-hero {
	display: block;
	min-height: 700px;
	width:100%;
}
.p-hero__catch {
	top:28%;
	color: #fff;
	display:flex;
	font-weight: bold;
	justify-content: space-around;
	padding: 22px;
	position: absolute;
	left: 25%;
	letter-spacing: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width:470px;
	width: 100%;
	z-index: 2;
}
.p-hero__catch::after{
	content: "";
	clear: both;
}
.p-hero__catch-1 {
	display: block;
}
.p-hero__catch-2 {
	display: block;
}
.p-hero__catch-1 img{
	width:100%;
	margin:15px auto;
}


/* --------------------
  Info(News) Area
-------------------- */

.p-info{
	border: 2px dashed #d1d1d1;
	border-radius: 50px;
	display:flex;
	padding:20px 50px;
	margin: 20px auto;
	max-width:1200px;
}
.p-info > div{
	flex:1;
	padding:10px 60px;
}
.p-info__subtitle{
	color:#b9b9b9;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	text-align:center;
}
.p-info__title{
	color:#5A4D45;
	font-weight:500;
	font-size: 2.6rem;
	padding: 10px 0;
	text-align:center;
}


/* -- News -- */
dl.news{
	display:flex;
	font-size:1.4rem;
	margin-left: 30px;
	margin-top: 15px;
  border-bottom: 1px dotted #ccc;
}
dl.news:last-child{
	border:0;
}
dl.news > dt{
	color:gray;
	padding-right:20px;
  min-width: 130px;
}
dl.news > dd{
	padding-top:3px;
	max-width:640px;
	padding-bottom:18px;
}
dl.news a:hover{
	text-decoration: underline;
}
dl.newslast{
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
  margin-top: 15px;
}
dl.newslast > dt{
	color:gray;
	padding-right:20px;
}
dl.newslast > dd{
	margin-bottom:15px;
	border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.newslist{
	margin: 30px auto;
	display: block;
	font-size: 1.4rem;
	text-align: right;
	right: 0;
  position: absolute;
}
.newslist:before{
	content: "";
	background-image: url("/wp-content/themes/st_theme/assets/images/lnr-chevron-right");
	background-repeat: no-repeat;
	background-size: 10px;
	display: inline-block;
	width: 17px;
	height: 11px;
}
.newslist:hover{
	text-decoration: underline;
}


/* --------------------
  TabMenu
-------------------- */

.tab{
	background-color:#fff;
	border:1px solid #ef4a4a;
	border-radius:3px;
	color:#ef4a4a;
  display: inline-block;
	font-size:1.2rem;
	padding:3px 5px;
	margin-left:18px;
  width: 80px;

  text-align: center;
}
.tabs {
  background-color: #FFF;
  padding-bottom: 40px;
  margin: 40px auto 0 auto;
}
.tab_item {
  background-color: #a3c267;
  color: white;
	cursor: pointer;
  display: block;
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-align: center;
  transition: all 0.2s ease;
  width: calc(100%/6);
}
.tab_item:hover {
  opacity: 0.75;
}
input[id="all"] + label{
	border-radius: 10px 0px 0px 0px;
}
input[id="topics"] + label{
	border-radius: 0px 10px 0px 0px;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  background-color: #F6F6F6;
	border-radius: 0 10px 10px;
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
	min-height: 200px;
}
#all:checked ~ #all_content,
#news:checked ~ #news_content,
#topics:checked ~ #topics_content,
#service:checked ~ #service_content,
#shikaku:checked ~ #shikaku_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #F6F6F6;
  color: #565656;
}


/* --------------------
  News List Page
-------------------- */

.c-box__wrap_page{
	box-shadow: 0 0 10px #eaeaea;
	border-radius: 20px;
	margin:30px auto 0 auto;
	max-width:1200px;
}
.c-title__news{
	font-family: 'Noto Sans JP', serif;
	text-align: left;
	font-size: 2.2rem;
	border-left: 5px solid #ccc;
	margin: 20px 20px 30px 0;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 20px;
}
.c-title__sub-h2 {
  border-left: 5px solid #ffb9b9;
	border-bottom: 2px solid #e3e9e1;
	font-size: 2.2rem;
	font-weight: 550;
	padding: 15px 0 15px 30px;
	margin-bottom: 40px;
}
.c-title__sub-h3 {
  font-size: 2rem;
  font-weight: 550;
  background-color: #f1f1f1;
  padding: 10px 20px;
  border-radius: 5px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.c-news{
	margin-bottom:40px;
}
.c-news__item{
	border-bottom:1px dotted #c1c1c1;
	padding: 12px;
}
.c-news__title{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
}
.news_nenbetsu{
	font-size:1.6rem;
	margin-bottom:20px;
}
.news_nenbetsu > li{
	padding:2px 15px;
}



/* --------------------
  Section Box
-------------------- */

#home .c-box {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1400px;
}
#home .c-box .title {
	padding: 24px 0;
}
#home .c-box .title img {
	max-width: 300px;
}



/* ===========================================
  Subpage Contents
=========================================== */

/* --------------------
  Section Box
-------------------- */

.subpage .c-box{
	margin: 10px auto 40px auto;
	box-shadow: 0 0 5px #bebebe;
  border-radius: 80px;
  padding: 40px;
  background: #ffffff75;
}
.subpage .c-box__bg {
	background: linear-gradient(
  	to right,
  	#ffffff calc(100% / 3),
		#FBF7F4 calc(100% / 3)
	);
}
.subpage .c-box__wrap{
	padding: 12px;
}



/* ===========================================
  Common
=========================================== */

/* -- Box 1列 -- */
.c-box__col1 {
	padding: 0 0 20px 0;
}
.c-box__col1 img{
	border-radius: 5px;
	display:block;
	margin: 10px auto;
	max-width:500px;
}

/* -- Box 2列 -- */
.c-box__col2 {
	display:flex;
	gap: 10px;
	padding: 15px 0 30px 0;
}
.c-box__col2-item {
	flex:1;
	padding: 0 30px;
}
.c-box__col2-item img{
	display:block;
	margin:0 auto;
	border-radius: 5px;
}

/* -- Box 3列 -- */
.c-box__col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto;
	gap: 40px;
	max-width:940px;
}
.c-box__col3 > .c-box__col3-item {
	padding:0;
	width:30%;
}

/* -- Box 4列 -- */
.c-box__col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.c-box__col4 > .c-box__col4-item {
	padding:10px;
	width:25%;
}




/* --------------------
  Decoration
-------------------- */

.c-box__dash{
	border:2px dashed #6D4D4D;
	border-radius:20px;
	padding:20px;
}

.c-box__kanren{
	background-color: #f6f0f0;
 	border-radius: 50px;
	padding: 50px 0;
	margin: 60px auto;
	max-width: 1200px;
}

.hr{
  background: #ECE3DC;
  display: block;
  height: 2px;
  margin: 40px auto 25px auto;
  width: 80px;
}



/* ===========================================
  List
=========================================== */

/* -- 1:2列 -- */
.c-list__col1-2{
	display:flex;
	gap: 60px 30px;
	justify-content: center;
	margin-bottom:20px;
}
.c-list__col1-2-item:first-child{
	background-color:#F2F2F2;
	padding:70px 20px 60px 20px;
	text-align:center;
	width:30%;
}
.c-list__col1-2-item:first-child > .title{
	color:#82604C;
	font-family: 'Noto Serif JP', serif;
	font-size:2rem;
	margin-bottom: 20px;
}
.c-list__col1-2-item:first-child > .subtitle{
	color:#b39381;
	font-size: 1.3rem;
}
.c-list__col1-2-item:last-child{
	padding:20px;
	width:70%;
}

/* -- 2列 -- */
.c-list__col2{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.c-list__col2-item{
	padding:20px;
	position:relative;
	width:50%;
}

/* -- 3列 -- */
.c-list__col3{
	display:flex;
	flex-wrap:wrap;
	gap: 60px 30px;
	justify-content: center;
}
.c-list__col3-item{
	padding:20px;
	position:relative;
	width:30%;
}
.c-list__col3.promise{
	background-image:url("/wp-content/themes/st_theme/assets/images/5promise.svg");
	background-position: bottom 0px left 0px;
  background-size: 40px;
}
.c-list__col3.promise > .c-list__col3-item{
	margin-top:50px;
	margin-bottom:70px;
}
.c-list__col3.promise > .c-list__col3-item > img{
	height:250px;
	object-fit: cover;
	width:100%;
}

/* -- 4列 -- */
.c-list__col4{
	display:flex;
	flex-wrap:wrap;
	gap: 20px;
	justify-content: center;
}
.c-list__col4-item{
	color:#000;
	background-color: #fff;
	background-position: bottom 35px right 10px;
  background-size: 20px;
	background-repeat:no-repeat;
	border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 5px 0 #e9e9e9;
  font-size: 1.6rem;
	padding:25px;
	position:relative;
  text-align: center;
  margin-bottom: 50px;
	width:22%;
}
.c-list__col4-item:hover{
	background-color: #f7f7f7 !important;
	background-position: bottom 35px right 5px;
	text-decoration:none !important;
	transition:all .4s;
}


/* -- List(Line) -- */
.list01 > li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
  line-height: 3rem;
	text-indent: -22px;
  margin-left: 22px;
}
.list01 > li:before{
	content:"－　";
}

/* -- List(Circle) -- */
.list02 > li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	padding-left: 40px;
	padding: 0 20px 10px 30px;
	min-height: 40px;
	position: relative;
}
.list02 > li:before{
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/st_theme/assets/images/circle.svg");  background-size: contain;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
}

/* -- List(Num) -- */
.c-list__num{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 3rem;
	list-style-type: decimal;
  padding: 0;
	margin-bottom:40px;
	margin-left: 40px;
}

/* -- List(Kome) -- */
.kome{
	font-size: 1.3rem;
	text-indent: -14px;
	margin-left: 14px;
	margin-bottom:30px;
}
.kome > li{
	padding-bottom: 10px;
}
.kome > li:before{
	content:"※";
}



/* ===========================================
  Footer Area
=========================================== */

footer{
	max-width: 1800px;
	min-width: 1280px;
	margin:0 auto;
}
footer p{
	color: #FBFBFB;
  font-size: 1.2rem;
  padding: 0;
}
footer a{
	color: #FBFBFB;
}
.l-footer{
	background-color: #6A5A5A;
	display:flex;
	justify-content: center;
	padding: 30px 50px;
}
.p-footer__box1 {
	border-right: solid 1px rgb(196 196 196 / 15%);
	flex:1;
  padding: 40px 0;
  max-width: 500px;
}
.p-footer__box1 > p {
	text-indent: 0;
}
.p-footer__box2 {
	flex:1;
  padding: 20px 40px;
  max-width: 500px;
  text-align: center;
}
.p-footer__menu {
	background-color: #6A5A5A;
	color: #FBFBFB;
	font-size: 1.3rem;
	text-align: center;
}
.p-footer__org{
	color: #FBFBFB;
	font-size: 2rem;
	font-weight: 500;
}
.p-footer__addr{
	color: #FBFBFB;
  font-size: 1.5rem;
  line-height: 2.6rem;
	margin-top:10px;
}
.p-footer__park{
	background-color: #FBFBFB;
  color: #775E4A;
  display: inline-block;
  font-size: 1.2rem;
	padding: 4px 8px;
  margin: 10px 0;
}
.p-footer__tel{
	color: #fff;
	display: block;
	font-size: 1.9rem;
	font-weight: 600;
}

footer .p-nav__global-inner{
	display:block;
}
footer .p-nav__global-inner > li{
	width:50%;
}
footer .p-nav__global-inner > li > a {
	border-bottom: 0 !important;
	color: #fbfbfb;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 8px;
	margin-right: 0;
	text-align:left;
	transition: all 0.2s;
}
footer .p-nav__global-inner > li > a:hover {
  text-indent:5px;
}


/* --------------------
  PageTop
-------------------- */

#pagetop {
	background: #ffffffd6;
	border-radius: 50%;
	bottom: 70px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border: 2px dashed #a8a8a8;
	cursor: pointer;
	display: none;
	height: 70px;
	position: fixed;
  right: 20px;
  text-indent: -99999px;
  width: 70px;
	z-index: 8;
}
#pagetop:before {
	border-left: 2px solid #222;
	border-top: 2px solid #222;
  content: "";
  height: 12px;
	left: calc(50% - 6px);
  position: absolute;
	top: calc(50% - 3px);
	transform: rotate(45deg);
  width: 12px;
}
#pagetop.fixed {
	display: block;
}



/* --------------------
  CopyRights
-------------------- */

.copy{
	font-size:0.9rem;
	padding:16px 0 40px 0;
}



/* ===========================================
  Navigation
=========================================== */

/* -- global navigation -- */

.toggle {
	display: none;
}

.p-nav__global {
	background: #fff;
	padding: 10px 0;
	min-width:700px;
}
.p-nav__global.fixed {
	display: flex;
	height: 76px;
	justify-content: space-between;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 9;
}


.p-nav__global-logo {
	display: none;
}
.p-nav__global-logo.fixed {
	display: inline-block;
	padding: 10px 20px 27px 20px;
	margin-left: 20px;
}
.p-nav__global-logo.fixed > a {
	color: #143258;
  font-weight: 600;
	letter-spacing: 0;
}
.p-nav__global-logo.fixed > a > img {
	height: 100%;
	margin-bottom: 4px;
}


.p-nav__global-inner {
	display: flex;
	justify-content: space-around;
	padding: 13px 0;
	max-width:550px;
	margin:0 auto;
}
.p-nav__global.fixed > .p-nav__global-inner {
	padding: 12px 0 0 0;
	margin-left: -160px;
}
.p-nav__global-inner > li > a {
	border-bottom: 2px solid #fff;
	color: #393939;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 13px 16px;
	margin-right: 1px;
}
.p-nav__global-inner > li > a:hover {
	border-bottom: 2px solid #747474;
}
.p-nav__global-inner > li.current-menu-item > a {
	border-bottom: 2px solid #815c5c;
}


.p-nav__global-inner > .menu01 > a{
	background-image: url(/wp-content/themes/st_theme/assets/images/header-menu01.svg);
	background-repeat: no-repeat;
	background-size: 58px;
	background-position: top center;
	display: table-cell;
	height: 90px;
	vertical-align: bottom;
}

.p-nav__global-inner > .menu02 > a{
	background-image: url(/wp-content/themes/st_theme/assets/images/header-menu02.svg);
	background-repeat: no-repeat;
	background-size: 58px;
	background-position: top center;
	display: table-cell;
	height: 90px;
	vertical-align: bottom;
}

.p-nav__global-inner > .menu03 > a{
	background-image: url(/wp-content/themes/st_theme/assets/images/header-menu03.svg);
	background-repeat: no-repeat;
	background-size: 58px;
	background-position: top center;
	display: table-cell;
	height: 90px;
	vertical-align: bottom;
}

.p-nav__global-inner > .menu04 > a{
	background-image: url(/wp-content/themes/st_theme/assets/images/header-menu04.svg);
	background-repeat: no-repeat;
	background-size: 58px;
	background-position: top center;
	display: table-cell;
	height: 90px;
	vertical-align: bottom;
}

/* --------------------
  PC Megamenu
-------------------- */
.sub-menu {
	background-color: #edededeb;
	border: 2px solid #6d6d6d;
	border-radius: 20px;
	display:flex;
	display:none;
  flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding:30px;
	position: absolute;
	top: 110px;
	right: 0;
	left: 0;
	width: 500px;
	margin: auto;
	z-index: 999;
}
.sub-menu > li{
	width:46%;
	float:left;
	margin:5px;
}
.sub-menu > li > a {
	background-color:white;
	border: 2px dashed #6d6d6d;
	border-radius: 20px;
  color: #5c5c5c;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 38px 30px 0 30px;
	min-height: 100px;
	text-align:center;
}



/* --------------------
  Mobile Menu
-------------------- */
.spmenu{
	background-color: #ef7272;
	border-radius:20px;
	color: white;
	display:none;
	height:100%;
	max-width: 450px;
	min-height:0;
	opacity:0;
	overflow: hidden;
	padding: 50px 0;
	position: fixed;
	right:0;
	transition: all 0.5s;
	transition: min-height 0.5s;
  width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.spmenu.open .sub-menu > li{
	width:100%;
}
.spmenu.open .mgmenu > ul > li > a{
	border-top: 1px solid #ffffff36;
	border-bottom:0;
}
.spmenu.open .sub-menu > li:last-child > a{
	border-bottom:0;
}
.spmenu.open{
	display: block;
	height:100%;
	opacity:1;
	overflow: inherit;
	min-height:410px;
	top:0;
	z-index: 9999;
}
.spmenu > .mgmenu{
	padding: 8px 20px;
	margin-top: 30px;
}
.spmenu ul{
	list-style-type:none;
	margin: 0;
  padding: 0;
	overflow:hidden;
}
.spmenu ul > li > a{
	border-bottom: 1px solid #ffffff36;
	color: white;
	display: block;
	font-size: 1.6rem;
  padding: 15px 20px 15px 10px;
}
.spmenu ul > li > a:before{
	content:"";
	background-image: url("/wp-content/themes/st_theme/assets/images/menu-right.svg");
	background-position:left;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left:15px;
	padding-right: 14px;
}


.spmenu_contact{
	padding: 17px 30px;
}
.spmenu_contact > .title{
	font-size: 1.6rem;
	padding-bottom: 10px;
	text-align: center;
}
.spmenu_contact > a.contact,
.spmenu_contact > a.tel{
	border: 1px solid #ffffff87;
	border-radius: 28px;
	color: white;
	display: block;
  margin: 0 auto;
	max-width:300px;
  text-align: center;
}
.spmenu_contact > a.contact{
	font-size: 1.4rem;
	padding: 10px 10px 10px 30px;
}
.spmenu_contact > a.tel{
	font-size:2rem;
	padding: 5px 10px 5px 30px;
}

.spmenu > .mgmenu > ul > li > ul.sub-menu {
	background-color: inherit;
	display:none;
	margin-left:25px;
}
.spmenu > .mgmenu > ul > li > ul.sub-menu > li > a {
	font-weight: normal;
}
.spmenu > .mgmenu > ul > li a{
	text-decoration:none;
}
.spmenu > .mgmenu > ul > li > ul.sub-menu.open {
	display: block;
	position: inherit;
}
.spmenu > .mgmenu > ul > li > ul.sub-menu > li:last-child > a {
	border-radius: 0;
}



/* ===========================================
  Parts
=========================================== */


/* --------------------
  Lead
-------------------- */
.lead {
	color:#4c4c4c;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 4.4rem;
	padding: 20px 20px 60px 20px;
  margin-top: 20px;
	text-align:center;
}


/* --------------------
  Title
-------------------- */

.c-header__title {
	background-image: url("/wp-content/themes/st_theme/assets/images/header-img.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	height: 320px;
	padding: 20px;
	text-align: left;
	width: 100%;
	border-radius: 80px;
	margin-top:10px;
}
.c-header__title.fixed {
	margin-top: 76px;
}

/* --------------------
  Title -> H1
-------------------- */
.c-header__title-h1{
	color: #7b7b7b;
	display: block;
	font-family: serif;
	font-size: 2.6rem;
	margin: 0 auto;
	max-width: 450px;
	padding: 95px 0px 10px 0px;
	text-align:center;
}
.c-header__title-h1 > span{
  background-color: #31313159;
  border-radius: 30px;
  color: #ffffff;
  display: block;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 20px;
  margin-top: 10px;
}

/* --------------------
  Title -> H2
-------------------- */
.c-header__title-h2{
	background-image:url(/wp-content/themes/st_theme/assets/images/title-img.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height: 130px;
  padding-top: 40px;
  text-align: center;
  margin: 0 auto 60px auto;
  width: 300px;
}
.c-header__title-h2 > .title{
	display:block;
	font-size:2.4rem;
	font-weight:500;
}
.c-header__title-h2 > .en{
	color:#6b4d4d;
	font-size:12px;
}

/* --------------------
  Title -> H3
-------------------- */
.c-header__title-h3 {
	background: #DCDC55;
	border-radius:80px;
	padding: 10px 20px;
	max-width:200px;
	margin:20px auto;
}
.c-header__title-h3 > .title{
	color:#647B2D;
	display:block;
	font-size:2.4rem;
	font-weight:500;
	text-align:center;
	padding-bottom: 3px;
}


/* --------------------
  Nenkan gyouji
-------------------- */
.c-title {
	background: #6D4D4D;
	border-radius: 50%;
	color: white;
	display: table-cell;
	font-size: 2.2rem;
	height: 100px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.c-sub{
	color:#6D4D4D;
	font-size:2.2rem;
	font-weight:500;
}




/* --------------------
  Button01（シンプルベージュ）
-------------------- */
.c-button__01{
  background-position: right 10% center;
  border: 2px solid #a6867a;
  border-radius: 50px;
  color: #a6867a;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 18px 20px;
  max-width: 270px;
  margin: 10px auto;
  text-align: center;
	text-decoration: none !important;
  transition: background-position 0.3s ease-in;
  width: 100%;
}
.c-button__01:hover{
	background:#a6867a;
	color:white;
}


/* --------------------
  Button02（シンプルグレー）
-------------------- */
.c-button__02{
	background-color:#777777;
	border: 1px solid #696969;
  border-radius: 80px;
	color:#fff;
	cursor:pointer;
	display: table;
	font-size:1.6rem;
	height:60px;
	padding: 10px 20px;
	margin: 10px auto 0px auto !important;
  max-width: 280px;
	width:100%;
  text-align: center;
}
.c-button__02:hover{
	color:#777777;
	background-color:#fff;
	transition:all .4s;
	text-decoration:none;
}
.c-button__02 > .menu{
	display: table-cell;
	vertical-align: middle;
}


/* --------------------
  Button03
-------------------- */
.c-button__03{
	background: #fff;
	border:1px solid #e9b9b961;
	box-shadow: 0 0 5px #eaeaea;
	border-radius: 80px;
	display: block;
	padding: 12px;
	margin:20px auto;
	width: inherit;
}
.c-button__03 > .menu{
	background: #fff;
	background-image:url(/wp-content/themes/st_theme/assets/images/arrow-right02.svg);
	background-repeat:no-repeat;
	background-position:right 40px center;
	background-size:38px;
	border:2px dashed #e28c8e;
	border-radius: 80px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	padding: 20px 40px;
	text-align:center;
	transition: all 0.2s 0s ease;
}
.c-button__03 > .menu:hover{
	background-position:right 26px center;
}


/* --------------------
  Button04
-------------------- */
.c-button__04{
	background: #fe9494;
	border:1px solid #e9b9b961;
	box-shadow: 0 0 5px #eaeaea;
	border-radius: 80px;
	display: block;
	padding: 12px;
	width: inherit;
	margin:20px auto;
}
.c-button__04 > .menu{
	background: #fe9494;
	background-image:url(/wp-content/themes/st_theme/assets/images/arrow-right03.svg);
	background-repeat:no-repeat;
	background-position:right 40px center;
	background-size:38px;
	border-radius: 80px;
	border:2px dashed #fff;
	color:white;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	padding: 20px 40px;
	text-align:center;
	transition: all 0.2s 0s ease;
}
.c-button__04 > .menu:hover{
	background-position:right 26px center;
}


/* --------------------
  Button05（Kanren）
-------------------- */
.c-button__05{
	background: #fff;
	border-radius: 80px;
	display: block;
	padding: 20px;
}
.c-button__05 > .menu{
	background: #fff;
	background-image:url(/wp-content/themes/st_theme/assets/images/arrow-right01.svg);
	background-repeat:no-repeat;
	background-position:right 40px center;
	background-size:38px;
	border-radius: 80px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	padding: 30px 40px;
	border:2px dashed #dba6a6;
	text-align:center;
	transition: all 0.2s 0s ease;
}
.c-button__05 > .menu:hover{
	background-position:right 26px center;

}


/* --------------------
  Table（Border None）
-------------------- */
.c-table__none{
	border:0;
	border-collapse: collapse;
	font-size: 1.6rem;
}
.c-table__none th{
	background-color:inherit !important;
  padding: 0 20px 10px 0;
  vertical-align: top;
	text-align:left;
}
.c-table__none td{
	background-color:inherit !important;
  padding: 0 20px 10px 0;
  vertical-align: top;
}


/* --------------------
  Table01
-------------------- */
.c-table__01 {
	border-collapse: separate;
	border-spacing:10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	margin: 10px 0 30px -10px;
	width:100%;
}
.c-table__01 caption {
	text-align: left;
	padding: 10px 5px;
	font-weight: 500;
  font-size: 1.5rem;
}
.c-table__01 th {
	vertical-align: top;
	white-space: nowrap;
	width:40%;
	background-color:#F2F2F2;
	border-radius: 15px;
	display: table-cell;
	height:100%;
	padding:15px 20px;
	margin:10px 0;
}
.c-table__01 td {
	padding: 15px 20px;
	vertical-align: top;
}


/* --------------------
  Table_Scroll
-------------------- */
.table_scroll_wrap {
	overflow-x: scroll;
}
.table_scroll {
	width: 100%;
	white-space: nowrap;
}


/* --------------------
  Icon
-------------------- */
.pdf {
	background-color: #ffd1d1;
  border-radius: 5px;
  color: red;
  display: inline-block;
	font-size: 1rem;
  padding: 2px 5px;
  margin-left: 10px;
  margin-top: -4px;
  text-align: center;
	
}
.exlink {
	background-image: url("/wp-content/themes/st_theme/assets/images/external-link.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}




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

	/* -- Common -- */

	body{
		min-width:320px;
	}
	main{
		min-width:auto;
	}
	.pc_only{
		display:none !important;
	}
	.sp_only{
		display:block !important;
	}
	.subpage .sp_only {
		height:0;
	}

	article{
		padding-bottom:inherit;
	}
	p{
		font-size:1.5rem;
		padding: 0 20px;
	}
	a[href^="tel:"] {
    pointer-events: auto;
	}

	.breadcrumbs {
		padding: 20px 10px;
	}

	.u-w30,
	.u-w50,
	.u-w70{
		width:inherit;
	}
	.u-top20{
		margin-top:0 !important;
	}
	.u-top_sp_40{
		margin-top:40px !important;
	}


	.c-fs_all_18 {
		font-size: 1.6rem !important;
		padding: 15px 0;
	}



	/* -- Navigation -- */
	.p-nav__global,
	.p-nav__global.fixed {
		display: none;
	}

	.sub-menu {
		border: 0;
		width: inherit;
	}
	.sub-menu > li{
		float:inherit;
	}
	.sub-menu > li > a{
		background-color:inherit;
		border: 0;
		border-radius: inherit;
		min-height:inherit;
		text-align: left;
	}
	.sub-menu > li > a:before {
		content: "" !important;
	}

	.toggle{
		background-color:#fe9494;
		border-radius:10px;
		display:block;
		width: 66px;
    height: 66px;
		position:fixed;
		top: 8px;
		right: 18px;
		z-index: 99999;
	}
	.spmenu_contact > a.tel {
		padding: 13px 10px 13px 30px;
	}

	/* -- Btn Trigger -- */
	.btn-trigger {
		position: relative;
		width: 36px;
		height: 24.5px;
		cursor: pointer;
		position: fixed;
    right: 32px;
    top: 28px;
	}
	.btn-trigger.active span{
		background-color:white;
	}
	.btn-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 4px;
	}
	.btn-trigger, .btn-trigger span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
		z-index:99;
	}
	.btn-trigger span:nth-of-type(1) {
		top: 0;
		height:3.5px;
	}
	.btn-trigger span:nth-of-type(2) {
		top: 10px;
		height:3.5px;
	}
	.btn-trigger span:nth-of-type(3) {
		bottom: 0;
		height:3.5px;
	}



	/* -- Header -- */
	.l-header {
		border-bottom: 0;
		position: fixed;
		min-width:auto;
		top: 0;
		z-index: 999999;
	}
	.p-header {
		background-position: top 0px right 0;
		height: 86px;
		padding:0;
	}
	.p-header.close{
		display: flex;
	}
	.p-header-left {
		padding: 0;
	}
	.p-header-left__box{
		padding: 8px 0 !important;
	}
	.p-header-left__box-logo {
		margin: 10px 0 0 5px;
		max-width: 180px;
	}
	.p-header-right{
		display:none;
	}


	/* -- Subpage Header -- */
	.c-header__title{
		height:220px;
	}
	.c-header__title-h1{
		font-size:2.4rem;
		padding:50px 10px 10px 10px;
	}



	/* -- Contents -- */
	.l-content {
		margin-top: 85px;
	}
	.subpage .l-content {
		padding-top: 10px;
	}


	/* -- Slider -- */
	.swiper-slide {
		min-height: 640px;
	}
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
		border-radius: 40px !important;
	}


	/* -- Hero Area -- */
	.hero-wrap{
		overflow:hidden;
	}
	.hero-left{
		display:none;
	}
	.p-hero {
		margin: 10px 0 !important;
		max-height: 400px;
		min-height: 420px;
		width:100%;
	}
	.p-hero__catch {
		display:block;
		left: 60%;
		padding: 22px;
		top: inherit;
		bottom:0;
		width: 100%;
		max-width: inherit;
	}
	.p-hero__catch-1,
	.p-hero__catch-2 {
		text-align: center;
	}
	.p-hero__catch-1{
    position: absolute;
    bottom: 150px; /* 100 */
		left: 0px;
    width: 77%;
	}
	.p-hero__catch-1 img{
		max-width:350px;
	}

	.p-hero__catch-2{
		width: 80%;
    margin: 30px auto 0 auto;
	}


	/* -- Info(News) Area -- */
	.p-info{
		display:block;
		padding: 10px 0;
		margin: 0 auto;
	}
	.p-info > div{
		border: 0;
		padding: 10px 23px;
	}
	.p-info+img{
		margin: 0 auto;
	}
	.p-info > div:nth-child(2){
		border-bottom:0;
		padding:40px 0;
		text-align:center;
	}
	.p-info__subtitle{
		font-size:1rem;
		text-align:center;
	}
	.p-info__title{
		text-align:center;
	}
	dl.news{
		font-size:1.5rem;
		padding: 0 10px;
		max-width:400px;
		margin:10px auto;
	}


	/* -- TabMenu -- */
	.tab_content{
		padding:20px;
	}
	.tab_content p{
		text-indent: inherit;
		padding: 0 2px;
	}
	.tabs {
		padding-bottom: 20px;
		margin: 10px auto;
	}
	.tab_item{
		font-size: 1.3rem;
		height: 50px;
		line-height: 50px;
		width: calc(100% / 3);
	}
	dl.news{
		display:block;
		height:auto;
		max-width:inherit;
		padding: 0;
    margin: 10px;
	}
	dl.news dd{
		padding:10px 0;
	}


	/* -- Lead -- */
	.lead{
		font-size:1.7rem;
		margin-top: 20px;
		padding-bottom:30px;
		padding:20px 25px 30px 25px;
	}


	/* -- Section Box -- */
	#home .c-box {
		padding: 0;
	}
	#home .c-box .title img {
		max-width: 200px;
    margin: 20px auto;
	}
	.subpage section.c-box {
		padding-top: 30px;
		margin: 10px 0;
	}
	.subpage .c-box {
		padding: 20px;
	}
	.subpage .c-box__col2-item {
		padding: 10px 0px;
	}

	.c-box{
		margin: 40px 20px;
	}
	.c-box__wrap{
		padding: 0;
	}
	.c-box__col1{
		padding: 20px 5px 20px 5px;
	}
	.c-box__col1 img{
		margin:40px auto 0 auto;
		margin:0 auto;
		width:100%;
	}
	.c-box__col2{
		display:block;
		padding:40px 0;
	}
	.c-box__col2{
		padding: 20px 0;
	}
	.c-box__col2-item{
		padding-top:20px;
		padding: 0 20px;
		padding-bottom: 20px;
	}
	.c-box__col2-item:nth-child(2){
		/* padding-top:20px;*/
		padding-bottom: 0;
	}
	.c-box__col3{
		gap:0;
		margin:0;
	}
	.c-box__col3 > .c-box__col3-item{
		padding:0;
		margin:10px;
	}
	.c-box__col3 > .c-box__col3-item > img{
		min-height:inherit;
		display: block;
    padding: 0 20px;
    margin: 10px auto !important;
	}
	.c-box__col3-item {
		width: 100% !important;
	}
	.c-box__col4 > .c-box__col4-item {
		padding: 5px;
		width: 50%;
	}


	/* Decoration */
	.c-box__dash {
		padding: 20px 10px;
		text-align:justify;
		margin-top:20px;
	}


	/* footer */
	footer{
		min-width:auto;
	}
	footer p{
		color: #FBFBFB;
    font-size: 1.6rem;
		padding: 20px 0 0 0;
		text-indent: inherit;
	}
	.l-footer{
		display:block;
		padding:30px;
	}
	.p-footer__box1 {
		border-right:0;
		display: block;
		padding:10px;
		max-width: 530px;
    margin: 30px auto 0 auto;
	}
	.p-footer__org{
		font-size:1.8rem;
	}
	.p-footer__addr{
		font-size:1.4rem;
	}
	.p-footer__tel{
		display: inherit;
		border: 0;
    border-radius: 10px;
    padding: 8px 2px;
		text-align: left;
	}
	.p-footer__box2{
		display:none;
	}
	.p-footer__menu{
		min-height:150px;
	}
	.p-nav__global-inner{
		flex-wrap:wrap;
	}
	footer .p-nav__global-inner > li > a{
		padding: 18px 13px 0 13px;
	}
	

	/* Parts */

	/* Table */
	.c-table__01 {
		margin: auto;
		width: 100%;
	}
	.c-table__01 th {
		display: block;
		width: 100%;
	}
	.c-table__01 td {
		display: block;
		width: 100%;
	}

	.c-table__01 .c-table__none th,
	.c-table__01 .c-table__none td {
		padding: 0;
	}
	.c-table__01 .c-table__none td {
		padding-bottom:20px;
	}

	.table {
		display: block !important;
	}
	.table .title {
		text-align:center;
	}

	.js-scrollable .c-table__01 th,
	.js-scrollable .c-table__01 td
	{
		display: table-cell;
		min-width:250px;
	}
	.js-scrollable .c-table__01 th img,
	.js-scrollable .c-table__01 td img{
		min-width:200px;
	}


	/* -- List -- */
	.c-list__col2-item{
		width:inherit;
	}
	.c-list__col1-2{
		display:block;
		padding:0 20px;
		max-height:inherit;
	}
	.c-list__col1-2-item:first-child,
	.c-list__col1-2-item:last-child{
		padding:20px;
		width:100%;
	}
	.c-list__col2-item {
		padding: 20px 0;
	}
	.c-list__col1-2-item:first-child > .title{
		margin-bottom:10px;
	}
	.c-list__col3{
		gap:20px;
	}
	.c-list__col3-item{
		padding:0;
		margin-bottom: -20px !important;
		width:70%;
	}
	.c-list__col4{
		gap: 10px;
		padding:20px;
	}
	.c-list__col4-item{
		width:45%;
		padding:15px;
		margin-bottom:10px;
	}
	.list02 {
		padding: 20px 0 0 5px !important;
    text-align: justify;
	}
	

	/* Button */
	.c-button{
		margin:30px auto !important;
	}
	.c-button__02{
		background-position: bottom 25px right 18px;
		font-size: 1.5rem;
		padding:15px;
		margin: 2px 0;
	}
	.c-button__03 .title{
		font-size:1.6rem;
		padding:0;
	}
	.c-button__05 {
		padding: 12px;
		margin: 0;
	}
	.c-button__05 > .menu {
		background-position: right 20px center;
    background-size: 30px;
		padding: 15px 40px;
	}

	.subpage .c-button__05 {
		padding: 12px;
		margin: 0 20px;
	}

	.c-button__06 {
		margin: 20px auto 10px auto;
		width: 100%;
	}
	.c-button__06 > .menu {
		background-position: right 25px center;
		background-size: 30px;
		color: #7d5555;
		padding: 12px 40px 15px 40px;
	}
	.c-button__07 {
		margin: 10px auto;
		width: 100%;
	}
	.c-button__07 > .menu {
		background-position: right 25px center;
		background-size: 30px;
		padding: 12px 40px 15px 40px;
	}


	/* Frame */
	.c-frame_01 {
		font-size: 1.6rem;
	}
	.c-frame_01 > .sp_only {
		height:0;
	}


	/* Nenkan Gyouji */
	.c-title {
		display: table;
		padding-top: 31px;
		padding-left: 2px;
		position: relative;
		margin: 0 auto;
	}
	.c-sub {
		text-align:center;
	}


}



@media print {
	body {
    -webkit-print-color-adjust: exact;
	print-color-adjust: exact;
    zoom: 0.55;
	}

	.fadein{
		opacity:1;
	}
}