*
{
    color: #555;
}


/* メイン */
.main
{
    position: relative;
}

li
{
    list-style: none;
}

.main > img
{
    display: block;
    width: 100%;
    height: 300px;
    min-width: 980px;
}

.global-navi-wrap
{
    top: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    display: block;
    z-index: 3;
}

.global-navi-wrap .logo
{
    width: 300px;
    height: 100%;
    padding: 0 20px;
    float: left;
    display: block;
}

.logo a
{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.logo a img
{
    position: absolute;
    top: 16.25px;
    width: 100%;
}



.global-navi-wrap > ul
{
    width: 980px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
}

.global-navi-wrap > ul > li
{
    width: 160px;
    height: 100%;
    float: left;
}


.global-navi-wrap > ul > li:nth-child(5) .icon
{
    border-left: 1px solid #f8b500;
}
    
.navi > a
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.navi a .icon
{
    height: 50px;
    width: 70px;
    position: absolute;
    top: 23px;
    border-left: 1px solid #CCC;
}

.navi a .jpn
{
    height: 25px;
    width: 100px;
    display: block;
    position: absolute;
    top: 25px;
    left: 60px;
    line-height: 30px;
    color: #555;
    
}

.navi a .eng
{
    height: 25px;
    width: 100px;
    display: block;
    position: absolute;
    top: 50px;
    left: 60px;
    line-height: 20px;
    font-size: 0.8em;
    
}

.navi a .triangle
{
    position: absolute;
    bottom: 0;
    left: 75px;
    width: 0;
    height: 0;  
    border: 17.5px solid transparent;
    border-bottom-color: #555;
    display: none;
}

.global-navi-wrap > ul >  li:nth-child(5)
{
    background-color: #f8b500;
}

.global-navi-wrap ul li:nth-child(5) .eng
{
    color: #fff;
}

.global-navi-wrap ul li:nth-child(5) .jpn
{
    color: #fff;
}

.global-navi-wrap ul li:nth-child(3) .eng
{
    color: #38a1db;
}

.global-navi-wrap ul li:nth-child(4) .eng
{
    color: #3eb370;
}

.global-navi-wrap ul li:nth-child(2) .eng
{
    color: #ff4500;
}

.global-navi-wrap ul li:nth-child(2) .icon
{
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-position: right;
}

.global-navi-wrap ul li:nth-child(3) .icon
{
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: right;
}

.global-navi-wrap ul li:nth-child(4) .icon
{
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: right;
}

.global-navi-wrap ul li:last-child .icon
{
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-position: right;
}

.global-navi-wrap > ul > li > a
{
    transition: background-color 0.5s;
}

.global-navi-wrap > ul > li:nth-child(3) > a:hover
{
    background-color: #cbe9f7;
}

.global-navi-wrap > ul > li:nth-child(4) > a:hover
{
    background-color: #d6f9ea;
}

.global-navi-wrap > ul > li:nth-child(2)  > a:hover
{
    background-color: #fdeff2;
}

.navi ul
{
    padding: 0;
    margin: 0;
    width: 980px;
    height: 50px;
    position: absolute;
    left: 0px;
    background-color: #555;
    display: none;
    border-radius: 0 0 5px 5px;
}

.navi ul li
{
    float: left;
    height: 30px;
    margin: 10px 0;
    line-height: 30px;
}

.navi ul li a
{
    color: #fff;
    display: block;
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.navi ul li:first-child a
{
    margin-left: 40px;
    border-left: 1px solid #fff;
}

.global-navi-wrap > ul > li:first-child ul li a:hover
{
    color: #ff4500;
}

.global-navi-wrap > ul > li:nth-child(2) ul li a:hover
{
    color: #38a1db;
}

.global-navi-wrap > ul > li:nth-child(3) ul li a:hover
{
    color: #3eb370;
}

.global-navi-wrap > ul > li:last-child ul li a:hover
{
    color: #f8b500;
}

.title-wrap
{
    position: absolute;
    top: 160px;
    width: 100%;
    height: 60px;
}

.title
{
    width: 980px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 10px;
}

.title span
{
    color: #f8b500;
    font-size: 40px;
    margin-right: 10px;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding: 5px 0 0 55px;
}

.bread
{
    width: 980px;
    height: 30px;
    margin: 10px auto;
    line-height: 30px;
}

.bread a
{
    color: #1384ba;
}

.bread a:hover
{
    color: #87ceeb;
}

/* コンテンツ */
.contents-wrap
{
    width: 100%;
    height: 2100px;
    margin: 0 auto;
    background-color: #fafafa;
}

form
{
    width: 700px;
    margin: 0 auto;
    padding-top: 50px;
}

form h3
{
    margin: 0 0 50px 0;
    padding: 15px 0;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: #F2994A;
    background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);
    background: linear-gradient(to right, #F2C94C, #F2994A);
    border-radius: 5px;
}

form p
{
    margin: 0 0 10px 0;
    height: 1.5em;
    line-height: 1.5em;
}

.required
{
    font-size: 10px;
    margin-left: 5px;
    padding: 0px 5px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    background-color: #f8b500;
}

.error
{
    color: #ff0000;
    display: none;
}

.tr .show
{
    display: inline-block;
}

.tr
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(200,200,200,1);
    box-shadow: 0px 1px 0px rgba(255,255,255,1);
}

.address input,
.juusho input,
textarea
{
    width: 100%;
}

.name
{
    width: 150px;
}

.tell input
{
    width: 70px;
    text-align: center;
}

.yuubin .first
{
    width: 50px;
    text-align: center;
}

.yuubin .second
{
    width: 70px;
    text-align: center;
}

.button
{
    display: block;
    border: none;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background: #F2994A;
    background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);
    background: linear-gradient(to right, #F2C94C, #F2994A);
    border-radius: 3px;
}

.copyright, .copyright a
{
    color: #fafafa;
    cursor: auto;
}

/* サイトマップ */
.site-map-wrap
{
    width: 100%;
    background-color: #eee;
}

.site-map
{
    width: 980px;
    height: 140px;
    margin: 0 auto;
    padding-top: 30px;
}

.site-map .logo
{
    width: 150px;
    height: 50px;
    float: left;
    margin-right: 30px;
}

.site-map .logo img
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-map > ul
{
    width: 100%;
    margin: 0 20px 0 0;
    padding: 0;
}

.site-map-main-wrap > li
{
    float: left;
}

.site-map-main-wrap > li:last-child
{
    margin-right: 0;
}

.site-map-main-wrap > li:first-child a:hover
{
    color: #ff4500;
}

.site-map-main-wrap > li:nth-child(2) a:hover
{
    color: #38a1db;
}

.site-map-main-wrap > li:nth-child(3) a:hover
{
    color: #3eb370;
}

.site-map-main-wrap > li:nth-child(4) a:hover
{
    color: #f8b500;
}

.site-map-main-wrap > li:last-child a:hover
{
    color: #745399;
}

.site-map-main img
{
    display: block;
}

.site-map-main .head
{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding: 0 60px 0 20px;
    
}

.site-map-main-wrap >li:first-child .head
{
    background-image: url(../images/list-head1.png);
}

.site-map-main-wrap >li:nth-child(2) .head
{
    background-image: url(../images/list-head2.png);
}

.site-map-main-wrap >li:nth-child(3) .head
{
    background-image: url(../images/list-head3.png);
}

.site-map-main-wrap >li:nth-child(4) .head
{
    background-image: url(../images/list-head4.png);
}

.site-map-main-wrap >li:last-child .head
{
    background-image: url(../images/list-head5.png);
}

.site-map-main ul
{
    clear: both;
    padding: 0;
}

.site-map-main ul li
{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.site-map-main-wrap .first li
{
    background-image: url(../images/list1.png);
}

.site-map-main-wrap .second li
{
    background-image: url(../images/list2.png);
}

.site-map-main-wrap .third li
{
    background-image: url(../images/list3.png);
}

.site-map-main-wrap .fourth li
{
    background-image: url(../images/list4.png);
}

.site-map-main-wrap .last li
{
    background-image: url(../images/list5.png);
}

.site-map-main a
{
    color: #333;
}




/* ページフッター */

#pageFoot
{
    padding: 0;
    margin: 0;
    background-color: #f8b500;
    height: 50px;
    width: 100%;
}	

#pageFoot #copyright small
{
	width: 980px;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
	line-height: 50px;
    text-align: center;
    display: block;
    color: #FFF;
}
