@charset "utf-8";
/* CSS Document */

#top-visual {
	background: url("../img/top-visual-back.jpg") repeat-x bottom;
	height: 650px;
}
.top-visual-slider {
	margin-left: 20%;
	margin-right: 0;
	width: 80%;
}
.swiper-slide {
	/*margin: 0 30px;*/
}
.swiper-container .swiper-button-prev a, .swiper-container .swiper-button-next a {
	color: #000;
}

#top-message {
	background: url("../img/top-message.jpg") no-repeat right top;
	position: relative;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 760px;
}
#top-tagline {
	background-color: #FFF;
	padding: 20px 20px 10px;
	position: absolute;
	top: 45%;
	left: 20%;
}
#top-tagline h2 {
	position: relative;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 1.5;
	letter-spacing: 0.15em;
	/*padding: 5% 0 15px;*/
/*	padding: 0;
	margin: 0;*/
	left: 0;
}
#top-tagline p {
	font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.button-contents {
	position: absolute;
	top: 70%;
	left: 20%;
}

#top-topics {
	background: url("../img/topics-back.jpg") repeat-x bottom;
	margin: 80px 0 0;
	padding: 0 0 40px;
	width: 100%;
}
#top-topics ul {
	background-color: #FFF;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-left: 1px solid #DDD;
}
#top-topics ul li {
	background: url("../img/top-topics-list-bttom.jpg") no-repeat center bottom;
	border-right: 1px solid #DDD;
	height: 290px;
	width: 312px;
	position: relative;
}
#top-topics ul li p {
	text-align: center;
	padding-top: 15px;
	line-height: 1.3;
}
#top-topics ul li p a {
	color: #000;
}
#top-topics ul li p a:hover {
	text-decoration: underline;
}
#top-topics ul li:hover {
opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


#top-service {
	margin: 80px 0 0;
	padding: 0 0 40px;
	width: 100%;
}
#top-service h4 {
	font-size: 20px;
	font-weight: 500;
}
.catg-link {/*　service枠 */
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 40px 0 0;
}
figure.snip {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  /*min-width: 230px;
  max-width: 315px;
  width: 100%;*/
  background: #000000;
  text-align: left;
	max-height: 418px;
	width: 25%;
}
figure.snip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip img {
  opacity: 0.4;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip figcaption > div {
  height: 65%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip h4,
figure.snip p {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 30px;
  text-transform: uppercase;
}
figure.snip h4 {
  line-height: 1.2;
  top: 0;
}
figure.snip p {
  font-size: 14px;
  bottom: 13%;
	line-height: 1.5;
  font-weight: 100;
}
figure.snip p:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip:hover img,
figure.snip.hover img {
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
		border: 1px solid #FFF;

}
figure.snip:hover figcaption p:first-of-type,
figure.snip.hover figcaption p:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip:hover figcaption p:nth-of-type(2),
figure.snip.hover figcaption p:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}


#top-works {
	background: url("../img/top-works.jpg") no-repeat left bottom;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 920px;
}
#top-works-text {
	background-color: #FFF;
	padding: 5%;
	margin: 10% 0 0 auto;
	width: 47%;
}
.button-contents-works {
	margin-top: 70px;
}


#top-news {
	background: #F4F4F4 url("../img/pattern.png") no-repeat 80% top;
	margin: 80px 0 100px;
	padding: 50px 0;
	width: 100%;
}
/*
#top-news ul {
	margin: 10px auto;
	width: 80px;
}
#top-news li {
	text-align: center;
	line-height: 1.8;
}
*/
#top-news dt:after {
	margin-left:5px; 
	border-top:1px solid #ccc; 
	content:""; 
	flex-grow:1;
}
#top-news dt {
    overflow: hidden;
	width: 100px;
}
#top-news dt, #top-news dd {
	line-height: 32px;
	text-align: left;
}
.font-small {
	font-size: 13px;
}
.news-web {
	background: url("../img/icn-web.png") no-repeat left center;
}
.news-genba-s {
	background: url("../img/icn-genba-s.png") no-repeat left center;
}
.news-info {
	background: url("../img/icn-info.png") no-repeat left center;
}

#top-news dl{
width: 100%;
}
#top-news dt {
    display: block;
	font-weight: bold;
	width: 200px;
	float: left;
    clear: left;
	height: 30px;
	padding: 10px 0;
}
#top-news dd {
    display: block;
	padding: 10px 0 10px 150px;
	margin-left: 220px;
	height: 30px;
}
#top-news dd a:hover {
	text-decoration: underline;
}
.s1 {
	display: flex;
	align-items: center;
}
.s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:after {
	margin-left: 0.04em;
}



#web-meeting {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000000;
}

/* 休業案内 */
.close {
	background-color: rgba(141,146,252,1.00);
	padding: 20px;
	margin: 0 0 20px 0;
	text-align: center;
}



@media screen and (max-width:1280px){

#top-visual {
	background: url("../img/top-visual-back.jpg") repeat-x bottom;
	height: 450px;
}
	
}


@media screen and (max-width:1113px){
#top-message {
	background: url("../img/top-message.jpg") no-repeat right bottom;
	background-size: contain;
	position: relative;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 400px;
}
#top-tagline {
	top: 30%;
	left: 5%;
	width: 50%;
}
#top-tagline h2 img {
	width: 60%;
}
.button-contents {
	position: absolute;
	top: 65%;
	left: 5%;
}
figure.snip {
	width: 50%;
}

#top-works {
	background: url("../img/top-works.jpg") no-repeat left bottom;
	background-size: 60%;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 600px;
}
#top-works-text {
	background-color: #FFF;
	padding: 5%;
	margin: 10% 0 0 auto;
	width: 47%;
}
.button-contents-works {
	margin-top: 70px;
}
	
#top-news {
	/*background: #F4F4F4 url("../img/pattern.png") no-repeat 80% top;
	margin: 80px 0 100px;
	padding: 50px 0 0;*/
	width: auto;
}

#web-meeting {
	/*position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000000;*/
	width:40%; 
}

	
}



@media only screen and (max-width: 768px) {

#top-visual {
	background: url("../img/top-visual-back.jpg") repeat-x bottom;
	height: 350px;
}
.top-visual-slider {
	margin-top: 150px;
}
#top-tagline {
	top: 40%;
	left: 5%;
	width: 70%;
	padding-bottom: 0;
}
#top-tagline h2 {
	left: 2%;
}
	
#top-tagline h2 img {
	width: 60%;
}
.button-contents {
	position: absolute;
	top: 72%;
	left: 5%;
}
#top-topics {
	background: url("../img/topics-back.jpg") repeat-x bottom;
	background-size: 4%;
	/*margin: 80px 0 0;
	padding: 0 0 40px;*/
	width: auto;
}
#top-topics ul {
	/*background-color: #FFF;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-left: 1px solid #DDD;*/
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#top-topics ul li {
	border-right: 1px solid #DDD;
	height: auto;
	width: 33.15%;
	position: relative;
	padding-bottom: 20px;
}
#top-works {
	background: url("../img/top-works.jpg") no-repeat left bottom;
	background-size: 70%;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 500px;
}
#top-works-text {
	background-color: #FFF;
	padding: 5%;
	margin: 10% 0 0 auto;
	width: 47%;
}
.button-contents-works .button {
    height: 60px;
	width: 90%;
}
.button-contents-works {
	margin-top: 20px;
}
	
#top-news {
	/*background: #F4F4F4 url("../img/pattern.png") no-repeat 80% top;
	margin: 80px 0 100px;
	padding: 50px 0 0;*/
	width: auto;
}
#top-news .content {
	margin: 0 auto;
	width: 90%;
}
#top-news dl{
width: auto;
}
#top-news dt {
    display: block;
	font-weight: bold;
	width: 200px;
	float: left;
    clear: left;
	height: 80px;
	padding: 10px 0;
}
#top-news dd {
    display: block;
	padding: 10px 0 10px 150px;
	margin-left: 220px;
	height: 80px;
}
	
/* 休業案内 */
.close {
	margin: 150px 0 0 0;
}

	
	
	
}





@media screen and (max-width:480px){
#top-visual {
	background: url("../img/top-visual-back.jpg") repeat-x bottom;
	background-size: 200%;
	height: 290px;
}
.top-visual-slider {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

#top-message {
	background: url("../img/top-message.jpg") no-repeat center bottom;
	background-size: cover;
	position: relative;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 400px;
}
/*#top-message {
	background: url("../img/top-message.jpg") no-repeat right bottom;
	background-size: contain;
	position: relative;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 400px;
}*/
	
#top-tagline {
	top: 45%;
	left: 0;
	width: 70%;
}
#top-tagline p {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#top-tagline h2 img {
	width: 80%;
}
.button-contents {
	position: absolute;
	top: 82%;
	left: 5%;
	width: 80%;
}
.button-contents .button {
    height: 60px;
	margin: 0 10% 0 0;
	width: 90%;
}

	
#top-topics {
	background: url("../img/topics-back.jpg")  repeat center;
	background-size: 10%;
	/*margin: 80px 0 0;
	padding: 0 0 40px;*/
	width: auto;
}
#top-topics ul {
	background: none;
	/*
	flex-direction: row;
	flex-wrap: wrap;
	*/
	display: flex;
	flex-direction: column;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-left: none;
}
	
#top-topics ul li {
	background-color: #FFF;
	border-right: none;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}
#top-service h4 {
	font-size: 12px;
	font-weight: bold;
}
figure.snip {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  /*min-width: 230px;
  max-width: 315px;
  width: 100%;*/
  background: #000000;
  text-align: left;
	max-height: 418px;
	width: 50%;
}
figure.snip h4,
figure.snip p {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 5%;
  text-transform: uppercase;
}
figure.snip p {
  font-size: 10px;
  bottom: 30%;
  line-height: 1.1;
  font-weight: 100;
}
#top-works {
	background: url("../img/top-works.jpg") no-repeat left bottom;
	background-size: 100%;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	height: 520px;
}
#top-works-text {
	background-color: #FFF;
	padding: 5% 6%;
	margin: 20px 0 0 8%;
	width: 80%;
}
.button-contents-works .button {
    height: 60px;
	margin: 0 5% 0 5%;
	width: 90%;
}
	
#top-news dt {
    display: block;
	font-weight: bold;
	width: 200px;
	float: none;
    clear: left;
	height: 20px;
	padding: 10px 0;
}
#top-news dd {
    display: block;
	padding: 10px 0;
	margin-left: 0;
	height: auto;
}
.news-web, .news-genba-s, .news-info {
	background: none;
}
.s1:after {
	background: #999;
	margin-left: 20px;
}

#web-meeting {
	/*position: fixed;
	right: 0;
	z-index: 1000000;*/
	width:60%;
}

	
}

