@charset "UTF-8";

/* 共通部分
------------------------------- */
html{
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "HIragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.7;
    color: #432;
    background-color: #ffffff;
}

img{
    max-width: 100%;
}

/*　レイアウト　*/
.wrapper {
    max-width: 1080px;
    margin:auto;
}

.align-center{
    text-align: center;
}

.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}

/*　見出し　*/
.font-japanese{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/*　ヘッダー　
------------------------------- */
header{
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 300px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #ffffff;
}

.main table{
    border-collapse: collapse;
    border:none;
    width: 100%;
    table-layout: fixed;
    margin-top: 10px;
}

.main th{
    border:solid 1px #a1795c;
    border-top: none;
    border-bottom: none;
    padding: 10px 0px;
}

.main-nav{
    font-size: 1.3rem;
    list-style: none;
    background-color: #ffffff;
}
.main-nav a{
    color:#a1795c;
    text-decoration: none;
}
.main-nav a:hover{
    text-decoration: underline;
}

/*　ボタン　*/
.btn{
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;;
    padding: 5px 15px;
    font-size: 1.5rem;
    text-decoration: none;
    background: radial-gradient(#a1795c,#bba692);
    color: #fff;
    border-radius: 8px;
    transition: .5s;
}
.btn:hover{
    opacity:0.5;
}

/*　メイン（画像と文字を重ねる）　*/
.overrap{
    position: relative;
}

.overrap p{
    position:absolute;
    top: 70%;
    left: 5%;
    color: #7e451c;
    font-size: 21px;
}

#mainheadline{
    position: absolute;
    top: 55%;
    left: 3%;
    font-size: 50px;
    color: #7e451c;
}

.overrap h2{
    position: absolute;
    top: 40%;
    left: 3%;
    font-size: 50px;
    color: #7e451c;
}

/*　Information　*/
h3{
    font-size: 40px;
    color: #a1795c;
    text-decoration: none;
    text-align: center;
    margin: 2rem;
}

.information h4{
    font-size: 35px;
    color: black;
    text-decoration: none;
}

.information h4:hover{
    text-decoration: underline;
}

.information p{
    font-size: 25px;
    color:black;
    text-decoration: none;
}

.information a{
    font-size: 25px;
    color:black;
    text-decoration: none;
}

.information img{
    width: 80%;
    height: 80%;
    border-radius: 50%;
    object-fit: cover;
    border: solid 4px #bba48c;
}

.information img:hover{
    opacity:0.5;
}

.information table{
    margin: 60px 54px;
    border-collapse: collapse;
    width: 90%;
    height:auto;
    align-items: center;
}

.information th{
    width:40%;
}

.information td{
    width:60%;
    padding-top: 10px;
    padding-left: 80px;
}

/*　フッター　*/
small{
    color:#bba48c;
}

/*　OEMをお考えの方　*/
.introduction1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}

.introduction1 p{
    font-size: 25px;
    margin-left: 30px;
}

.introduction1 img{
    width:300px;
}

.introduction2 ol{
    text-align: left;
    width:fit-content;
    margin:auto;
    font-size: 25px;
    align-items: center;
    list-style-type: decimal;
    list-style-position: inside;
}

.introduction2 li{
    padding: 5px;
}

.introduction3 ul{
    text-align: left;
    width:fit-content;
    margin:auto;
    padding-left:50px;
    align-items: center;
    list-style-position: inside;
}

.introduction3 li{
    padding: 10px;
    list-style: none;
}

.introduction3 a{
    text-decoration: none;
    color:#432;
    font-size: 25px;
}

.introduction3 a:hover{
    color: #bba48c;
}

.introduction3 p{
    color:#432;
    font-size: 20px;
}

#additional{
    text-decoration: none;
    color:#432;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*　製品化の流れ　*/
.triangle-down {
    height: 30px;
    width: 150px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background-color: #bba48c;
    margin:auto;
}

.flow h4{
    font-size: 35px;
    color: #bba48c;
    text-decoration: none;
    text-align: left;
}

.flow img{
    object-fit: cover;
    border: solid 3px #bba48c;
}

.flow table{
    margin: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 85%;
    height:auto;
    align-items: center;
}

.flow th{
    width:65%;
}

.flow td{
    width:35%;
    padding-top: 10px;
    padding-left: 80px;
}

.flow p{
    font-size: 25px;
    text-align: left;
}

.s{
    vertical-align: top;
}

/*　製品紹介　*/
.products img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: solid 4px #bba48c;
}

.products table{
    margin: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    height:auto;
    align-items: center;
}

.products td{
    width:33.3%;
    padding: 10px;
}

.products h4{
    font-size: 30px;
    color: #bba48c;
    text-decoration: none;
    text-align: center;
}

/*　お問い合わせ　*/
.inquery ul{
    text-align: left;
    width:fit-content;
    margin:auto;
    margin-bottom: 20px;
    align-items: center;
    list-style-position: inside;
    font-size: 20px;
}

.red{
    color: red;
}

.inquery table{
    margin: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 80%;
    height:auto;
    align-items: center;
    border: solid 2px #bba48c;
}

.inquery th{
    width: 25%;
    border: solid 2px #bba48c;
    font-size: 20px;
    color:#bba48c;
}

.inquery td{
    width: 75%;
    border: solid 2px #bba48c;
}

::placeholder{
    color: #7d7d7d;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
    padding: 10px;
    margin: 10px;
    width:90%;
    color: #432;
    background-color: white;
    border: 1px solid #bba48c;
    border-radius: 5px;
}

input[type="submit"]{
    display: inline-block;
    font-size: 20px;
    background-color: white;
    border: solid 2px #bba48c;
    color: #bba48c;
    border-radius: 10px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px; 
    margin-top: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

input[type="submit"]:hover{
    opacity: 0.5;
}

.confirmation button{
    display: inline-block;
    font-size: 20px;
    background-color: #cccccc;
    border: solid 2px #bba48c;
    color: blue;
    border-radius: 10px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px; 
    margin: 15px;
    transition: .5s; 
}

.confirmation button:hover{
    opacity: 0.5;
}

.confirmation table,
.complete table{
    background-color: white;
    padding: 10px;
    border: 2px solid #bba48c;
    vertical-align: middle;
    margin:auto;
}

.confirmation,
.complete{
    text-align: center;
    background-color: #ffffff;
}

.complete th,
.confirmation th{
    font-size:20px;
    padding: 10px;
}

.confirmation td,
.complete td{
    font-size: 20px;
    padding: 10px;
}

.complete h1,
.confirmation h1{
    text-align: center;
    font-size: 30px;
    margin:10px;
    color:#a1795c;
}

.complete p,
.confirmation p{
    text-align: center;
    margin:10px;
    color:black;
    font-size: 20px;
}

/*　会社概要　*/
.company table{
    border-collapse: collapse;
    border:none;
    width: 95%;
    table-layout: fixed;
    margin-top: 10px;
    margin-bottom: 60px;
    margin-left:27px;
    margin-right:27px;
}

.company th{
    border:solid 2px #bba48c;
    border-left: none;
    border-right: none;
    padding: 25px 0px;
    width:30%;
}

.company td{
    border:solid 2px #bba48c;
    border-left: none;
    border-right: none;
    padding: 25px 0px;
    width:70%;
}

.company h4,
.company p{
    font-size: 20px;
    color: #bba48c;
    text-decoration: none;
    text-align: center;
}

.company ul{
    text-align: left;
    width:fit-content;
    margin:auto;
    align-items: center;
    list-style-position: inside;
    font-size: 20px;
    color:#bba48c;
}