@charset "UTF-8";
/* CSSリセット */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}
/* メインエリア */

body {
    background: url(img/header.png) repeat-x;
    width: 100%;
}

#container {
    background: url(img/footer.png) repeat-x;
    background-position: bottom;
    width: 100%;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
    color: #888;
    text-align: center;
}

.header-inner {
    overflow: hidden;
    width: 980px;
    position: relative;
}

.info span {
    display: block;
    padding: 1px;
    margin: 3px;
    width: 80px;
    background-color: #BBB;
    font-family: Arial;
    font-size: 12px;
    color: white;
    border: 1px solod #888;
    float: right;
}

.info {
    width: 200px;
    height: 80px;
    margin-top: 40px;
    margin-right: 40px;
    position: absolute;
    top: 40px;
    right: 0px;
}

.info a{
	color: white;
}
nav {
/*
    background: url(img/navi.png) repeat-x;
*/
    width: 980px;
    height: 60px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.navi > li {
    display: inline-block;
    padding-left: 5px;
}

.left {
    float: left;
    width: 650px;
}

.toha,
.tokutyo,
.zench {
    margin-bottom: 10px;
}

.right {
    width: 300px;
    float: right;
    margin-right: 30px;
}

.top-flower,
.top-shop,
.top-voice{
    margin-bottom: 20px;
}

#content {
    overflow: hidden;
    padding-top: 30px;
}

.topics {
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    padding-bottom: 3px;
    text-shadow: 0 2px 2px #CCC;
}

.topi-thum {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-right: 5px;
    float: left;
}

.topi-context {
    width: 245px;
    font-size: 12px;
    float: right;
    line-height: 14px;
}

.topi-kiji {
    height: 150px;
}

.topi-title {
    font-weight: 700;
}

#footer {
/*
    width: 980px;
    height: 162px;
*/
    background: linear-gradient(#231815, #746d6b);
    padding: 1rem;
    margin-top: 20px;
    position: relative;
}

.footer-title {
    font-size: 25px;
    font-family: serif;
    width: 980px;
    border-bottom: 1px solid #FFF;
    text-align: left;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 5px;
}

.adress {
    width: 370px;
    text-align: left;
    color: #FFF;
    padding-top: 10px;
    float: left;
}

.footer-info {
    width: 300px;
    text-align: left;
    color: #FFF;
    padding-top: 10px;
    float: right;
    text-align: right;
}

.info5 {
    display: block;
    color: #FFF;
    width: 150px;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    float: right;
}

.info5:hover {
    background-color: #FFF;
    color: black;
}

.ad1,
.info2,
.info4 {
    font-size: 25px;
    font-family: serif;
    font-weight: 600;
}

.ad2,
.ad3 {
    font-size: 16px;
    font-family: serif;
    margin-top: 3px;
    padding-right: 20px;
}

.ad3 {
    float: left;
}

.ad4 {
    font-size: 12px;
    font-family: serif;
    margin-top: 3px;
    display: block;
}

.ad4 a,
.info5 a {
    text-decoration: none;
    color: #FFF;
    padding: 1px;
    border: 1px solid #FFF;
}

.ad4 a:hover {
    background-color: white;
    color: black;
}

#footer > span {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    color: #FFF;
}
/* コンタクトフォーム */

#formWrap,
#qa,
#tab-content{
    width: 760px;
    padding-bottom: 10%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    color: #000;
    line-height: 120%;
    font-size: 90%;
    text-align: left;
    background-color: white;
    box-shadow: 0 2px 3px #CCC;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.qa {
    margin-left: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #CCC;
    padding-top: 10px;
}

.qa span {
    padding-bottom: 10px;
    display: inline-block;
    text-align: left;
}

.qq,
.aa {
    font-family: Times;
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px #ccc;
    padding-bottom: 8px;
    padding-left: 10px;
}

.a-context,
.q-context {
    width: 660px;
    padding-left: 10px;
}

#formWrap h2,
#tab-content h2 {
    font-family: Times;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 0 2px 2px #ccc;
    border-bottom: 1px solid #000;
    width: 730px;
    padding-bottom: 8px;
    padding-left: 20px;
}

#formWrap h4 {
    font-family: Times;
    font-size: 25px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px #ccc;
    margin-left: 20px;
}

#formWrap h3 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

#formWrap p,
#tab-content p {
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 0;
}

.formTable span {
    display: block;
    font-size: 8px;
    font-weight: 600;
    width: 30px;
    text-align: center;
    float: right;
    margin-right: 40px;
    background-color: #f74250;
    color: white;
    border-radius: 5px;
}

.agree {
    text-align: center;
    margin-top: 10px;
    color: black;
}

table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #FFF;
    color: #000;
}

textarea {
    margin-top: 20px;
    width: 90%;
    height: 10em;
    scrollbar-base-color: #ff8c00;
    scrollbar-arrow-color: #ffffff;
}

.kojin {
    text-align: center;
}

.formTable {
    box-shadow: 1px 1px 3px #CCC;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
    vertical-align: middle;
}
/* FCコーポレイト　*/

.style h2 {
    font-family: Times;
    font-size: 25px;
    margin-bottom: 30px;
    text-shadow: 0 2px 3px #ccc;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

#fcwrap {
    width: 760px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    text-align: left;
}

#fcwrap h3 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 0 2px 3px #ccc;
}

.partlist {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 0 1px 1px #ccc;
}

.partlist li {
    display: inline;
    margin-left: 10px;
}

#fcwrap a {
    color: #333;
}

#fcwrap p {
    font-size: 14px;
    margin-bottom: 10px;
}

#howto img{
    float: right;
    margin-left: 10px;
}

#howto > .title {
    background: #333;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;/* 50%でもOK */
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    float: left;
}

#howto > .title small {
    color: #fff;
    padding-top: 30%;
    display: block;
}

#howto .list li {
    display: block;
    font-size: 12px;
}

div #howto {
    width: 90%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid black;
}

#tab-content{
    padding-top: 30px;
    margin-bottom: 10%;
}

#tab ul {
    width: auto;
    height: 27px;
}

#tab li {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

#tab_body:before {
    content: "";
    display: block;
    clear: both;
}

div#tab_body {
    border-top: 1px solid #333;
    margin-top: 27px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

.tabh2 {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    font-family: Serif;
}

#tab_body p {
    padding-left: 20px;
    font-size: 14px;
}

#tab a.selected {
    box-shadow: 0 4px #333;
}

#tab3 img {
    float: right;
    padding: 10px;
}

#tab3 h3 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 10px;
}

#tab2 h3 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}

.style{
    padding: 30px;
    width: 780px;
    margin: 0 auto;
}

.st-comment{
    padding-top: 60px;
    padding-bottom: 10%;
    padding-left: 30px;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin: 0 auto;
    width: 780px;
}
.st-comment > p{
    margin-bottom: 10px;
}

.st-comment > .form{
    display: block;
    color: #000;
    width: 70%;
    text-align: center;
margin: 0 auto;
    font-size: 20px;
}

.form > a{
    margin-top: 40px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.form a:hover{
    background-color: #000;
    color:#FFF;
}

.st-title{
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #FFF;
    text-align: left;
    margin: 0 auto;
    width: 780px;
}

.style h2{
    border-bottom-color: #FFF;
}

div#item-tab_body {
    margin-bottom: 20px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

#item-tab_body:before {
    content: "";
    display: block;
    clear: both;
}
#item-tab_body p {
    padding-left: 20px;
    font-size: 14px;
}

#item-tab_body h3{
border-left: 5px solid #CCC;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: 15px;
}
.sp_only{display: none;}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
  body{
    width: 100%;
  }
  img{
    width: 100%;
  }
  #container{
    background: none;
    overflow: hidden;
  }
  #content {
    overflow: hidden;
    padding-top: 0px;
  }
  .sp_only{display: block;}
  #wrapper {
    width: 100%;
  }
  .header-inner {
    width: 100%;
    margin-top: 80px;
    overflow: visible;
  }
  .info {
    text-align: center;
    width: 180px;
    height: 80px;
    margin-top: 40px;
    margin-right: 40px;
    position: absolute;
    left: 0;
    top: -82px;
    right: 0px;
    margin: 0 auto;
}
  nav{
    width: 100%;
    height: inherit;
    margin: 18px 0;
  }
  nav img{ display: none;}
  .navi{font-size: 0;}
  .navi > li {
    display: inline-block;
    width: 50%;
    padding: 0;
    font-size: 18px;
    vertical-align: top;
}
.navi li a {
    display: block;
    color: #5a3226;
    background: #fff;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    border-bottom: 4px solid #231815;
}
.navi li:nth-child(even) a{
  border-left: 1px dotted #231815;
}
.navi li:last-child{width: 100%;}
  .left {
    float: none;
    width: 98%;
    margin: 50px 1% 15px;
  }
  .right {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
  #footer {
    width: 100%;
    background: #231815;
    height: auto;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  .info5 {
    display: block;
    color: #FFF;
    width: 80%;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    float: none;
    margin: 10px auto 0;
  }
  .ad4 a{
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    border: 1px solid #FFF;
  }
  .info5 a {
    text-decoration: none;
    color: #FFF;
    border: 1px solid #FFF;
    display: block;
    padding: 13px 5px;
  }
  }
  .footer-info {
    width: 100%;
    color: #FFF;
    padding-top: 20px;
    float: none;
    text-align: center;
    overflow: hidden;
  }
  #footer > span {
    margin-bottom: 0px;
    padding-bottom: 7px;
    position: relative;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    color: #FFF;
    margin: 15px auto 0;
    display: block;
    text-align: center;
}
}
