@charset "UTF-8";
@import url("https://use.typekit.net/rrn5qyz.css");
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    transition: background-color .5s;
	background-color: #fff !important;
	overflow-x: hidden;
	color: #333333; 
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	
}
a {
  cursor: pointer;
  color: #cc6646;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: #d03c0e;
  text-decoration: underline;
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 700;
}

b,
h4,
h5,
h6 {
  font-weight: 500;
}

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

li {
  list-style: none;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

label {
  font-size: 0.9375rem;
}

b {
  font-weight: 500;
}

srtong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.f-w-1 {
	font-weight: 100;
}

.f-w-2 {
	font-weight: 200;
}

.f-w-3 {
	font-weight: 300;
}

.f-w-4 {
	font-weight: 400;
}

.f-w-5 {
	font-weight: 500;
}

.f-w-6 {
	font-weight: 600;
}

.f-w-7 {
	font-weight: 700;
}

.f-w-8 {
	font-weight: 800;
}


.bg-gray {
	background-color: #f4f4f4;
}
.bg-lake {
	background-color: #00857a;
}
.text-lake {
	color: #00857a;
}

.font-niveau {
	font-family: "niveau-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font-ofelia {
	font-family: ofelia-text, sans-serif;
font-weight: 500;
font-style: normal;
}
.font-rooney {
	font-family: "rooney-web", serif;
	font-weight: 700;
	font-style: normal;
}
#downloadbtn{
	display: block;
	margin-left: 10px;
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background-color: #ff5a00;
	text-align: center;
	color: #fff;
    font-weight: 700;
	line-height: 60px;
	text-decoration: none;
}
#downloadbtn:hover{
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background-color: #883203;
	color: #fff;
}

/*go to top*/
#gotoTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
	background-image: linear-gradient(to top, #ff5a00, #ff9600);
  color: white;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 30px;
}

#gotoTop:hover {
	background-image: linear-gradient(to left, #ff5a00, #ff9600);
}

/*intro*/
#logo img {
	height: 60px;
	margin-top: 20px;
}
.intro {
  height:835px;
  background-image:url("../images/intro-cover.svg"),linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), url("../images/img-index.jpg");
  background-position: bottom, center,top center;
  background-repeat: no-repeat;
  background-size:105%, 100%, cover;
  position: relative;
}

.border-grey{
	border: 1px solid #535353 !important;
}
.grey{
	color:#535353;
}
.green{
	color:#248888;
}
.lan {
  color:#535353;
  padding: 5px 20px 5px 20px;
  white-space: nowrap; 	
}
.lan a  {
	color:#535353; 	
  }
.lan a :hover{
	color:#1da5d7; 	
  }

.intro-page {
	height: 380px;
	background-image:url("../images/img-index.jpg");
  background-position:bottom,top center;
  background-repeat: no-repeat;
  background-size:100%, cover;
  position: relative;
}
.intro-page #logo {
	margin-top: 4rem;
}
@media screen and (min-width: 1440px) and (max-width: 2240px) {
	.intro {
	height:835px;
  
  background-position:bottom, center,top center;
  background-repeat: no-repeat;
  background-size:100%, cover;
  position: relative;
}
}

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


 
.intro-content {
  text-align: left;
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translate(-0%, -20%);
}
.intro-texts h1 {
	color: #FFF;
	text-shadow: 0 2px 10px rgba(0,0,0,.4);
	font-size: 2.2rem;
}
.intro-texts ul {
	padding: 0;
	margin: 0;
}
.intro-texts ul li {
	float: left;
	margin-right: 10px;
}
.intro-texts ul li a {
	color: #FFF;
	padding: 5px 20px;
	border: 1px solid #FFF;
	border-radius: 4px;
	background-color: rgba(255,255,255, 0.1);
}
.intro-texts ul li a:hover {
	background-color: #ffc600;
	text-decoration: none;
	color: #333333;
	border: 1px solid #cc9e00;
}
}
@media screen and (min-width: 1440px) and (max-width: 2240px) {
  .intro-content {
  position: absolute;
  top: 30%;
  left: 20%;
	  bottom: 20%;
  transform: translate(-0%, -20%);
}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.intro {
	height:500px;
	
  background-size:110%, cover;
}
	.intro-content {
		position: absolute;
		top:40%;
		left: 12%;
	  bottom: 0%;
  transform: translate(0%, -25%);
}
	.intro-texts h1 {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
		
	.intro {
	height:400px;
  background-size:110%, cover;
}
	.intro-content {
		position: absolute;
		top:30%;
		left: 12%;
	  bottom: 0%;
  transform: translate(0%, -25%);
}
	.intro-texts h1 {
		font-size: 1.375rem;
		margin-bottom: 0;
	}
	
.intro-texts ul li {
	float: none;
	margin-right: 0px;
	margin-top: 10px;
}
.intro-texts ul li a {
	color: #FFF;
	padding: 5px 10px;
}
}
@media screen and (max-width: 420px) {
	.intro-page #logo {
		margin-top: 0px;
	}
	.intro, .intro-page {
		height:400px;
	    top: 0px !important;
		background-size: 180%, cover !important;
	}
	.intro-page{
		height:400px;
	    top: -5px !important;
		background-size: 180%, cover !important;

	}
	.menu-bar {
		 margin-top: 228px !important;
		 margin-right: 92px;
	}
	.shj-menu-lan{
		margin-top: 175px !important;
	}
	.shj-menu-icon{
		position: absolute;
		bottom: 0;
		right: 120px !important;
	}
	.sidenav{
		position: fixed;
		right: 0px !important;
	}
	
}
@media screen and (max-width: 576px) {
	
	
	#logo img {
	height: auto;
	width: 100%;
	margin-top: 30px;
}
	.intro, .intro-page {
	height:400px;
	top: 30px;
    background-size: 145%, cover;
}
	.intro-content {
		width: 80%;
		position: absolute;
		top:40%;
		left: 2%;
	  bottom: 0%;
  transform: translate(0%, -25%);
}
	.intro-texts h1 {
		font-size: 1.375rem;
		margin-bottom: 0;
	}
	
.intro-texts ul li {
	float: none;
	margin-right: 0px;
	margin: 5px 0;
}
.intro-texts ul li a {
	color: #FFF;
	padding: 2px 10px;
	margin: 0;
	width: 80%;
	display: block;
	text-align: center;
}


}

/*side nav*/
.menu-bar {
  cursor: pointer;
  color: #FFF;
	float: right;
	margin-top: 52px;
}
.menu-bar i {
	font-size: 2rem;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav h5 {
	margin-left: 22px;
	margin-top: 20px;
	width: 70%;
}
.sidenav hr.top-line {
	border-top: 1px solid #1da5d7;
	width: 70%;
	margin-left: 22px;
}

.sidenav hr.bottom-line {
	border-top: 1px solid #cacaca;
	width: 70%;
	margin-left: 22px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.125rem;
  color: #333333;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #1da5d7;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 2rem;
  margin-left: 20px;
}

#main {
  transition: margin-left .5s;
  padding: 0;
}
#main .breadcrumb {
	color: #666666;
	background: url("../images/icon-dot.svg") center left no-repeat;
	padding-left: 15px;
}
#main .breadcrumb a {
	color: #666666;
	padding: 0 5px;
}
#main .breadcrumb a:hover {
	color: #0099c1;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

h1.index-title {
	 
	font-weight: 700;
	font-style: normal;
	padding-right: 40px;
	display: block;
	color: #4F4F4F;
	position: relative;
}
h1.index-title::before {
	font-family: "niveau-grotesk", sans-serif;
	position: absolute;
	top: -3rem;
	left: 1rem;
	font-size: 6rem;
	color: #f4f4f4;
	z-index: -1;
}
.section_content {
	text-align: justify;
}
.section_content ol li {
	list-style: decimal;
	padding-bottom: 8px;
}
a.section-link {
	padding: 2px 8px;
	border: 1px solid #a3a3a3;
	border-radius: 8px;
	display: inline-block;
	color: #4f4f4f;
	text-align: left;
	font-size: 0.9375rem;
	
}
a.section-link i {
	float: right;
	vertical-align: bottom;
	padding-top: 3px;
	padding-left: 8px;
}
a.section-link:hover {
	background-color: #ffc600;
	color: #FFF;
	text-decoration: none;
}
a.section-link:hover i {
	transform: rotate(45deg);
	padding-top: 0px;
	padding-left: 10px;
}


/*about us*/
.aboutUs {
	padding-bottom: 40px;
}
.aboutUs .aboutUs-photo {
	margin-top: 4rem;
	z-index: 1;
}
.aboutUs .aboutUs-note {
	color: #00857a;
	font-size: 0.9375rem;
}

.aboutUs h1.index-title::before {
	content: 'NEWS';
}

@media screen and (max-width: 576px) {
	h1.index-title::before {
		font-size: 4rem;
	}
	.aboutUs .aboutUs-photo {
	margin: 4rem auto;
		text-align: center;
		
}
	.aboutUs h1 {
		margin-top: 0;
		padding-top: 0;
	}
}

/*story-board*/
.story {
/*	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #e4e4e4 100%);*/
	background-color: #f2eceb;
	margin-bottom: 20px;
}
.story h1.index-title::before {
	content: 'ABOUT SHJ ';
	color: #FFF;
}

/*story Card*/
.story-card .news-date {
	color: #ff6600;
	font-size: 0.9375rem;
	
}
.story-card h3 {
	margin-top: 5px;
	margin-bottom: 1.5rem;
	color: #333333;
}
.story-card h3 a {
	color: #008374;
}
.story-card h3 a:hover {
  color: #d03c0e;
  text-decoration: underline;
}
.story-card .story-content {
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.story-content {
	color: #333333;
	margin-bottom: 30px;
	overflow: auto;
}
.story-content ol li {
	list-style: decimal;
	padding-bottom: 10px;
}
.story-option {
	border-top: 1px solid #acacac;
}
.story-option h4 {
	margin: 0;
	font-size: 1.125rem;
	padding: 20px 0 10px;
	color: #333333;
}
.story-option ul {
	padding: 0;
	margin: 0 0 40px 0;
}
.story-option ul li {
	margin: 2px 0;
	padding: 0;
}
a.story-link {
	background-color: #FFF;
	border-radius: 4px;
	display: block;
	padding: 3px 5px;
	font-size: 0.9375rem;
	color: #4f4f4f;
}
a.story-link:hover {
	background-color: #a3a3a3;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 576px) {
	.story-card {
		margin-bottom: 3rem;
		overflow: auto;
	}
	.story-card .story-content {
		font-size: 1.25rem;
	}
	a.story-link {
		width: 200px;
}
}



/*news-board*/
.news-board {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #e4e4e4 100%);
}
.news-board h1.index-title::before {
	content: 'PRODUCT';
	color: #f4f4f4;
}

/*news Card*/
.news-card .news-date {
	color: #ff6600;
	font-size: 0.9375rem;
	
}
.news-card h3 {
	margin-top: 5px;
	margin-bottom: 1.5rem;
	color: #333333;
}
.news-card h3 a {
	color: #333333;
}
.news-card h3 a:hover {
  color: #d03c0e;
  text-decoration: underline;
}
.news-card .news-content {
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-content {
	color: #333333;
	margin-bottom: 30px;
	overflow: auto;
}
.page-content ol li {
	list-style: decimal;
	padding-bottom: 10px;
}
.news-option {
	border-top: 1px solid #acacac;
}
.news-option h4 {
	margin: 0;
	font-size: 1.125rem;
	padding: 20px 0 10px;
	color: #333333;
}
.news-option ul {
	padding: 0;
	margin: 0 0 40px 0;
}
.news-option ul li {
	margin: 2px 0;
	padding: 0;
}
a.news-link {
	background-color: #FFF;
	border-radius: 4px;
	display: block;
	padding: 3px 5px;
	font-size: 0.9375rem;
	color: #4f4f4f;
}
a.news-link:hover {
	background-color: #a3a3a3;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 576px) {
	.news-card {
		margin-bottom: 3rem;
		overflow: auto;
	}
	.news-card .news-content {
		font-size: 1.25rem;
	}
	a.news-link {
		width: 200px;
}

}

/*package*/
.package-group {
	margin:0 10px;
}
.package-group ul {
	padding: 0;
	margin: 10px 3.5%;
} 
.package-group li {
	padding: 10px 30px;
	margin: 0;
	float: left;
	width: 33.3%;
	border-right: 1px solid #d6d6d6;
}
.package-group li:last-child {
	border-right:none; 
}
.package-card {
	padding: 10px;
	text-align: center;
	border-radius: 8px;
  transition: all 0.25s ease-in-out;
}
.package-card:hover {
	box-shadow: 0 5px 18px rgba(0,0,0,.1);
	margin-top: -15px;
}
.package-card h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.6rem;
}
.package-card .subTitle {
	padding-top: 5px;
	color: #444444;
}
.package-card .price {
	margin: 2rem 0;
	font-size: 2.5rem;
}
.package-card .unit {
	font-size: 1rem;
	padding-left: 5px;
}
.package-card .btn {
	width: 80%;
	color: #FFF;
	border-radius: 2px;
}
.package-card p {
	font-size: 0.9375rem;
}
.package-card .btn:hover {
	background-color: #ffcd1e;
}
.package-card .btn-green {
	background-color: #12843f;
}
.package-card .btn-blue {
	background-color: #008dc8;
}
.package-card .btn-pink {
	background-color: #d84673;
}


/*faq*/
.faq {
	margin-bottom: 20px;
}
.faq h1.index-title::before {
	content: 'CONTACT US';
	color: #f4f4f4;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 0;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
	padding: 0;
}
.faq .accordion-item:last-child {
  margin-bottom: 10px;
}

.faq .accordion-header {
	padding: 0;
	margin: 0 0 10px 0;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 20px 50px 20px 20px;
	margin: 0;
  font-weight: 600;
  border: 0;
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #222222;
  text-align: left;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 1.375rem;
  line-height: 0;
	color: #008374;
}

.faq .accordion-button:not(.collapsed) {
/*  color: var(--color-primary);*/
	color: #008374;
  border-bottom: 0;
  box-shadow: none;
	background-color: #ffd74b;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
}

.faq .accordion-body {
  padding: 20px 30px 30px 35px;
  border: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: none;
	margin-bottom: 20px;
	line-height: 1.8rem;
}
.faq .accordion-note {
  padding: 20px;
  border: 0;
  background: #fff;
	margin-bottom: 20px;
	line-height: 1.8rem;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
	
}
.faq .accordion-note strong {
	font-size: 1.25rem;
	display: block;
	color: #008374;
}




/*footer*/
footer.bg-footer {
	background-color: #12843f;
	overflow: auto;
	font-size: 0.8125rem;
}
footer ul li a {
	color: #FFF;
}
footer p {
	color: #FFF;
	font-size: 0.8125rem;
	font-weight: 200;
}
footer-row {
	width: 80%;

}


/*news-list*/
ul.news-list {
	padding: 0;
	margin: 0 0 5px 0;
}
ul.news-list li {
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 15px 0;
	list-style: none;
}
.news-list .news-date {
	color: #ff6600;
	font-size: 1rem;
	float: left;
	padding: 2px 1.2rem 0 0;
	
}
.news-list p {
	padding: 0;
	margin: 0;
	color: #333333;
}
.news-list p a {
	color: #333333;
}
.news-list p a:hover {
  color: #d03c0e;
  text-decoration: underline;
}


.table-news {
	border: none;
}
.table-news td {
	padding: 15px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.6rem;
}
.table-news .news-date {
	color: #ff6600;
	font-size: 1rem;
	text-align: center;
	
}
.table-news a {
	color: #333333;
	font-size: 1.125rem;
}
.table-news a:hover {
  color: #d03c0e;
  text-decoration: underline;
}

.pager {
	border-bottom: 1px solid #A3A3A3;
	color: #4F4F4F;
	margin: 20px 0;
	padding: 10px 4px;
	display: inline-block;
	font-size: 0.9375rem;
}
.pager a {
	color: #4F4F4F;
	padding: 0 2px;
}
.pager a.active {
	font-weight: 600;
	color: #00a8d4;
}


@media screen and (max-width: 768px) {
	.news-list .news-date {
	font-size: 1.125rem;
	float: none;	
}	
	.pager {
	margin: 20px auto;
		text-align: center;
		display: block;
	border-bottom: none;
}
.package-group li {
	padding: 10px 30px;
	margin: 0;
	float: left;
	width: 100%;
	border-right: 0px solid #d6d6d6;
}
}


