﻿/* all backgrounds */
.slide-bg-1{
    background-image: url('assets/img/Pic_work.PNG');
}
.slide-bg-2{
    background-image: url('assets/img/Pic_note.PNG');
}
.slide-bg-3{
    background-image: url('assets/img/Pic_Road.PNG');
}
.slide-bg-4{
    background-image: url('assets/img/PC.jpg');
}

.mb50{
    margin-bottom: 50px;
}
.pt30{
    padding-top: 30px;
}
.btn-xlg {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 70px;
    background: #3898EC;
    border-color: #3898EC;
}
.btn-xlg:hover {
    background: rgb(34, 123, 200);
    border-color: rgb(34, 123, 200);
}

.divider-line {
    display: block;
    width: 100%;
    height: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11a73b+0,11a73b+0,7c878c+25,004ea2+50,d7195f+75,e4ae0a+99 */
    background: #11a73b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #11a73b 0%, #11a73b 0%, #7c878c 25%, #004ea2 50%, #d7195f 75%, #e4ae0a 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #11a73b 0%,#11a73b 0%,#7c878c 25%,#004ea2 50%,#d7195f 75%,#e4ae0a 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #11a73b 0%,#11a73b 0%,#7c878c 25%,#004ea2 50%,#d7195f 75%,#e4ae0a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a73b', endColorstr='#e4ae0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.header-top {
    padding: 15px 0;
}
.logo img {
    width:  220px;
}
.main-menu {
    padding: 11px 0;
}
.main-menu ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}
.main-menu ul li {
    display: inline-block;
    margin-left:  30px;
}
.main-menu ul li a {
    font-size: 18px;
    text-transform: capitalize;
    color:  #333;
    text-decoration:  none;
}
.main-menu ul li a:hover {
    color:  #227BC8;
}
.sgl-slide-item {
    background-size:  cover;
    background-position:  center center;
    background-repeat: no-repeat;
}
.slider-overlay {
    background-color: rgba(0,0,0, 0.35);
}
.sgl-slide-item h2 {
    margin: 220px 0;
    color: #fff;
}
.section-padding {
    padding: 50px 0;
}
.text-block h3 {
    margin: 0 0 10px 0;
}
.text-block h3:first-child {
    font-weight: bold;
    margin-bottom: 35px;
}
.text-block {
    margin-bottom: 40px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}
.sgl-service {
    margin-bottom: 40px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 40px;
}
.sgl-service h3 {
    font-weight:  bold;
    margin-top: 20px;
    margin-bottom:  20px;
}

.sgl-service p {
    margin-bottom:  5px;
}
.pricing-table {
    border-top:  1px dashed #ddd;
    margin-top:  40px;
    padding-top:  40px;
}
.pricing-table h3 {
    font-weight:  bold;
    margin-top:  0;
    margin-bottom: 30px;
}
.price-box table tr,td {
    border: 1px solid #ddd;
}
.price-box table tr td {
    padding: 20px 10px;
    text-align:  center;
    color:  #fff;
}
.price-box table tr td:nth-child(1) {
    text-align:  left;
    padding-left: 20px;
    width:  16%;
    color:  #000;
}
.price-box table tr td:nth-child(2) {
    width:  28%;
    background: #1BAD7E;
}
.price-box table tr td:nth-child(3) {
    width:  28%;
    background: #85B8B1;
}
.price-box table tr td:nth-child(4) {
    width:  28%;
    background:  #A7CC7F;
}
.price-box table tr:nth-child(1) {
    font-weight:  bold;
    font-size:  16px;
}
.price-box table tr:nth-child(2) {
    font-weight:  bold;
    font-size:  25px;
}
.pricing-table p {
    margin-bottom:  0;
    margin-top:  10px;
}
.footer-logo {
    padding: 20px 0;
}
.footer-logo img {
    width:  100px;
}
.footer-menu {
    padding-top:  20px;
}
.sgl-footer-menu {
    margin-bottom: 20px;
    width:  20%;
    float:  left;
}
.sgl-footer-menu ul {
    margin:  0;
    padding:  0;
    list-style:  none;
    margin: 0 10px;
}
.sgl-footer-menu ul li a {
    color:  #000;
    font-size:  16px;
    font-weight:  bold;
}
.sgl-footer-menu ul li ul.drop-down {
    margin:  0;
    padding:  0;
    list-style:  none;
}
.sgl-footer-menu ul li ul.drop-down li a {
    font-size:  14px;
    font-weight:  normal;
}
.footer-copyright {
    background: #222;
    padding: 20px 0;
}
.footer-copyright p {
    margin:  0;
    color: #ddd;
}
a.btn-lg-size {
    font-size: 32px;
}




/* Service page CSS */
.service-logo img {
    margin:  0 auto;
}
.service-logo {
    margin-bottom:  20px;
}
.service-txt-block {
    margin-bottom: 40px;
}
.service-txt-block p {
    margin-bottom: 5px;
    font-size: 18px;
}




/* Contact page CSS */
.contact-pg h3 {
    margin-bottom:  25px;
    font-weight:  bold;
}
.sgl-info {
    margin-left:  40px;
    margin-bottom: 20px;
}
.sgl-info p {
    margin-bottom:  5px;
}




/* Inquiry page CSS */
.pg-heading h3 {
    font-weight:  bold;
    border-bottom: 2px solid #333;
    margin-bottom:  25px;
    padding-bottom: 20px;
}




/* drop down menu */
.main-menu ul li {
    position:  relative;
}

.main-menu ul li ul.drop-down {
    position: absolute;
    width: 180px;
    background: #eee;
    height:  auto;
    z-index:  9999;
    text-align: left;
    top: 25px;
    left:  0;
    opacity: 0;
    visibility: hidden;
}
.main-menu ul li ul.drop-down li {
    display:  block;
    margin-left:  0;
}
.main-menu ul li ul.drop-down li a {
    display:  block;
    padding: 5px 10px;
    border-bottom:  1px solid #ccc;
}
.main-menu ul li:hover ul.drop-down {
    position: absolute;
    width: 180px;
    background: #eee;
    height:  auto;
    z-index:  9999;
    text-align: left;
    top: 25px;
    left:  0;
    opacity: 1;
    visibility: visible;
}
.subTitle1 {
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
}

.siteMaps {
    min-height: calc(100vh - 386px);
    max-height: 100%;
}
.siteMapsLinks{
    margin-top: 30px;
}
.siteMapsLinks > ul > li  {
    list-style-type: none;
    display: inline-table;
    min-width: 150px;
    border-right: 1px solid #ccc;
    padding: 0 20px;
    height: 100%;
}
.siteMapsLinks > ul li:last-child{
    border-right: none;
}
.siteMapsLinks ul li ul {
    padding-left: 30px;
}
.siteMapsLinks ul li ul li {    
    list-style-type: circle;    
    border-right: none;
}
.service-txt-block .imgCenter {
    margin-top: 100px;
}

.navToggler{
    width: 42px;
    height: 35px;
    border: 1px solid gray;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border-radius: 4px;
    margin-left: auto;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: none;
}

.navToggler:hover,
.navToggler.active{
    background-color: #D7195F;
    color: #fff;
    border-color: #D7195F;
}
.youtube {
	position: relative;
	width: 75%;
	padding-top: 56.25%;
	margin-left: auto;
	margin-right: auto;
	height: 75%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 90%;
}
.gengo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 32%;
	background-color: #f0f0f0;
}

.contents-box img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

.contents-box h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	text-align: center;
}

.contents-box2 {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 49%;
	font-size: 12px;
}
.contents-box2 img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}
.contents-box2 h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	.contents-wrap {
		flex-direction: column;
	}
	.contents-box {
		width: 100%;
	}
	.contents-box2 {
		width: 100%;
	}
	*, *:before, *:after {
	box-sizing: border-box;
}
	
}
