@charset "utf-8";
/* CSS Document */

/*基本フォント指定*/
html, body, header, fotter, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {font-family:"ヒラギノ角ゴ W3 JIS2004";}
/*body背景色指定*/
body{background: #b8bac6;
background: -moz-linear-gradient(left, #b8bac6 0%, #dbdce2 5%, #ffffff 15%, #ffffff 85%, #dddfe3 95%, #b8bac6 100%);
background: -webkit-linear-gradient(left, #b8bac6 0%,#dbdce2 5%,#ffffff 15%,#ffffff 85%,#dddfe3 95%,#b8bac6 100%);
background: linear-gradient(to right, #b8bac6 0%,#dbdce2 5%,#ffffff 15%,#ffffff 85%,#dddfe3 95%,#b8bac6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bac6', endColorstr='#b8bac6',GradientType=1 );}
/*枠*/
#main_contents{width:100%;}
.tab{display:none;}
.sp{display:none;}
.pc.tab{display:inherit;}
.sp.tab{display:none;}
.inner1100{width:1100px; margin:auto;}
.inner1000{width:1000px; margin:auto;}
/*電話番号リンク無効*/
 /* a[href^="tel:"]{pointer-events:none;}*/
  

/************************************************************************************/

header{width:100%; height:110px; border-bottom:solid 2px #000;}
header>.inner1000{display:flex; flex-wrap:wrap; position:relative;}
header>.inner1000>.logo, header>.inner1000>.inquiry_btn{position:absolute;}
header>.inner1000>.logo{top:0; left:0;}
header>.inner1000>.inquiry_btn{top:0; right:0;}
header>.inner1000>.inquiry_btn>li{width:auto; height:auto; margin:11px 0 0; border-bottom:solid 2px #654619; border-radius:5px; overflow:hidden;}
header>.inner1000>.inquiry_btn>li>a{width:200px; height:38px; color:#fff; display:block; font-family:"黎ミン B"; font-size:14px; letter-spacing:0.06em; line-height:38px; text-align:center; transition:all 0.3s ease; background: #8e6639;
background: -moz-linear-gradient(-45deg, #8e6639 0%, #ac814c 20%, #dabea1 50%, #ac814c 80%, #8e6639 100%);
background: -webkit-linear-gradient(-45deg, #8e6639 0%,#ac814c 20%,#dabea1 50%,#ac814c 80%,#8e6639 100%);
background: linear-gradient(135deg, #8e6639 0%,#ac814c 20%,#dabea1 50%,#ac814c 80%,#8e6639 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6639', endColorstr='#8e6639',GradientType=1 );}
header>.inner1000>.inquiry_btn>li>a:hover{transition:all 0.3s ease; opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; -khtml-opacity:0.7; -moz-opacity:0.7; opacity:0.7;}
header>.inner1000>.inquiry_btn>li>a>i{display:inline-block; margin-right:3px;}
header>.inner1000>.inquiry_btn>li>a>i.fa-phone-alt{transform:rotate(12deg);}

footer{background:#091a23; color:#fff; border-top:solid #000 5px; margin-top:50px;}
footer>.inquiry{padding-top:30px;}
footer>.inquiry>ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
footer>.inquiry>ul>li{width:48%;}
footer>.inquiry>ul>li>h2{color:#fff; font-family:"ヒラギノ角ゴ W6 JIS2004"; font-size:18px; letter-spacing:0.06em; line-height:2.2; text-align:center; background: -moz-linear-gradient(left, rgba(0,52,73,0) 0%, rgba(0,52,73,1) 20%, rgba(0,52,73,1) 80%, rgba(0,52,73,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,52,73,0) 0%,rgba(0,52,73,1) 20%,rgba(0,52,73,1) 80%,rgba(0,52,73,0) 100%);
background: linear-gradient(to right, rgba(0,52,73,0) 0%,rgba(0,52,73,1) 20%,rgba(0,52,73,1) 80%,rgba(0,52,73,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003449', endColorstr='#00003449',GradientType=1 );}
footer>.inquiry>ul>li>p{font-size:15px; line-height:1; text-align:center;}
footer>.inquiry>ul>li>a{display:block; text-align:center;}
footer>.inquiry>ul>li>a.tel{width:100%; color:#d3b696; font-family:"黎ミン B"; font-size:30px; line-height:1; letter-spacing:0.06em;}
footer>.inquiry>ul>li>a.mail{width:80%; height:auto; margin:-8px auto 0; font-family:"黎ミン B"; font-size:17px; letter-spacing:0.1em; line-height:2.5; transition:all 0.3s ease; color:#fff; text-shadow:0 0 5px #5a3b17; background:#8e6639;
background:-moz-linear-gradient(-45deg, #8e6639 0%, #ac814c 20%, #dabea1 50%, #ac814c 80%, #8e6639 100%);
background:-webkit-linear-gradient(-45deg, #8e6639 0%,#ac814c 20%,#dabea1 50%,#ac814c 80%,#8e6639 100%);
background:linear-gradient(135deg, #8e6639 0%,#ac814c 20%,#dabea1 50%,#ac814c 80%,#8e6639 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6639', endColorstr='#8e6639',GradientType=1 );
border-bottom:solid 2px #654619; border-radius:5px; overflow:hidden;}
footer>.inquiry>ul>li>a.mail:hover{transition:all 0.3s ease; opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; -khtml-opacity:0.7; -moz-opacity:0.7; opacity:0.7;}
footer>.inquiry>ul>li>a.mail>i{display:inline-block; margin-right:3px;}
footer>.address{background:#000; margin-top:40px; padding:15px 0; font-size:11px; letter-spacing:0.06em; text-align:center;}

