/* ============ ベース指定 ============ */
/* リセット */
* { margin:0; padding:0; }
/* clearfix */
*:after { display:block; clear:both; }
/* HTML5に対応していないOS対策 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

/* css */
body {
    height: 100%;
    margin: auto;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    background: url(../imgs/cover_pc.png) no-repeat;
    background-color: #ffd700;
    background-position: 50% 0%;
    background-attachment: fixed;
    font-size: 15px;
    font-family: "TBシネマ丸ゴシック M";
    line-height: 200%;
    
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    width /***/: auto;
    vertical-align: top;
}
a:link , a:visited {
    color: #000000;
    text-decoration: none;
    border: 0;
}
a:hover {
    color: #ED6C00;
    text-decoration: none;
    border: 0;
}
.clear {
    clear: both;
    overflow: hidden;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,.00);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.00);
    box-shadow: 0 0 0 rgba(0,0,0,.00);
}
.smp {
    display: none;
}
.tab {
    display: none;
}
.pc {
}
/*スペース*/
.inner {
    max-width: 960px;
    margin: 0 auto;
}
.sp_t {
    padding-top: 4%;
}
.sp_b {
    padding-bottom: 4%;
}
.sp_l {
    padding-left: 4%;
}
.sp_r {
    padding-right: 4%;
}
.sp_tb {
    padding: 4% 0;
}
.pd {
    padding: 4%;
}

/*フォント*/
.xxlarge {
    margin: 2% 0;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 220%;
}
.xlarge {
    margin: 1% 0;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 200%;
}
.large {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 180%;
}

.small {
    font-size: 0.85em;
    line-height: 150%;
}

.red {
    color: #b81c22;
}
.orange {
    color: #e58000;
}
.green {
    color: #007440;
}
.blue {
    color: #1BB8CE;
}
.yellow {
    color: #FFF799;
}
.caution {
    padding: 1% 2%;
    margin-right: 2%;
    background-color: #b81c22;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
strong {
    font-weight: normal;
}
/* ============ ヘッダー指定 ============ */
header {
    width: 100%;
    background-color: #ffd700;
}
h1 {
    font-size: 0.9em;
    color: #000000;
    /*text-shadow: 1px 1px 0 #DFC7A2;*/
    text-align: left;
}
.logo {
    padding-top: 0px;
}
/**/
#menu {
    clear: both;
    overflow: hidden;
    width:960px;
    height: 50px;
    padding:0;
    margin:0 auto;
    list-style-type: none;
    
}
#menu li {
    width:20%;
    float:left;
    padding:0;
    margin:0;
}
#menu li:first-child a{
    border-left:0;
}
#menu li:last-child a{
    border-right:0;
}
#menu li a {
    /*border-left:1px solid #DFC7A2;
    border-right:1px solid #B48856;*/
    padding:10px 0;
    text-decoration:none;
    display:block;
    text-align:center;
}

.menu_a a {
    width:auto;
    color:#000000;
    font-size:1.4em;
    font-weight:bold;
    text-shadow: 2px 2px 1px #ffd700,
    -2px 2px 1px #ffd700,
    2px -2px 1px #ffd700,
    -2px -2px 1px #ffd700;
}
.menu_a a:hover {
    /*background: url(../imgs/bg_dot.png) repeat center center;*/
    color:#ffffff;
    padding:1%;
    background-color: #000000;
    text-shadow: 2px 2px 1px #000000,
    -2px 2px 1px #000000,
    2px -2px 1px #000000,
    -2px -2px 1px #000000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.menu_b {
    width:auto;
    color:#ffffff;
    font-size:1.4em;
    text-align:center;
    background-color: #000000;
    /*background: url(../imgs/bg_dot.png) repeat center center;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.menu_b a , .menu_b a:hover {
    color:#ffffff;
    background:none;
}


/*.menu_a a {
    position: relative;
    display: inline-block;
    padding: 0;
    color:#000000;
    font-size:1.4em;
    font-weight:bold;
    text-shadow: 2px 2px 1px #F8B500,
    -2px 2px 1px #F8B500,
    2px -2px 1px #F8B500,
    -2px -2px 1px #F8B500;
    text-decoration: none;
}
.menu_a a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.menu_a a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.menu_b {
    position: relative;
    display: inline-block;
    padding: 0;
    color:#000000;
    font-size:1.4em;
    font-weight:bold;
    text-shadow: 2px 2px 1px #F8B500,
    -2px 2px 1px #F8B500,
    2px -2px 1px #F8B500,
    -2px -2px 1px #F8B500;
    text-decoration: none;
}*/

#sp-menu {
    display: none;
}


/* ============ カバー指定 ============ */
#cover {
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0 auto;
}
#cover li {
    display: inline;
}
.cover_l {
    width: 55%;
    margin: 0 auto;
    padding-left: 40px;
    float: left;
}
.cover_l h2 {
    padding: 3% 0 0 10%;
    height: 40px;
    /*background: url(../imgs/i_egg.png) no-repeat left center;*/
    margin: 0 auto 3%;
    color: #000000;
    font-size: 2.3em;
    letter-spacing: 5px;
    font-family: "TBシネマ丸ゴシック M";
}
.cover_l p {
    padding-left: 10%;
    color: #955429;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #ffffff,
    -1px 1px 1px #ffffff,
    1px -1px 1px #ffffff,
    -1px -1px 1px #ffffff;
}
.cover_l div {
    padding-left: 13%;
}
.cover_l .btn a:link , .cover_l .btn a:visited {
    width: 30%;
    padding: 0.5% 0;
    margin-top: 1%;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #000000;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cover_l .btn a:hover {
    width: 30%;
    padding: 0.5% 0;
    margin-top: 1%;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #de6809;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#cover_pc {
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    text-align: center;
}
#cover_tab {
    display: none;
}
#cover_smp {
    display: none;
}
/* ============ コンテナ指定 ============ */
#container {
    width: 100%;
    max-width: 960px;
    margin: 2% auto;
    text-align: center;
    overflow: hidden;
}
/* ============ メインカラム指定 ============ */
#main {
    overflow: hidden;
    width: 100%;
    margin-right: 2%;
    text-align: left;
    float: left;
}
#main h2 {
    margin: 2.5% 0 1%;
    padding: 0.3% 0 0 3%;
    background: url(../imgs/i_circle.png) no-repeat left center;
    /*background-size: 100%;*/
    color: #000000;
    font-size: 1.6em;
    font-family: 'TBシネマ丸ゴシック M';
    /*text-shadow: 1px 1px 0 #000000;*/
}
#sns_btn {
    clear: both;
    margin-top: 3%;
}
#sns_btn ul li {
    display: inline;
    padding-right: 1%;
}
/*3カラム*/
.m_left , .m_middle {
    width: 32%;
    padding-right: 2%;
    float: left;
}
.m_right {
    width: 32%;
    padding-right: 0;
    float: right;
}
/*フレーム*/
.frame_wh {
    overflow: hidden;
    clear: both;
    padding: 3%;
    margin: 1% 0;
    background-color: #ffffff;
    border: 1px #D9CBAF solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.frame_bk {
    overflow: hidden;
    clear: both;
    padding: 3%;
    margin: 2% 0 4%;
    background-color: #000000;
    color: #ffffff;
    border: 1px #D9CBAF solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*タイトル*/
/* ============ ニュース指定 ============ */
.article {
    width: 100%;
    padding-bottom: 2%;
    margin:0 auto 1em;
    text-align: left;
    border-bottom: 1px #003705 dashed;
}
.time {
    width: 15%;
    height: 15px;
    margin: 0 auto 2%;
    padding: 0 0 1em;
    color: #ffffff;
    background-color: #000000;
    font-size: 0.8em;
    text-align: center;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
}
.title {
    width: 85%;
    margin: 1% 2%;
    padding-right: 2em;
    font-size: 1em;
}
.title a:link , .title a:visited {
    color: #000000;
    text-decoration: none;
    border: 0;
}
.title a:hover {
    color: #003705;
    text-decoration: none;
    border: 0;
}


/* ============ サービス指定 ============ */
.service {
    padding: 3%;
    margin:0 auto 1em;
    text-align: center;
}
.service h3 {
    padding: 1% 3%;
    margin-bottom: 2%;
    border-bottom: 1px #D9CBAF dashed;
    font-size: 1.4em;
    font-family: "TBシネマ丸ゴシック M";
}
.discription {
    overflow: hidden;
    clear: both;
    padding-top: 2%;
    color: #ffffff;
    font-size: 1em;
    line-height: 160%;
    text-align: center;
}
.nav_btn a:link , .nav_btn a:visited {
    width: 50%;
    padding: 3% 5%;
    margin-top: 1%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffd700;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.nav_btn a:hover  {
    width: 50%;
    padding: 3% 5%;
    margin-top: 1%;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #de6809;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* ============ アバウト指定 ============ */
.main_w {
    width: 50%;
    padding-right: 3%;
    float: left;
}
.main_w h3 {
    margin: 1% 0 1.5%;
    padding-left: 0.5em;
    border-left: 7px solid #000000;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #e2e2e2;
}
.main_p {
    width: 47%;
    float: right;
}
.main_p img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*年表*/
.timeline h3 {
    margin: 2% 0 1%;
    padding-left: 0.5em;
    border-left: 7px solid #E4DCB8;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #E4DCB8;
}
table.timeline {
    width: 100%;
    margin: 0 auto;
    background: url(../imgs/bg_dot_wh.png) repeat center center;
    background-color:rgba(228,220,184,0.3);
    border: #B49A64 1px solid;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
}

.timeline td {
    padding: 2%;
    border: #B49A64 1px solid;
    border-collapse: collapse;
    empty-cells: show;
}
.timeline_b {
    color: #000000;
    text-shadow: 1px 1px 0 #ffffff;
    font-size: 1em;
    line-height: 160%;
    text-align: left;
}
/*概要*/
table.outline {
    width: 100%;
    margin: 0 auto;
    background: url(../imgs/bg_dot_wh.png) repeat center center;
    background-color:rgba(228,220,184,0.3);
    border: #B49A64 1px solid;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
}

.outline th {
    border: #B49A64 1px solid;
    border-collapse: collapse;
    empty-cells: show;
}

.outline td {
    padding: 2%;
    border: #B49A64 1px solid;
    border-collapse: collapse;
    empty-cells: show;
}

.outline_a {
    width: 30%;
    color: #000000;
    text-shadow: 1px 1px 0 #ffffff;
    line-height: 150%;
    text-align: center;
}

.outline_b {
    width: 70%;
    color: #000000;
    text-shadow: 1px 1px 0 #ffffff;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
}

/* ============ ワーク指定 ============ */
.portfolio {
    
}
.portfolio h3 {
    margin: 1% 0 1%;
    padding-left: 0.5em;
    border-left: 7px solid #E4DCB8;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #E4DCB8;
}
.works {
    overflow: hidden;
    clear: both;
}
.port_l {
    display: inline;
    width: 48%;
    margin: 2% 0;
    /*padding-right: 2%;*/
    border: #E4DCB8 1px solid;
    background: url(../imgs/bg_dot_wh.png) repeat center center;
    background-color:rgba(228,220,184,0.3);
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.port_r {
    display: inline;
    width: 48%;
    margin: 2% 0;
    /*padding-left: 2%;*/
    border: #E4DCB8 1px solid;
    background: url(../imgs/bg_dot_wh.png) repeat center center;
    background-color:rgba(228,220,184,0.3);
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.port_l .inner , .port_r .inner {
    padding: 3% 5% 5%;
}
.port_l h4 , .port_r h4 {
    margin: 2% 0 3%;
    padding: 0.7% 0 0 1.7em;
    background: url(../imgs/i_star.png) no-repeat left center;
    font-size: 1.3em;
    font-family: "TBシネマ丸ゴシック M";
}
.port_summary {
    width: 100%;
}
.port_summary p {
    font-size: 1em;
    line-height: 160%;
}
.category {
    overflow: hidden;
    display: block;
    background-color: #cb6614;
    padding: 0.1% 2%;
    font-size: 0.8em;
    color: #FFF;
    float: left;
    margin: 2% 0;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
}
.port_info {
    width: 100%;
    padding-top: 2%;
    margin:1% auto 0.5em;
    border-top: 1px #003705 dashed;
    font-size: 0.9em;
}
.port_info .category {
    width: 15%;
    height: 13px;
    margin: 0 2% 0 0.5%;
    padding: 0 0 1em;
    color: #000000;
    background-color: #ffd700;
    font-size: 0.8em;
    text-align: center;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
}
.workimage {
    overflow: hidden;
    clear: both;
    margin: 0 auto 0;
    text-align: center;
}
.workimage img {
    width: 92%;
    margin: 2% auto 0.5%;
    border: 10px #ffffff solid;
    box-shadow: 0px 0px 5px #CCC;
    
}



/* ============ フッター指定 ============ */
footer {
    position: relative;
    bottom: 0;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 2% auto 0;
    background-color: #000000;
    border-top: 10px #ffffff solid;
    color: #ffffff;
    text-align: center;
}
footer a:link , footer a:visited {
    color: #ffffff;
    text-decoration: none;
    border: 0;
}
.footer_logo {
    margin: 1% 0;
}

.footer_info {
    line-height: 140%;
}
.sitemap {
    margin: 1% 0;
}
address {
    font-size: 0.8em;
}

/* ============ ホーム指定(index.html) ============ */
#home {
    margin: 0 auto;
}
#home #main h3 {
    margin: 2.5% 0 1%;
    padding: 0.3% 0 0 3%;
    background: url(../imgs/i_circle.png) no-repeat left center;
    /*background-size: 100%;*/
    color: #000000;
    font-size: 1.6em;
    font-family: 'TBシネマ丸ゴシック M';
    /*text-shadow: 1px 1px 0 #000000;*/
}
#home #main .service h4 {
    padding: 1% 3%;
    margin-bottom: 2%;
    border-bottom: 1px #D9CBAF dashed;
    font-size: 1.4em;
    font-family: "TBシネマ丸ゴシック M";
}
/* ============ サービス指定(service) ============ */
.price h3 {
    margin: 1% 0 1%;
    padding-left: 0.5em;
    border-left: 7px solid #E4DCB8;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #E4DCB8;
}

.price ul {
    margin: 3% auto;
    line-height: 140%;
    text-align: center;
}

.price li {
    position: relative;
    padding: 2% 3%;
    margin: 0 3%;
    background-color: #ffd700;
    color: #000000;
    text-align: center;
    font-weight: bold;
    display: inline;
    -moz-box-shadow: 0 0 3px rgba(75,45,15,.50);
    -webkit-box-shadow: 0 0 3px rgba(75,45,15,.50);
    box-shadow: 0 0 3px rgba(75,45,15,.50);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.flow {
    margin: 2% 0;
    padding: 2%;
    border: #E4DCB8 1px solid;
    background: url(../imgs/bg_dot_wh.png) repeat center center;
    background-color:rgba(228,220,184,0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.flow h4 {
    margin: 0 0 2%;
    padding: 0.5% 1%;
    background-color: #E4DCB8;
    color: #000000;
    font-size: 1.2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* ============ メールフォーム指定(contact) ============ */
.mailform h3 {
    margin: 2% 0 1%;
    padding-left: 0.5em;
    border-left: 7px solid #000000;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #e2e2e2;
}


/*規約について*/

/*個人情報*/
.privacy {
    width: 100%;
}
.privacy h3 {
    margin: 2% 0 1%;
    padding-left: 0.5em;
    border-left: 7px solid #000000;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #e2e2e2;
}
.privacy ul {
    padding-left: 0;
    padding: 10px 0;
    line-height: 140%;
}
.privacy li {
    margin-left: 2em;
    font-size: 0.9em;
    list-style-type: decimal;
    list-style-image: url(../imgs/i_key.png);
}


/*thanks設定*/
#thanks_wrapper {
    margin: 0;
    padding: 0;
}
.thanks h3 {
    margin: 1% 0 1%;
    padding-left: 0.5em;
    border-left: 7px solid #E4DCB8;
    color: #000000;
    font-family: "TBシネマ丸ゴシック M";
    text-shadow: 1px 1px 0 #E4DCB8;
}
.thanks .btn a:link , .thanks .btn a:visited {
    overflow: hidden;
    width: 30%;
    padding: 2% 4%;
    margin: 3% auto;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #de6809;
    font-size: 1.2em;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.thanks .btn a:hover {
    clear: both;
    overflow: hidden;
    width: 30%;
    padding: 2% 4%;
    margin: 3% auto;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #000000;
    font-size: 1.2em;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* ============ リターン指定 ============ */
/* backtotop */
#back-top {
    position: absolute;
    position: fixed;
    right: 20px;
    bottom: 35%;
    width: 95px;
    display: block;
}
#back-top a {
    text-transform: uppercase;
    text-decoration: none;
    /* transition */
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

#back-top a:hover {
    margin: 0 auto;
    color: #000;
}

/* arrow icon (span tag) */
#back-top span {
    width: 95px;
    height: 65px;
    display: block;
    margin: 0 auto;
    background: url(../imgs/pagetop.png) no-repeat;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    opacity:0.5;
}


