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

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

#contact { padding: 80px 0px; background: #28292b; }
#contact .idx_tit { color: #fff; }
#contact .idx_tit span { color: #fff; }
#contact p { color: #fff; }


#main_v h2 {
display: none;
}


.comTitle01 { font-size: 20px; text-align: center; margin-bottom: 50px; font-weight: bold; }
.com_btn { margin: 0 auto; margin-top: 50px; }
/*-------------------------------*/
.com_table { margin-bottom: 80px; }

table.com_table th {
width: 25%;
color: #fff;
}
table.com_table td { position: relative; }
table.com_table th span {
float: right;
font-size: 0.8em;
background: #c6b28b;
padding: 0 10px;
color: #FFF;
line-height: normal;
}

input[type="submit"] {
background: #c6b28b;
border: #c6b28b 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
}

input[type="submit"]:hover {
background: #fff;
border: #c6b28b 1px solid;
color: #c6b28b;
}

.submit:hover {
background: #fff;
border: #ff7e00 1px solid;
color: #ff7e00;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
}

.w240 { width: 240px;}
.w350 { width: 350px;}
.w540 { width: 540px;}
.w100p { width: 100%; box-sizing: border-box;}

.h_kome {
background: #c6b28b none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}

.compTit {
text-align: center;
font-size: 1.8em !important;
margin-bottom: 30px;
letter-spacing: 1px;
}

.compTxt {
text-align: center;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 20px;
}

.compTxt2 {
text-align: center;
font-size: 1em;
margin-bottom: 30px;
}


/*------*/
.telBoxSoto {
width: 80%;
margin: 0 auto 50px;
}

.telHedTxt {
background-color: #333333;
color: #fff;
padding: 10px;
}

.telHedTxt h5 {
text-align: center;
font-size: 1.1em;
font-weight: normal;
}

.telBoxWrap {
box-sizing: border-box;
padding: 20px;
background-color: #f4f4f4;
}

.telBox li {
box-sizing: border-box;
/*background: url(../images/category/contact/tel_bg.jpg) center center no-repeat;*/
background-color: #fff;
width: 48%;
float: left;
margin-right: 4%;
padding: 10px;
border: #ccc 1px solid;
}

.telBox li:nth-child(2n) {
margin-right: 0;
}

.telBox li h5 {
margin-bottom: 10px;
color: #c6b28b;
text-align: center;
padding: 0.25em;
border-top: solid 2px #c6b28b;
border-bottom: solid 2px #c6b28b;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
/*.telBox li h5 {
text-align: center;
font-weight: normal;
margin-bottom: 5px;
}
.telBox li h5 span {
position: relative;
display: inline-block;
padding: 0 55px;
}
.telBox li h5 span:before, .telBox li h5 span:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}
.telBox li h5 span:before {left:0;}
.telBox li h5 span:after {right: 0;}*/

.telBox li p {
background-color: rgba(255,255,255,0.8);
text-align: center;
font-size: 1.5em;
}

.telBox li p i {
color: #c6b28b;
}

.telBoxTxt {
text-align: center;
margin-bottom: 10px;
}

}




/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {

#contact { padding: 50px 0px; background: #28292b; }
#contact .idx_tit { color: #fff; }
#contact .idx_tit span { color: #fff; }
#contact p { color: #fff; }


table.com_table td { position: relative; }
/*-------------------------------*/
table.com_table th span {
float: right;
font-size: 0.8em;
background: #c6b28b;
padding: 0 10px;
color: #FFF;
line-height: normal;
}
table.com_table th { color: #fff; }
table.com_table td {
display: block;
width: 100%;
padding: 10% 5%;
box-sizing: border-box;
}

input[type="submit"] {
background: #c6b28b;
color: #FFF;
font-size: 1.4em;
padding: 20px 40px;
border: none;
cursor: pointer;
transition: 0.5s;
}

input[type="submit"] :hover {
background: #2690d7;
}

.submit:hover {
background: #2690d7;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
}

.w240 { width: 100%; box-sizing: border-box;}
.w350 { width: 100%; box-sizing: border-box;}
.w540 { width: 100%; box-sizing: border-box;}
.w100p { width: 100%; box-sizing: border-box;}

.h_kome {
background: #c6b28b none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}

.compTit {
text-align: center;
font-size: 1.4em;
margin-bottom: 50px;
letter-spacing: 1px;
}

.compTxt {
text-align: center;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 20px;
}

.compTxt2 {
text-align: center;
font-size: 1em;
margin-bottom: 30px;
}

/*------*/
.telBoxSoto {
width: 100%;
margin: 0 auto 40px;
}

.telHedTxt {
background-color: #333333;
color: #fff;
padding: 10px;
}

.telHedTxt h5 {
text-align: center;
font-size: 1.1em;
font-weight: normal;
}

.telBoxWrap {
padding: 10px;
background-color: #f4f4f4;
}

.telBox li {
box-sizing: border-box;
background-color: #fff;
width: 100%;
float: none;
margin-bottom: 20px;
padding: 10px;
border: #ccc 1px solid;
}

.telBox li:nth-child(2n) {
margin-bottom: 0;
}

.telBox li h5 {
margin-bottom: 10px;
color: #c6b28b;
text-align: center;
padding: 0.25em;
border-top: solid 2px #c6b28b;
border-bottom: solid 2px #c6b28b;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
/*.telBox li h5 {
text-align: center;
font-weight: normal;
margin-bottom: 5px;
}
.telBox li h5 span {
position: relative;
display: inline-block;
padding: 0 55px;
}
.telBox li h5 span:before, .telBox li h5 span:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}
.telBox li h5 span:before {left:0;}
.telBox li h5 span:after {right: 0;}*/

.telBox li p {
text-align: center;
font-size: 1.2em;
}

.telBox li p i {
color: #c6b28b;
}

.telBoxTxt {
text-align: center;
margin-bottom: 10px;
}

}