@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2022-12-12
   Author: http://flowlab.co.jp

   (c)2007-2020 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */

/* Logo */
#logo .pc,
#logo .pc a {
	width: 245px;
	height: 50px;
}

.lead {
	text-align: center;
	font-size: 2em;
	line-height: 1.6em;
	margin: 20px auto;
}



/* Free-dial_header */
#free-dial_header {
	display: block;
	width: 165px;
	float: right;
}




/* -------------------------------
		Main Image
------------------------------- */
#mainImage {
	width: 100%;
	max-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#mainImage img {
	width: 100%;
	max-width: 1300px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* -------------------------------
		Bn - Gallery
------------------------------- */
#bn_gallery {
	padding: 60px 0 0;
}
#bn_gallery p {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
	display: block;
}


/* -------------------------------
		Catch Copy（1）
------------------------------- */
/*#catchCopy h2 {
	font-size: 2em;
}
*/
/* -------------------------------
		News
------------------------------- */
/* Date */
div#news div.rss-box span.rss-date {
     width: 24%;
     font-size: 0.9em;
     font-weight : normal;
     color: #666;
     display: block;
     margin: -1em 0 0 0;
     padding: 0;
     line-height: 1.2em;
     float: left;
}
div#news div.rss-box li.rss-item {
     clear: both;
     padding: 5px 0;
     margin: 0;
     height: 1.5em;
     /*border-bottom: #CCC 1px solid;*/
}
div#news div.rss-box li.rss-item a {
     width: 76%;
     display: block;
     color: #333;
     text-decoration: none;
     margin: 0.2em 0 0 0;
     padding: 0;
     line-height: 1.2em;
     float: right;
}
div#news div.rss-box li.rss-item a:hover {
     text-decoration: underline;
}


/* -------------------------------
		Inportant
------------------------------- */
#important,
#important a {
	color: #DF0101;
	text-align: center;
}


/* -------------------------------
		Service（1）
------------------------------- */
#service h3 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 15px;
}

/* Title */
#service h4 {
	font-size: 1em;
	color: #333;
	/*color: #8b151a;*/
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 15px;
}

/* Image */
#service .image {
	width: 35%!important;
	margin: 30px auto;
}
#service #personal,
#service #corporate {
	overflow: hidden;
}
#service #corporate {
	margin-top: 30px;
}

/* Icon */
#service .icon_service {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1em;
	padding: 5px 10px;
	margin-right: 5px;
	letter-spacing: 0.1em;
	color: #fff;
	background: #879c25;
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	-moz-border-radius: 4px; /* Firefox */
}
#service .icon_service_orange {	background: #f09000;}
#service .icon_service_blue {	background: #25749c;}




/* -------------------------------
		Concept
------------------------------- */
#concept .box {
    margin-top: 0;
}

/* Icon */
#concept .box-icon {
    height: 50px;
    margin: 10px auto 20px;
    width: 50px;
    margin-top: 0;
}


/* Concept Detail */
#concept .info > p {
    font-size: 0.9em;
}
/*#concept .info > p span {
	display: block;
	font-weight: bold;
}*/


/* -------------------------------
		SDGs
------------------------------- */
#sdgs {
  display: flex;
  width: 60%;
  margin: 0 auto;
  padding: 100px 0 20px;
}
#sdgs .logo {
  width: 25%;
  margin: 0 auto;
  padding-right: 60px;
  text-align: center;
}
#sdgs .logo img {
  width: 100%;
  height: auto;
}
#sdgs .logo small{
  font-size: 0.6em;
}
#sdgs .textBox {
  display: table;
}
#sdgs .textBox div {
  vertical-align: middle;
  display: table-cell;
}
#sdgs .textBox h3 {
  font-size: 1em;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}
#sdgs .textBox p {
  margin-bottom: 0;
}


/* -------------------------------
		Action
------------------------------- */
#action {
	margin: 80px 0 100px;
}
#action h3 {
	padding-bottom: 40px;
	font-size: 1.1em;
	font-weight: bold;
	/*text-align: center;*/
}

/* -------------------------------
		Privacy
------------------------------- */
#privacy {
	/*margin: 0 0 100px;*/
}
#privacy h3 {
	padding-bottom: 40px;
	font-size: 1.1em;
	font-weight: bold;
	/*text-align: center;*/
}
#privacy ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#privacy ol li{
	text-indent: -1em;
	padding-left: 1em;
	overflow: hidden;
	margin-bottom: 10px;
}

/* -------------------------------
		Gallery
------------------------------- */
#gallery {
	padding: 120px 0 0;
}
#gallery h3 {
	padding-bottom: 40px;
	font-size: 1.1em;
	font-weight: bold;
}
#gallery h4 {
	font-weight: bold;
}
#gallery p {
	min-height: 4em;
	padding-bottom: 20px;
}

#gallery .video {
	width: 100%;
	height: auto;
}



/* -------------------------------
		information2
------------------------------- */
#information2 {
	padding-top: 100px;
}

/* Link */
#information2 a.btn_linkA {
	padding: 3px 10px;
}



/* -------------------------------
		information
------------------------------- */
#information h3{
	padding-bottom: 10px;
	font-weight: bold;
}
#information h4{
    margin: 3px;
}
#information h5{
    margin: 2px;
    padding-top: 2px;
}
#information p {
	font-size: 0.9em;
}
.widget-content {
	margin-bottom: 30px;
}
/*#information ul {
	list-style-type: disc;
	list-style-position: inside;
}*/
#information li {
	position: relative;
}
#information li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: -2px;
  border-radius: 50%;
	background: #666;
	transition: .2s;
}

#information table {
	vertical-align: middle;
}

#information table .grayBox {
	padding: 0.5em;
	margin: 0.5em 0;
	font-size: 0.9em;
}
#information table .grayBox p {
	font-size: 1em;
}

#information ul {
	text-indent: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#information table li .grayBox {
	padding: 0.5em;
	margin: 0.5em;
	text-indent: 0;
}
#information section {
    margin-bottom: -0.5em;
}

/* Telecommunication */
#telecommunication .businessOutline li .grayBox {
	margin: 0.5em 0.5em 15px 0.5em;
}



/* -------------------------------
		Banner Area
------------------------------- */
#information .bnArea {
	margin-top: 20px;
	
}
#information .bnArea li a {
	    color: #337ab7;
			font-size: 0.9em;
}
#information .bnArea #bn_mynavi {
	display: block;
	width: 200px;
}
#information .bnArea #bn_mynavi img {
	border: solid 1px #ddd;
	display: block;
	width: 100%;
	height: auto;
}


/* -------------------------------
		Works（1）
------------------------------- */
#works {
	margin-top: 50px;
}
#works .img-responsive {
	width: auto;
	width: 100%;
}

/* -------------------------------
		Reservation Footer
------------------------------- */
#reservation_footer.reservation .number img {
	width: 1.1em;
	height: auto;
	vertical-align: bottom;
	line-height: 1em;
}


/* -------------------------------
		Footer
------------------------------- */
/* Logo */
#footer #logo_footer {
	width: 245px;
}



/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

  
/* -------------------------------
		SDGs
------------------------------- */
#sdgs {
  width: 70%;
}

}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

.lead {
	font-size: 1.6em;
}
  
/* -------------------------------
		SDGs
------------------------------- */
  #sdgs {
    width: 90%;
    padding: 80px 0 0;
  }
  #sdgs .logo {
    width: 20%;
    padding-right: 30px;
  }
	
	
/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    margin-top: 0;
}
	
	
	

}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {

.lead {
	font-size: 1.4em;
}
	
/* -------------------------------
		Default Style
------------------------------- */
/* Logo */
#logo {
	width: 210px;
}
	

/* -------------------------------
		Main Image
------------------------------- */
#mainImage {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
#mainImage img {
	width: 170%;
	height: auto;
	position: absolute;
	top:  50%;
	left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
	
/* -------------------------------
		Bn - Gallery
------------------------------- */
#bn_gallery {
	padding: 40px 0 0;
}
#bn_gallery p {
	width: 90%;
	padding-bottom: 10px;
}


/* -------------------------------
		Inportant
------------------------------- */
#important,
#important a {
	text-align: left;
}


/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.3em;
	margin: 60px auto;
}


/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    margin-top: 0;
}
  
/* -------------------------------
		SDGs
------------------------------- */
#sdgs {
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 0;
}
#sdgs .logo {
  width: 70%;
  margin: 0 auto;
  padding-right: 20px;
}
#sdgs .logo small{
  font-size: 0.5em;
}

/* -------------------------------
		information
------------------------------- */
  #information2 {
  padding-top: 70px;
}
/* -------------------------------
		Gallery
------------------------------- */
#gallery p {
	min-height: auto;
}

/* -------------------------------
		Reservation
------------------------------- */
.reservation .number img {
	margin-right: 10px;
}
	

}