@font-face {font-family: "Meiryo UI";
    src: url("https://db.onlinewebfonts.com/t/a9aca7e1ecdbdf39d9a97fe080562d20.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/a9aca7e1ecdbdf39d9a97fe080562d20.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/a9aca7e1ecdbdf39d9a97fe080562d20.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/a9aca7e1ecdbdf39d9a97fe080562d20.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/a9aca7e1ecdbdf39d9a97fe080562d20.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/a9aca7e1ecdbdf39d9a97fe080562d20.svg#Meiryo UI") format("svg"); /* iOS 4.1- */
}
body, h1,h2,h3,h4,h5,h6,p,span, label, a, button, input, optgroup, select, textarea{
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif !important;
}
body{
    background-color: #fff;
}
.front-logo {
    display: none;
}
.custom-menu {
    color: #fff !important;
}
.custom-menu:hover {
    color: #eee !important;
}
.front-header {
    display: initial !important;
}
#navbarScroll{
    justify-content: center;
}
#navbarScroll span{
    font-size: 15px;
    font-weight: 500;
}
.header-logo {
    float: left;
}
.header-logo a {
    display: flex;
}
.header-logo .logo-name{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
.header-logo p{
    margin-top: 20px;
    margin-left: 21px;
    font-style: italic;
}
.header-info img {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}
.tel-number {
    float: left;
    margin-top: 7px;
}
.header-info button {
    margin-left: 22px;
    margin-top: 7px;
}
.footer {
    height: auto;
    position: static;
}
.footer p{
    font-weight: 700;
    color:#fff;
}
.footer ul {
    padding-left: 0;
}
.footer ul li {
    list-style-type: none;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
}
.footer ul li a:hover{
    color: #eee;
} 
body[data-layout=horizontal] .page-content {
    margin: 0;
    padding: 0;
}

/* spiner loading */
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.spinner-border {
    position: absolute;
    top: 40%;
    left: 50%;
}
/* scroll back top */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(237, 125, 49);
    border-color: rgb(237, 125, 49);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
#btn-back-to-top:hover {
    background: rgb(243, 166, 115);
    border-color: rgb(243, 166, 115);
}
#btn-back-to-top:active {
    background-color: rgb(243, 166, 115);;
  }
#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.header-info a {
    margin-top: 13px;
    margin-left: 10px;
    font-size: 18px;
}
.custome-btn-bg{
    background: rgb(237, 125, 49) !important;
    border-color: rgb(237, 125, 49) !important;
    font-size: 13px !important;
}
.custome-btn-bg i {
    margin-right: 7px;
}
.custome-btn-bg:hover {
    background: rgb(243, 166, 115) !important;
    border-color: rgb(243, 166, 115) !important;
}
.page-item.active .page-link {
    background-color: rgb(237, 125, 49) !important;
    border-color: rgb(237, 125, 49) !important;
}
.pagination-wrapper .pagination{
    float: right;
}
.empty-text {
    text-align: center;
}
.navbar {
    padding: 0 !important;
}
/* responsive */
.nav-item .active {
    background: #fff;
    color: #000 !important;
}
.nav-item a:active {
    background: #fff;
    color: #000 !important;
}
.nav-item a{
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    transition: 0.4s;
}
.nav-item:hover {
    background: #fff;
    color: #000 !important;
    transition: 0.4s;
}
.nav-item a:hover {
    color: #000 !important;
}
@media only screen and (max-width: 991px) {
    .front-logo {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .front-logo {
        float: left;
    }
    .front-logo span {
        color: #fff;
        font-style: italic;
        font-weight: bold;
        font-size: 20px;
    }
    .logo-title {
        font-style: inherit !important;
        margin-left: 6px;
        font-size: 10px !important;
    }
    .navbar-toggler {
        margin-top: 5px;
    }
    #navbarScroll span {
        font-size: 12px;
    }
    .front-header button{
        float: right;
    }
    .header-bottom {
        display: none;
    }
    #navbarScroll{
        float: left;
    }
    #navbarScroll ul {
        max-height: initial;
    }
    .top-header {
        display: inline-table;
        width: 100%;
    }
    #btn-back-to-top{
        display: none;
    }

.contact-1 { 
      
        margin: 15px 15px;	              
	width: 90%;		                
	border-radius: 5px;	                
	padding: 15px;		                
	border: 2px solid #191970;	
	text-align: center;	               
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-image:url(/public/images/frontend/home/satei_1.png);
        background-position:left bottom;
        background-repeat:no-repeat;
        background-size:40% auto;
        }
.contact-1:hover{ 
        background-color:#FFD5EC;
}

.contact-1 a{
          color: #ff0000;
          font-size:2em;
          font-weight : bold;          
        }

.contact-2 { 
      
        margin: 15px 15px;	                
	width: 90%;		                
	border-radius: 5px;	                
	padding: 15px;		               
	border: 2px solid #191970;	
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-image:url(/public/images/frontend/home/satei_2.png);
        background-position:left bottom;
        background-repeat:no-repeat;
        background-size:40% auto;
       }

.contact-2:hover{ 
        background-color:#FFD5EC;
}

.contact-2 a{
          color: #ff0000;
          font-size:2em;
          font-weight : bold;          
           }

.contact-3 { 
      
        margin: 15px 15px;	                
	width: 90%;		                
	border-radius: 5px;	                
	padding: 15px;		               
	/*border: 2px solid #191970;*/	
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-color:#1CA3D3;
        background-image:url(/public/images/frontend/home/itaku_1.png);
        background-position:right bottom;
        background-repeat:no-repeat;
        background-size:50% auto;
        }

.contact-3:hover{ 
        background-color:#FFFFFF;
        }

.contact-3 a{

        color: #000000;
        font-size:2em;
        font-weight : bold;          
        }

.contact-line { 
      
        margin: 15px 15px;	                
	width: 90%;		                
	border-radius: 5px;	                
	padding: 15px;		               
	border: 2px solid #191970;	
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-color:#FFFFFF;
        background-position:left bottom;
        background-repeat:no-repeat;
        background-size:40% auto;
        }

.contact-line:hover{ 
        background-color:#FFD5EC;
}

.contact-line a{
          color: #ff0000;
          font-size:2em;
          font-weight : bold;          
     }

}

/*****************************************************************************/

/*For PC*/
@media  screen and (min-width: 769px) {    

.contact-1 {       
        margin: 10px 0px;	                
	width: 75%;		                
	border-radius: 7px;	               
	padding: 15px;		               
	border: 5px solid #191970;	
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-image:url(/public/images/frontend/home/satei_1.png);
        background-position:left bottom;
        background-repeat:no-repeat;
        background-size:25% auto;
     }

.contact-1:hover{ 
        background-color:#FFD5EC;
     }

.contact-1 a{
        color: #ff0000;
        font-size:3em;
        font-weight : bold;          
     }

.contact-2 {        
        margin: 10px 0px;
        width: 75%;	              
	border-radius: 7px;	               
	padding: 15px;		                
	border: 5px solid #191970;	
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-image:url(/public/images/frontend/home/satei_2.png);
        background-position:left bottom;
        background-repeat:no-repeat;
        background-size:23% auto;
     }
.contact-2:hover{ 
        background-color:#FFD5EC;
     }

.contact-2 a{
          color: #ff0000;
          font-size:3em;
          font-weight : bold;          
     }

.contact-3 {        
        margin: 10px 0px  20px 0px;
        width: 75%;	              
	border-radius: 7px;               
	padding: 15px;		                
	/*border: 5px solid #191970;*/	
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-color:#1CA3D3;
        background-image:url(/public/images/frontend/home/itaku_1.png);
        background-position:right bottom;
        background-repeat:no-repeat;
        background-size:30% auto;
     }
.contact-3:hover{ 
        background-color:#FFD5EC;
     }

.contact-3 a{
        color:#000000;
        font-size:3em;
        font-weight : bold;          
     }


.contact-line {        
        margin: 10px 0px  20px 0px;
        width: 75%;	              
	border-radius: 7px;               
	padding: 15px;		                
	border: 5px solid #191970;
	text-align: center;	                
        font-family:sans-serif;
        margin-left:auto;
        margin-right:auto;
        background-color:#FFFFFF;
        background-position:right bottom;
        background-repeat:no-repeat;
        background-size:30% auto;
     }
.contact-line:hover{ 
        background-color:#FFD5EC;
     }

.contact-line a{
        color:#000000;
        font-size:3em;
        font-weight : bold;          
     }
}

/*****************************************************************************/


@media only screen and (max-width: 441px) {
    .front-logo span {
        font-size: 17px;
    }
    .logo-title {
        font-size: 9px !important;
    }
}
@media only screen and (max-width: 414px) {
    .front-logo span {
        color: #fff;
        font-style: italic;
        font-weight: bold;
        font-size: 17px;
    }
    .logo-title {
        font-style: inherit !important;
        margin-left: 6px;
        font-size: 9px !important;
    }
    .footer-column{
        width: 50%;
    }
    .logo {
        font-size: 17px;
    }
    .logo-title {
        font-size: 8px !important;
    }
}
@media only screen and (max-width: 405px) {
    .front-logo span {
        font-size:  15px;
    }
    .logo-title {
        font-size: 8px !important;
    }
}
@media only screen and (max-width: 375px) {
    .front-logo span {
        font-size: 15px;
    }
    .logo-title {
        font-size: 7px !important;
    }
}
@media only screen and (max-width: 361px) {
    .logo-title {
        font-size: 6px !important;
    }
}
@media only screen and (max-width: 323px) {
    .logo-title {
        font-size: 5px !important;
    }
}
@media only screen and (max-width: 307px) {
    .logo-title {
        display: none;
    }
}

