@charset "UTF-8";

/*!
Theme Name: comz-small-factory
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}


/************************************
** 共通
************************************/
.body{
  font-family: 'M PLUS 1p', sans-serif;
  font-family: 'Montserrat', sans-serif;
}

/************************************
** header
************************************/

/********** header **********/
.header-container {
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

.header-container-in.hlt-top-menu .logo-header {
    max-height: fit-content;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 60px;
}

.menu-button-in img {
	padding: 5px 70px 5px 10px;
}

.fixed-header {
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
  animation: slide_down_menu 0.5s ease !important;
}



.fixed-header .header .header-in {
    min-height: 90px;
}

/************************************
** section_contanct
************************************/

#sec_010 {
    background: #eee;
}
.contact-detail-box {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 30px;
}
.contact-detail-box p {
    margin-bottom: 10px;
}
.contact-box-tel {
    font-size: 2em;
    letter-spacing: .1em;
    font-weight: 700;
}
.contact-box-tel:before{
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 900;
    margin-right: 10px;
}

.inquiry-table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    line-height: 1.8;
    margin-bottom: 20px;
}
.inquiry-table th {
    background-color: #081456;
    color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.inquiry-table .lang-en {
    font-size: 14px;
    line-height: 1.2;
}
span.haveto {
    padding: 10px;
    color: #ffcc00;
}
.inquiry-table td {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.inquiry-table td .caption {
    line-height: 1.2;
    font-size: 14px;
    margin-top: 10px;
}
.submit-box {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 30px 0;
}
.box-inner-1 {
    padding: 30px 0;
}
.submit {
    width: 50%;
    margin: 0 auto;
}
input[type=submit] {
	padding: 20px;
	font-size: 20px;
	background-color: #081456;
	color: #fff;
	transition: 0.5s all;
}
input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #444;
    color: #444;
}

@media screen and (max-width:767px) {
  .contact-box-tel {
        font-size: 1.5em;
    }
  .inquiry-table th, .inquiry-table td {
  padding: 10px;
  }
  .submit { width: 100%; }
  .submit-box {
    padding: 30px 20px;
    text-align: left;
  }
}

/* Box menu class="ex-box-menu" */
.ex-box-menu .box-menu-icon { color: #000; }
.box-menu:hover {
    box-shadow: inset 2px 2px 0 0 #000000, 2px 2px 0 0 #000000, 2px 0 0 0 #000000, 0 2px 0 0 #000000;
}


/************************************
** footer-contents
************************************/

/************************************
** トップへ戻るボタン
************************************/

.go-to-top-button {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  font-size: 30px;
}
