/*全体系*/
body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    margin: 0;
    line-height: 24px;
    color: #333;
}

h1,
h2,
h3,
h4,
ul,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


table {
    border-collapse: collapse;
}

table th {
    font-weight: normal;
}

/*フォント関連*/
.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size15 {
    font-size: 15px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size24 {
    font-size: 24px;
}

.size28 {
    font-size: 28px;
}

.size26 {
    font-size: 26px;
}

.size26 {
    font-size: 26px;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.gray {
    color: #494c59;
}

.red {
    color: #F00;
}

.blue {
    color: #FF6600;
}

.fw_normal {
    font-weight: normal;
}

/*背景色*/
.bg_white {
    background-color: #fff;
}

/*寄せ関連*/
.center {
    margin-left: auto;
    margin-right: auto;
}

.t_align_center {
    text-align: center;
}

.t_align_right {
    text-align: right;
}

.centeral {
    text-align: center;
}

/*高さ*/
.h10 {
    height: 10px;
}

.h60 {
    height: 60px;
}

.h135 {
    height: 135px;
}

/*幅*/
.w100par {
    width: 100%;
}

.w70 {
    width: 70px;
}

.w130 {
    width: 130px;
}

.w150 {
    width: 150px;
}

.w165 {
    width: 165px;
}

.w200 {
    width: 200px;
}

.w241 {
    width: 241px;
}

.w260 {
    width: 260px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w420 {
    width: 420px;
}

.w615 {
    width: 615px;
}

.w630 {
    width: 630px;
}

.w650 {
    width: 650px;
}

.w680 {
    width: 680px;
}

.w800 {
    width: 800px;
}

.w880 {
    width: 880px;
}

.w960 {
    width: 960px;
}

.w1000 {
    width: 1000px;
}

.w1070 {
    width: 1070px;
}

.w1281 {
    width: 1281px;
}

/*マージン関連*/
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

/*パディング関連*/
.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl30 {
    padding-left: 30px;
}

.pl100 {
    padding-left: 100px;
}

.pl130 {
    padding-left: 130px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb30 {
    padding-bottom: 30px;
}

/*フロート関連*/
.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.mleft {
    float: left;
    width: 280px;
}

.mright {
    float: right;
}

.flexbox {
    display: flex;
}

.flexarea {
    padding: 20px;
}


/*角丸関連*/
.radius {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

.radius1 {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}

/*ヘッダー用グラデーション*/
.header_bg {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

/*フッター用グラデーション*/
.footer_bg {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
}

/*グローバルナビのデザイン*/
.gnavi_wapper {
    width: 100%;
    border-bottom: 6px solid #EB6100;
    border-top: 2px solid #e5e5e5;
    height: 59px;
    background-color: #F0F0F0;
}

.gnavi_container {
    /*height: 60px;*/
    margin: 0 auto;
    padding-top: 5px;
    width: 1059px;
    display: flex;
}

.gnavi_menu {
    text-align: center;
    font-weight: bold;
    flex: 1;
}

.gnavi_box_l5 {
    /*float: left;*/
    /*width: 193px;*/
    border-left: 2px solid #e0e0e0;
}

.gnavi_box_l_last5 {
    /*float: left;*/
    /*width: 193px;*/
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}

.gnavi1a {
    /*margin: 0 auto;*/
    /*height: 49px;*/
    /*width: 157px;*/
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 48px;
    background-color: #F0F0F0;
    position: relative;
    top: 5px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

.gnavi1a a {
    text-decoration: none;
    display: block;
    color: #000;
}

.gnavi1a a:hover {
    text-decoration: none;
    color: #555;
}

#home .home-nav,
#company .company-nav,
#rinen .company-nav,
#greet .company-nav,
#access .company-nav,
#overview .overview-nav,
#setubi .overview-nav,
#rowcost .overview-nav,
#toriatukaisyohin .toriatukaisyohin-nav,
#ume .toriatukaisyohin-nav,
#tomato .toriatukaisyohin-nav,
#rinks .toriatukaisyohin-nav,
#recruit .recruit-nav,
#contact .contact-nav,
#privacy .contact-nav {
    line-height: 48px;
    background-color: #EB6100 !important;
    position: relative;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

#home .home-nav a,
#company .company-nav a,
#rinen .company-nav a,
#greet .company-nav a,
#access .company-nav a,
#overview .overview-nav a,
#setubi .overview-nav a,
#rowcost .overview-nav a,
#toriatukaisyohin .toriatukaisyohin-nav a,
#ume .toriatukaisyohin-nav a,
#tomato .toriatukaisyohin-nav a,
#rinks .toriatukaisyohin-nav a,
#recruit .recruit-nav a,
#contact .contact-nav a,
#privacy .contact-nav a {
    color: #fff;
}

#home .home-nav a:hover,
#company .company-nav a:hover,
#rinen .company-nav a:hover,
#greet .company-nav a:hover,
#access .company-nav a:hover,
#overview .overview-nav a:hover,
#setubi .overview-nav a:hover,
#rowcost .overview-nav a:hover,
#toriatukaisyohin .toriatukaisyohin-nav a:hover,
#ume .toriatukaisyohin-nav a:hover,
#tomato .toriatukaisyohin-nav a:hover,
#rinks .toriatukaisyohin-nav a:hover,
#recruit .recruit-nav a:hover,
#contact .contact-nav a:hover,
#privacy .contact-nav a:hover {
    text-decoration: none;
    color: #555;
}

.gnavi1a_on {
margin: 0 auto;
height: 49px;
width: 157px;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 48px;
    background-color: #EB6100 !important;
    position: relative;
top: 5px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

.gnavi1a_on a {
    color: #fff;
}

.gnavi1a_on a:hover {
    text-decoration: none;
    color: #555;
}


/*ヘッダーのお問い合わせバナーのデザイン*/
.mail_bnr {
    background: #c8c8c8;
    background: -moz-linear-gradient(top, #c8c8c8 0%, #959595 100%);
    background: -webkit-linear-gradient(top, #c8c8c8 0%, #959595 100%);
    background: linear-gradient(to bottom, #c8c8c8 0%, #959595 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#959595', GradientType=0);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.mail_bnr a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 44px;
}

/*フッターのお問い合わせバナーのデザイン*/
.mail_bnr_footer {
    background: #c8c8c8;
    background: -moz-linear-gradient(top, #c8c8c8 0%, #959595 100%);
    background: -webkit-linear-gradient(top, #c8c8c8 0%, #959595 100%);
    background: linear-gradient(to bottom, #c8c8c8 0%, #959595 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#959595', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.mail_bnr_footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    font-size: 13px;
}

/*事業案内バナーのデザイン*/
.overview_bnr {
    width: 167px;
    height: 28px;
    background: #7d7d7d;
    background: -moz-linear-gradient(top, #7d7d7d 0%, #575757 100%);
    background: -webkit-linear-gradient(top, #7d7d7d 0%, #575757 100%);
    background: linear-gradient(to bottom, #7d7d7d 0%, #575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#575757', GradientType=0);
}

.overview_bnr a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
}

.overview_bnr2 {
    width: 250px;
    height: 28px;
    background: #7d7d7d;
    background: -moz-linear-gradient(top, #7d7d7d 0%, #575757 100%);
    background: -webkit-linear-gradient(top, #7d7d7d 0%, #575757 100%);
    background: linear-gradient(to bottom, #7d7d7d 0%, #575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#575757', GradientType=0);
}

.overview_bnr2 a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
}

/*Company Infoのデザイン*/
.company_info {
    text-decoration: none;
    color: #fff;
}

.company_info:hover {
    text-decoration: none;
    color: #eee;
}


a.hover_img img {
    transition: all 0.5s ease;
}

a:hover.hover_img img {
    opacity: 0.5;
    filter: alpha(opacity=70);
}

a.hover_img2 {
    background-color: #000;
    display: block;
}

a.hover_img2 img {
    transition: all 0.5s ease;
}

a:hover.hover_img2 img {
    opacity: 0.8;
    filter: alpha(opacity=70);
}

/*リンク関連*/
.t_d_n {
    text-decoration: none;
}

/*スライド関連*/
/*#slideshow img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -1px;*/
/*    z-index: 8;*/
/*    opacity: 0.0;*/
/*}*/

/*#slideshow img.active {*/
/*    z-index: 10;*/
/*    opacity: 1.0;*/
/*}*/

/*#slideshow img.last-active {*/
/*    z-index: 9;*/
/*}*/

/*スライド関連*/
/*#slideshow2 img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -1px;*/
/*    z-index: 8;*/
/*    opacity: 0.0;*/
/*}*/

/*#slideshow2 img.active {*/
/*    z-index: 10;*/
/*    opacity: 1.0;*/
/*}*/

/*#slideshow2 img.last-active {*/
/*    z-index: 9;*/
/*}*/


/*サイト固有スタイル*/
span.small {
    font-size: 0.8em;
}

#under-bg {
    background-image: url(img/main_bg.jpg);
}

.company-table th {
    background-color: #f3f3f3;
}

#price td {
    padding: 7px;
    line-heght: 110%;
}

p.size20 a {
    text-decoration: none;
}

#pmark {
    width: 241px;
}

#pl {
    width: 170px;
    float: left;
    font-size: 12px;
}

#pr {
    width: 70px;
    float: right;
}

form#orignal {
    padding: 10px 0px;
}

form#orignal dl dt {
    float: left;
    width: 150px;
    clear: both;
    font-size: 12px;
    padding: 10px 0px;
    text-align: right;
    border-top: solid 1px #CCC;
    margin: 0px;
}

form#orignal dl dd {
    border-top: solid 1px #CCC;
    margin: 0px;
    padding: 10px 5px 10px 160px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}

form#orignal dl dd ul,
form#orignal dl dd ol {
    margin: 0px;
    padding: 0px;
}

form#orignal dl dd ul li,
form#orignal dl dd ol li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.must {
    display: block;
    background-color: #C00;
    padding: 4px 5px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
}


form#orignal label {
    border-radius: 3px;
    margin: 3px;
    display: block;
}

form#orignal label.mfp_checked {
    padding: 3px;
    border: solid 1px #CCC;
    background-color: #E8EEF9;
}

form#orignal label.mfp_not_checked {
    padding: 3px;
    border: solid 1px #EEE;
}


form#orignal input,
form#orignal textarea {
    padding: 3px;
    font-size: 14px;
    vertical-align: middle;
}

form#orignal select {
    vertical-align: middle;
    font-size: 14px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.todo {
    display: block;
    width: 100px;
    float: left;
}

.todo2 {
    clear: both;
    display: block;
    width: 100px;
    float: left;
}

.map {
    width: 100%;
}

.mapl {
    width: 50%;
    float: left+
}

.mapr {
    width: 48%;
    float: right;
}

div#contact_scr {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 12px;
    margin-left: 50px;
    padding-right: 50px;
}

div.works div.jisseki {
    width: 233px;
    float: left;
    margin-bottom: 25px;
}

div.works div.jisseki p {
    text-align: left;
}

div.works div.middle {
    margin: 0 48px 15px 48px;
    margin-bottom: 15px;
}

div.works div.jisseki p.title {
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 2px;
    border-bottom: solid 1px #666;
    margin-bottom: 3px;
}

div.works div.jisseki p.place {
    font-size: 12px;
}

div.works div.jisseki table.introduction td {
    font-size: 13px;
    line-height: 120%;
    border-bottom: dotted 1px #CCC;
    margin-top: 5px;
    padding: 10px 0 5px 5px;
}

p.access_title {
    border: 1px solid #CCC;
    border-radius: 10px 10px 10px 10px;
    padding: 8px;
    width: 780px;
    background-color: #EEE;
}

div.access p.introduction {
    font-size: 100%;
    margin-left: 10px;
}

div.access p.title {
    font-size: 100%;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
}

.table_contact tr {
    border-bottom: 1px solid #CCC;
}

.table_contact td {
    padding: 10px;
}

.table_contact span {
    color: #F00;
}

.table_contact tr:last-child {
    border: 0;
}

table.eh_1 th {
    padding: 10px;
    background-color: #eee;
}

table.eh_1 td {
    padding: 10px;
}

.trim {
    overflow: hidden;
    width: 233px;
    height: 180px;
    position: relative;
}

.imgbox {
    width: 180px;
    float: left;
    margin: 0 5px 30px 10px;
    font-size: 12px;
    text-align: center;
}

.imgbox img {
    padding-bottom: 5px
}

.imgbox_2 {
    width: 180px;
    float: center;
    margin: 0 7px 30px 7px;
    font-size: 12px;
    text-align: center;
}

.imgbox img {
    padding-bottom: 5px
}

.rec_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.rec_table tr {
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}

.rec_table tr th,
.rec_table tr td {
    padding: 20px 20px;
    text-align: left;
    vertical-align: top;
}

.rec_table tr th {
    width: 20%;
    font-weight: bold;
    background: #F2F2F3;
}

.rec_table tr td {
    width: 80%;
}

.btn_area {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.button01 a,
.button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 200px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #cccccc;
    transition: 0.3s;
    border-radius: 15px;
}

.button01 a {
    background-color: #EB6100;
    margin-right: 20px;
}

.button02 a {
    background-color: #02903C;
}

.button01 a::after,
.button02 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: 20px;
}

.button01 a:hover,
.button02 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.products_con {
    display: flex;
}

.w50 {
    width: 50%;
}

.w50 img {
    width: 90%;
}

.n-item {
    padding: 20px 0 10px;
    border-bottom: dashed 2px #ddd;
    display: flex;
    gap: 10px;
}

.n-date {
    width: 17%;
}

.top-cat {
    width: 10%;
    background-color: rgba(140, 205, 167, 0.5);
    text-align: center;
    font-size: 0.8em;
    border-radius: 15px;
}

.qa {
    border: #FF6600 1px solid;
    background: #FFFFee;
    padding: 10px;
}

.yasaibtnbox {
    margin-top: 30px;
}


.greenc {
    font-size: 1.5em;
    font-weight: bold;
    color: #638C0C;
    padding: 10px 0;
}

.purple table th {
    text-align: left;
    vertical-align: top;
    padding: 3px 10px 3px 10px;
    width: 150px;
    font-weight: 500;
    color: #638C0C;
}

.yasaibtn {
    /* margin-top: 30px; */
    background-color: #FF6600;
    color: #fff;
    padding: 15px 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    font-size: 17px;
    border-radius: 10px;
}

.news a:link,
.rinks a:link {
    color: #FF6600;
}

.cap2,
.ume {
    padding-top: 15px;
}

.midasi {
    background-color: #8CCDA7;
    border-bottom: 4px solid #02903C;
    padding: 13px 0 10px 15px;
}


.yasaisyokai .mleft {
    float: left;
    width: 41 0px;
}

.en {
    height: 30px;
    margin: 20px 0 10px 0;
    color: #02571E;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 4px solid #02903C;
}

.box_privacy h3 {
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 10px;
    padding-top: 30px;
}
