@charset "utf-8";
/* CSS Document */

@import url(cmn.css);
@import url(base.css);

#main {
    height: 500px;
    background: url("../images/contact-images/page-title.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENT
========================================================================== */
.top-box{
position: relative;
top: -100px;
margin-bottom: -30px;
}

#telbox .about{
color: #194244;
font-size: 1.8rem;
text-align: center;
margin-bottom: 40px;
}
#telbox .office{
color: #fff;
max-width: 500px;
box-sizing: border-box;
font-size: 1.8rem;
text-align: center;
background-color: #00736d;
padding: 5px;
margin: 0 auto 20px auto;
}
#telbox .tel{
color: #000;
font-size: 5.0rem;
line-height: 1.1;
text-align: center;
margin-bottom: 10px;
}
#telbox .fax{
color: #000;
font-size: 5.0rem;
line-height: 1.1;
text-align: center;
margin-bottom: 0;
}
#telbox .tel .min,#telbox .fax .min{
font-size: 2.0rem;
}

#mailbox h3 {
color: #194244;
}
#mailbox p a {
text-decoration: underline;
}
#mailbox table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#mailbox table th {
    width: 26%;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
}
#mailbox table th span {
padding-left: 10px;
}
#mailbox table td {
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
}
.input01 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.input02{
    width:50%;
    box-sizing: border-box;
    padding: 10px;
}

.submit {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%;
}
.submit button {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 300px;
    background-color: #f6b37f;
    border: solid 1px #f6b37f;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.submit button:hover {
    color: #f6b37f;
    background-color: #fff;
    border: solid 1px #f6b37f;
    cursor: pointer;
}

.submit input {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 300px;
    background-color: #f6b37f;
    border: solid 1px #f6b37f;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.submit input:hover {
    color: #f6b37f;
    background-color: #fff;
    border: solid 1px #f6b37f;
    cursor: pointer;
}

/* ------------------------------------------------------------
	 PC   1100px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1000px) {


}

/* ------------------------------------------------------------
	 TABLET   for - 1099px
   ------------------------------------------------------------ */
@media screen and (max-width:999px) {

}

/* ------------------------------------------------------------
	 SP　699pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
#main {
height: 180px;
background-position:50% 100%;
    background-size: 100% auto;
}

.top-box{
position: relative;
top: 0px;
margin-bottom: 0px;
}

#telbox .about{
font-size: 1.2rem;
margin-bottom: 20px;
}
#telbox .office{
font-size: 1.3rem;
padding: 5px;
margin: 0 auto 10px auto;
}
#telbox .tel{
font-size: 2.0rem;
margin-bottom: 10px;
}
#telbox .fax{
font-size: 2.0rem;
margin-bottom: 0;
}
#telbox .tel .min,#telbox .fax .min{
font-size: 1.0rem;
}

#mailbox table {
    margin-bottom: 30px;
}
#mailbox table th {
display: block;
    width: 100%;
    padding: 10px;
}
#mailbox table td {
display: block;
    width: 100%;
    padding: 0 10px 10px 10px;
}


}
