@charset "utf-8";
/* CSS Document */


/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
    color: #333333;
    font-size: 12px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3";
    min-width: 1200px;
    width: 100%;
}

h1 {}

.seo_h2 {
    font-size: 10px;
    color: #999999;
    margin-left: 5px;
    line-height: 12px;
    margin-top: 5px;
}

.h2p {
    font-size: 10px;
    color: #999999;
    margin-left: 5px;
    line-height: 12px;
}

h3 {
    text-align: right;
    font-size: 10px;
    line-height: 12px;
    color: #999999;
    padding-bottom: 5px;
    padding-top: 25px;
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
    background-image: url(../new-img/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    border-top: 6px solid #010002;
    /*height: 624px;*/
}

.box {
    width: 1090px;
    margin-right: auto;
    margin-left: auto;
}

.box .logo {
    float: left;
    height: 126px;
    width: 400px;
    margin-left: 330px;
}

.box .contact {
    height: 25px;
    width: 146px;
    float: right;
    margin-top: 50px;
}

#header .box_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .box_ .addresses {
    display: flex;
    justify-content: space-between;
    width: 420px;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0;
}

#header .box_ .addresses .tel {
    font-size: 1.4em;
    font-weight: bold;
}

#header .box_ .addresses > p > span {
    display: block;
}

#header .box_ .addresses > p:first-child > span:last-of-type {

    margin-top: 4px;
    display: flex;
    align-items: flex-end;
    height: 25px;
}

#header .box_ .addresses > p:nth-child(2) > a img {
    margin-top: 4px;
}

#header .box_ .addresses > p:first-child > span:last-of-type a {
    font-size: 0.95em;
    text-decoration: none;
    color: #fff;
}

#header .box_ .addresses > p:first-child > span:last-of-type a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 0.5em;
}

#header2 {
    background-image: url(../new-img/header_bg.jpg);
    background-repeat: repeat-x;
    height: 440px;
}

#under_header {
    height: 260px;
    background-image: url(../new-img/under_headerBg.jpg);
    background-repeat: repeat-x;
}

#under_header .top_area {
    height: 75px;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
}

#under_header .top_area .under_logo {
    float: left;
    height: 74px;
    width: 260px;
}

#under_header .top_area .top_navi1 {
    background-image: url(../new-img/top_navi1.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 95px;
    float: left;
    margin-top: 32px;
    margin-left: 50px;
}

#under_header .top_area .top_navi1 a {
    height: 16px;
    width: 95px;
    display: block;
    text-indent: -5999px;
    overflow: hidden;
}

#under_header .top_area .top_navi1 a:hover {
    background-image: url(../new-img/top_navi1b.png);
    background-repeat: no-repeat;
}

#under_header .top_area .top_navi2 {
    background-image: url(../new-img/top_navi2.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 100px;
    float: left;
    margin-top: 32px;
    margin-left: 35px;
}

#under_header .top_area .top_navi2 a {
    height: 16px;
    width: 100px;
    display: block;
    text-indent: -5999px;
    overflow: hidden;
}

#under_header .top_area .top_navi2 a:hover {
    background-image: url(../new-img/top_navi2b.png);
    background-repeat: no-repeat;
}

#under_header .top_area .top_navi3 {
    background-image: url(../new-img/top_navi3.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 98px;
    float: left;
    margin-top: 32px;
    margin-left: 25px;
}

#under_header .top_area .top_navi3 a {
    height: 16px;
    width: 98px;
    display: block;
    text-indent: -5999px;
    overflow: hidden;
}

#under_header .top_area .top_navi3 a:hover {
    background-image: url(../new-img/top_navi3b.png);
    background-repeat: no-repeat;
}

#under_header .top_area .top_navi4 {
    background-image: url(../new-img/top_navi4.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 109px;
    float: left;
    margin-top: 32px;
    margin-left: 35px;
}

#under_header .top_area .top_navi4 a {
    height: 16px;
    width: 109px;
    display: block;
    text-indent: -5999px;
    overflow: hidden;
}

#under_header .top_area .top_navi4 a:hover {
    background-image: url(../new-img/top_navi4b.png);
    background-repeat: no-repeat;
}

/* GlobalMenu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#g_menu {
    height: 70px;
    background-image: url(../new-img/g_menuBg.jpg);
    background-repeat: repeat-x;
}

#g_menu .g_menuArea {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 60px;
    padding-top: 2px;
}

#g_menu a {
    display: block;
    text-indent: -5999px;
    overflow: hidden;
    height: 60px;
    width: 200px;
}

#g_menu a:hover {
    filter: alpha(opacity=20);
    opacity: 0.2;
    background-color: #FFFFFF;
}

#g_menu .menu_1 {
    display: block;
    float: left;
    height: 60px;
    width: 200px;
    background-image: url(../new-img/menu_1.jpg);
    background-repeat: no-repeat;
}

#g_menu .menu_2 {
    display: block;
    float: left;
    height: 60px;
    width: 200px;
    background-image: url(../new-img/menu_2.jpg);
    background-repeat: no-repeat;
}

#g_menu .menu_3 {
    display: block;
    float: left;
    height: 60px;
    width: 200px;
    background-image: url(../new-img/menu_3.jpg);
    background-repeat: no-repeat;
}

#g_menu .menu_4 {
    display: block;
    float: left;
    height: 60px;
    width: 200px;
    background-image: url(../new-img/menu_4.jpg);
    background-repeat: no-repeat;
}

#g_menu .menu_5 {
    display: block;
    float: left;
    height: 60px;
    width: 200px;
    background-image: url(../new-img/menu_5.jpg);
    background-repeat: no-repeat;
}

/* MainImage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_img {
    height: auto;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* Contents
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
    height: auto;
    width: 1100px;
    padding-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    overflow: hidden;
}


#under_contents {
    background-color: #4E3527;
    padding-top: 35px;
    background-image: url(../new-img/under_contentsBg.jpg);
    background-repeat: repeat;
}

#under_contents2 {
    background-color: #170906;
    padding-top: 35px;
}

#under_title {
    background-color: #120605;
    height: 150px;
}

.cont_wrap {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.contents_border {
    background-color: #776C5F;
    height: 1px;
}

/* Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under_border {
    background-image: url(../new-img/under_border.jpg);
    background-repeat: repeat-x;
    height: 5px;
}

#footer {
    clear: both;
    background-image: url(../new-img/footer_bg.jpg);
    background-repeat: repeat-x;
    height: 158px;
}

#footer .f_logo {
    height: 91px;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

#footer .copyright {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

#footer .s_logo {
    margin-top: 25px;
    margin-right: 50px;
    margin-left: auto;
}
#footer .s_logo .privacy_link {
	display: block;
	margin-top: 6px;
}
#footer .s_logo .privacy_link a {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer .s_logo .privacy_link a::after {
	content: '≫';
	color: white;
	margin-left: 2px;
    font-size: 18px;
    position: absolute;
    bottom: -4px;
}
#footer .s_logo .privacy_link .a_size {
    font-size: 15px;
}
#footer .parent {
    display: flex;
    justify-content: center;
    position: relative;
}

#footer .right {
    position: absolute;
    right: 0;
}

/* Pagetop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_top {
    position: fixed;
    bottom: 35px;
    right: 30px;
    font-size: 80%;
}

#page_top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 88px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 0;
}

#page_top a:hover {
    text-decoration: none;
    background: #888;
}

.pagetop {
    text-align: right;
}

.pagetop a {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.pagetop a:hover {
    color: #666666;
    text-decoration: underline;
}

/* FontStyle
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.style1 {
    font-size: 14px;
}
