@charset "utf-8";

/*-------------------------- RESET CSS --------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	color: #555;
}

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

html{
    overflow-y: scroll;
}

body {
    min-width: 960px;
}

h3 {
    font-size: 120%;
}

blockquote, q {
	quotes: none;
}

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

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a {
    margin: 0;
    padding: 0;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);       /* IE8 and lower */
    zoom: 1;
    -webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
    width: 100%;
    clear: both;
}

/*-------------------------- text CSS --------------------------*/
#textsizer {
    background: url(images/bg-textsize.gif) no-repeat;
    width: 238px;
    height: 35px;
    margin: 0 0 10px 0;
    padding: 8px 10px;
    float: right;
}

ul.textresizer li {
    display: block;
    float: left;
    margin: 5px;
}

ul.textresizer li a {
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #eeece6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

ul.textresizer li a:hover {
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background: #333;
    border: 1px solid #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

ul.textresizer .small-text {
    font-size: 80%;
}
ul.textresizer .medium-text {
    font-size: 88%;
}
ul.textresizer .large-text {
    font-size: 100%;
}
/* Style of active button */
ul.textresizer a.textresizer-active {
    border: solid 1px #333;
    background: #333;
    color: #FFF;
}
/* End of Text Resizer Buttons */


/*-------------------------- main CSS --------------------------*/
#logo-wrap {
    position: relative;
    width: 100%;
    z-index: 1200;
}

#logo-wrap h1{
    position: absolute;
    top:40px;
    left: 60px;
    display: block;
    width: 190px;
    height: 30px;
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat;
}

#logo-wrap02 {
    position: relative;
    width: 100%;
    z-index: 1200;
}

#logo-wrap02 #logo-inner {
    width: 960px;
    margin: 0 auto;
}

#logo-wrap02 h1 a{
    margin: 20px 0;
    display: block;
    width: 300px;
    height: 86px;
    text-indent: -9999px;
    background: url(images/logo02.png) no-repeat;
}

#head-contact-box {
    margin-top: 20px;
}

#head-contact-box p a:first-child {
    display: block;
    height: 42px;
    margin-bottom: 10px;
}

#wrapper {
    position: relative;
    font-size: 88%;
    z-index: 1300;
}

#main-slide {
    position: relative;
    z-index: 1000;
}
.bnrTop {
    position: absolute;
    width: 100%;
    z-index: 1600;
    /*opacity: 0.85;
    filter: alpha(opacity=85);*/       /* IE8 and lower */
}
.bnrTop .box01 {
    position: absolute;
    font-size: 90%;
    right: 60px;
    bottom: 40px;
    width: 420px;
    height: 2em;
    padding: 10px 15px 0 15px;
    text-align: center;
    background-color: #00b4ed;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 1.0;
    filter: alpha(opacity=100);       /* IE8 and lower */
    line-height: 120%;
    letter-spacing: 1px;
}
.bnrTop .box02 {
    position: absolute;
    font-size: 90%;
    right: 60px;
    bottom: 100px;
    width: 420px;
    height: 2em;
    padding: 10px 15px 0 15px;
    text-align: center;
    background-color: #fed900;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 1.0;
    filter: alpha(opacity=100);       /* IE8 and lower */
    line-height: 120%;
    letter-spacing: 1px;
}
.bnrTop span {
    color: #000;
    font-size: 80%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.bnrTop .box03 a {
  display: block;
  border: 2px solid #00b3ec;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.bnrTop .box03 a:hover {
  border: 2px solid #ffd800;
}
.bnrTop .box01 a,
.bnrTop .box02 a,
.bnrTop .box03 a {
    color: #000;
    font-size: 90%;
    font-weight: bold;
}
.bnrTop .box01 a:hover,
.bnrTop .box02 a:hover,
.bnrTop .box03 a:hover img,
.bnrTop a:hover span {
    opacity: 0.8;
    filter: alpha(opacity=80);       /* IE8 and lower */
 }

 .bnrTop .box03 {
     position: absolute;
     right: 60px;
     bottom: 60px;
     width: 360px;
     height: 200px;
     padding: 0;
     opacity: 1.0;
     filter: alpha(opacity=100);       /* IE8 and lower */
     line-height: 0;
 }
 .bnrTop .box03 img {
	 width: 100%;
	 height: auto;
}

.viewer ul{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.viewer ul li{
    position: absolute;
    width: 100%;
    min-width: 960px;
    height: 100%;
}

.viewer ul li#pic01{
    background: url(images/pic01.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.viewer ul li#pic02{
    background: url(images/pic02.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.viewer ul li#pic03{
    background: url(images/pic03.jpg) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.viewer ul li#pic04{
    background: url(images/pic04.jpg) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.viewer ul li#pic05{
    background: url(images/pic05.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.viewer ul li#pic06{
    background: url(images/pic06.jpg) center bottom no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.viewer ul li#pic07{
    background: url(images/pic07.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#wrap-gnav {
    width: 100%;
    background: #c7e4f2 url(images/gnav-bg.png) repeat-x left center;
    position: relative;
    z-index: 1001;
    height: 60px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#top.restyle #wrap-gnav {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 48px;
}

#wrap-gnav #gnav {
    width: 960px;
    margin: 0 auto;
}

#wrap-gnav #gnav ul li{
    float: left;
	text-indent: -9999px;
	cursor:pointer;
}

#wrap-gnav #gnav ul li a{
	display:block;
	height: 48px;
	padding: 6px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#top.restyle #wrap-gnav #gnav ul li a{
	display:block;
	height: 48px;
	padding: 0;
}

#wrap-gnav #gnav ul li.nav-home a { width:115px; background:url(images/gnav.png) no-repeat 0px center;}
#wrap-gnav #gnav ul li.nav-business { width:214px; height:48px; padding: 6px 0; background:url(images/gnav.png) no-repeat -115px  center; position: relative;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
#wrap-gnav #gnav ul li.nav-logistics a { width:137px; background:url(images/gnav.png) no-repeat -329px  center;}
#wrap-gnav #gnav ul li.nav-catalog a { width:176px; background:url(images/gnav.png) no-repeat -466px  center;}
#wrap-gnav #gnav ul li.nav-company a { width:139px; background:url(images/gnav.png) no-repeat -642px  center;}
#wrap-gnav #gnav ul li.nav-access a { width:179px; background:url(images/gnav.png) no-repeat -781px  center;}

#wrap-gnav #gnav ul li.nav-home a:hover { width:115px; background:url(images/gnav-hover.png) no-repeat 0px center;}
#wrap-gnav #gnav ul li.nav-business:hover { width:214px; height:48px; padding: 6px 0; background:url(images/gnav-hover.png) no-repeat -115px  center; position: relative;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
#wrap-gnav #gnav ul li.nav-logistics a:hover { width:137px; background:url(images/gnav-hover.png) no-repeat -329px  center;}
#wrap-gnav #gnav ul li.nav-catalog a:hover { width:176px; background:url(images/gnav-hover.png) no-repeat -466px  center;}
#wrap-gnav #gnav ul li.nav-company a:hover { width:139px; background:url(images/gnav-hover.png) no-repeat -642px  center;}
#wrap-gnav #gnav ul li.nav-access a:hover { width:179px; background:url(images/gnav-hover.png) no-repeat -781px  center;}

#top.restyle #wrap-gnav #gnav ul li.nav-business { padding:0; }

#wrap-gnav #gnav ul li.nav-business ul.dropdown {
    bottom: 60px !important;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 214px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#wrap-gnav #gnav ul#gnav-menu02 li.nav-business ul.dropdown {
    top: 60px !important;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 214px;
    height:96px;
    padding-top: 2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#top.restyle #wrap-gnav #gnav ul#gnav-menu02 li.nav-business ul.dropdown {
    top: 48px !important;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 214px;
    height:96px;
    padding-top: 2px;
}

#wrap-gnav #gnav .down li.nav-business ul.dropdown {
    top: 48px !important;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 214px;
    height:96px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li {
    width: 214px;
    height: 32px;
    float: none;
    margin-bottom: 2px;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li a{
    height: 32px;
    padding: 0;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li.nav-school a{
    background: url(images/child-nav01.png) no-repeat;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li.nav-hospital a{
    background: url(images/child-nav02.png) no-repeat;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li.nav-delivery a{
    background: url(images/child-nav03.png) no-repeat;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li.nav-school a:hover{
    background: url(images/child-nav01-hover.png) no-repeat;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li.nav-hospital a:hover{
    background: url(images/child-nav02-hover.png) no-repeat;
}

#wrap-gnav #gnav ul li.nav-business ul.dropdown li.nav-delivery a:hover{
    background: url(images/child-nav03-hover.png) no-repeat;
}

#top.restyle #wrap-gnav #gnav ul li.nav-business ul.dropdown li a{
    height: 32px;
    padding: 0;
}

#wrap-gnav #gnav .down li.nav-business ul.dropdown li {
    width: 214px;
    height: 32px;
    float: none;
    margin-top: 2px;
}

.con-wrap {
    background: #f7f4ef;
}

#top.restyle .con-wrap {
    margin-top: 50px;
}

.con-inner {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}

#top-ikiiki-wrap {
    float: left;
    margin-bottom: 50px;
}

#top-ikiiki-wrap #ikiiki-header {
    width: 840px;
    min-height: 270px;
    max-height: 300px;
    background: url(images/bg-top-ikiiki_202406.jpg);
    padding: 50px 60px;
}

#ikiiki-header-inner{
    width: 570px;
}

#ikiiki-header-inner h2{
    margin-bottom: 15px;
}

#ikiiki-header-inner h2+p{
    display: inline-block;
    width: 250px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 110%;
    text-align: left;
    color: #81a40b;
    background: url(images/bg-ikiiki-text.png) repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.link-ikiiki {
    font-family: "FOT-筑紫明朝 Pr5 R";
    height: 48px;
    line-height: normal;
}

#top-ikiiki-wrap .ikiiki-order {
    width: 960px;
}

#top-ikiiki-wrap .ikiiki-order h3{
    font-family: "FOT-筑紫明朝 Pr5 R";
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    color: #FFF;
    background: url(images/bg-order.jpg) repeat-y;
}

#top-ikiiki-wrap .order-wrap:before{
    content: "";
    display: block;
    background: url(images/bg-order02.png) no-repeat;
    height: 10px;
    margin-bottom: 10px;
}

.order-wrap{
    background: url(images/bg-order.png) repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.order-inner-left {
    position: relative;
    float: left;
    width: 640px;
    border-right: 1px dashed #FFF;
}

.order-inner-left .orderbox-left {
    float: left;
    width: 280px;
    min-height: 540px;
    padding: 0 19px 0 20px;
    border-right: 1px dashed #FFF;
}

.order-inner-left .orderbox-right {
    float: left;
    width: 280px;
    min-height: 530px;
    padding:0 19px 0 20px;
}

.order-inner-right {
    width: 280px;
    float: right;
    padding:0 19px 0 20px;
}

.order-wrap .orderbox-left h4,
.order-wrap .orderbox-right h4,
.order-inner-right h4{
    font-family: "FOT-筑紫明朝 Pr5 R";
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}

.order-wrap .orderbox-left h5,
.order-wrap .orderbox-right h5,
.order-inner-right h5{
    font-family: "FOT-筑紫明朝 Pr5 R";
    font-size: 88%;
    padding: 3px 0;
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    background: #5B554D;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.order-wrap ol li{
    margin-bottom: 20px;
}

.order-wrap ol li img{
    margin-top: 15px;
}

.order-wrap ol li span{
    display: inline-block;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.faxDL {
    border: 1px solid #eb6201;
    font-size: 90%;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.order-wrap ol li ul.faxDL li {
    margin: 0;
}

.faxDL li:first-child a {
    display: block;
    width: 108px;
    float: left;
    padding: 8px 0 6px 0;
    margin: 0;
    text-align: center;
    border-right: 1px dashed #eb6201;
    color: #eb6201;
    text-decoration: none;
}

.faxDL li:last-child a {
    display: block;
    width: 169px;
    float: left;
    padding: 8px 0 6px 0;
    margin: 0;
    text-align: center;
    color: #eb6201;
    text-decoration: none;
}

.faxDL li:first-child a:hover,
.faxDL li:last-child a:hover {
    background: #e2c09b;
    color: #FFF;
}


.shopping-guide{
    width: 570px;
    float: left;
    background: #f5f4f1;
    margin: 20px;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.shopping-guide dl {
    display: inline-block;
    margin-bottom: 15px;
}

.shopping-guide dl dt {
    float: left;
    display: inline-block;
    padding: 2px 7px;
    color: #FFF;
    background: #5B554D;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.shopping-guide dl dd {
    float: left;
    display: inline-block;
    padding: 2px 7px;
    margin-right: 5px;
    color: #666;
}

.order-inner-right .orderbox-right {
    min-height: 540px;
}

.bnr-event {
	display: block;
	margin:0 auto 100px auto;
}
.bnrBtt {
    margin: 20px auto 100px auto;
    width: 740px;
}
.bnrBtt .box01 {
    font-size: 90%;
    width: 320px;
    height: 2em;
    padding: 10px 15px 0 15px;
    text-align: center;
    background-color: #00b4ed;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 1.0;
    filter: alpha(opacity=100);       /* IE8 and lower */
    line-height: 120%;
    letter-spacing: 1px;
    float: right;
}
.bnrBtt .box02 {
    font-size: 90%;
    width: 320px;
    height: 2em;
    padding: 10px 15px 0 15px;
    text-align: center;
    background-color: #fed900;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 1.0;
    filter: alpha(opacity=100);       /* IE8 and lower */
    line-height: 120%;
    letter-spacing: 1px;
    float: left;
}
.bnrBtt span {
    color: #000;
    font-size: 80%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.bnrBtt .box01 a,
.bnrBtt .box02 a {
    color: #000;
    font-size: 90%;
    font-weight: bold;
}
.bnrBtt .box01 a:hover,
.bnrBtt .box02 a:hover,
.bnrBtt a:hover span {
    opacity: 0.7;
    filter: alpha(opacity=70);       /* IE8 and lower */
 }

.access-link {
}

.access-link a{
    display: block;
    background: #f5f4f1;
    padding: 42px 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.caution {
    width: 100%;
    margin: 30px 0 50px 0;
}

.caution h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.caution h4 img{
    margin: 0 20px;
}

.caution p {
    text-align: center;
    color: #cb5e33;
    font-weight: bold;
    letter-spacing: 1px;
}

.caution-text {
    margin: 40px 20px 20px 20px;
    padding: 25px 25px 15px 25px;
    background: #f7f4ef;
}

.caution-text .col6L {
    float: left;
    width: 410px;
}

.caution-text .col6R {
    float: right;
    width: 410px;
}
.caution-text .col6L h5,
.caution-text .col6R h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #555;
}

.caution-text .col6L ol li,
.caution-text .col6R ol li {
    margin-bottom: 10px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    color: #666;
}

#top-access-wrap {
    padding-bottom: 100px;
}

#top-access-wrap .top-access-inner {
    width: 960px;
    margin: 0 auto;
}

#top-access-wrap .top-access-inner h2 {
    margin-bottom: 30px;
}

.map-link {
    margin-top: 10px;
}

.map-link a {
    margin-top: 10px;
    text-decoration: none;
    padding-right: 20px;
    background: url(images/map-link.png) no-repeat right center;
}

#ft-wrap {
    background: #efece7;
}

#ft-wrap footer{
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding: 30px 20px;
}

#ft-wrap footer h2 a{
    display: block;
    width: 252px;
    height: 63px;
    margin-bottom: 15px;
    text-indent: -9999px;
    background: url(images/ft-logo.png) no-repeat;
}

#ft-wrap footer h2+p{
    margin-bottom: 47px;
    margin-left: 10px;
}

#relate-box img{
    margin-right: 20px;
}

#contact-box {
    float: right;
    margin-top: 20px;
}

#contact-box p{
    margin-bottom: 20px;
}

#ft-nav-wrap {
    position: relative;
    text-align: center;
    padding: 20px 0;
    background: #c7e4f2;
    vertical-align: baseline;
    font-size: 80%;
    border-bottom: 3px solid #918981;
}

#ft-nav-wrap p a{
    text-decoration: none;
}

#ft-nav-wrap p a:hover{
    text-decoration: underline;
}

.inlinebox {
    width: 900px;
    padding: 30px;
    font-size: 88%;
}

#inline01 h6 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

#inline01 h6 + p {
    text-align: right;
    font-weight: bold;
}

#inline01 table {
    margin-bottom: 30px;
}

#inline01 table tr th,
#inline01 table tr td {
    padding: 5px;
    text-align: center;
}

#inline01 table tr th {
    background: #333;
    color: #FFF;
    border: 1px solid #999;
    vertical-align: middle;
}

#inline01 table tr td {
    border: 1px solid #999;
    background: #FFF;
    vertical-align: middle;
}

#inline01 table tr td.size {
    border: 1px solid #999;
    background:#efece7;
}

#inline01 table tr td.zone,
#inline01 table tr td.segment {
    background: #7d756f;
    color: #FFF;
    border: 1px solid #999;
    font-size: 88%;
}

#inline01 .shopping-guide {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}
/*-------------------------- hospital-food CSS --------------------------*/
.knowledge h3 {
    margin-bottom: 50px;
}

.knowledge-inner {
    padding: 0 20px;
}

.knowledge-inner {
    line-height: 200%;
}

.knowledge-inner h4 {
    margin-bottom: 30px;
}

#knowledge-textR01 {
    width: 480px;
}

#knowledge-con01 {
    width: 400px;
}

.h5-kl-con01 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 5px;
}

.h5-kl-con01 + p {
    line-height: 150%;
    padding-left: 1em;
    text-indent: -1em;
}

#salt-table01 {
    width: 480px;
}

#salt-table01 table {
    background: #FFF;
}

#salt-table01 table th,
#salt-table01 table td{
    text-align: center;
    padding: 5px;
}

#salt-table01 table th {
    background: #81a40b;
    color: #FFF;
    border: 1px solid #FFF;
}

#salt-table01 table td {
    border: 1px solid #81a40b;
}

#salt-table01 table + p{
    font-size: 80%;
}

#knowledge-con02 {
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#knowledge-con02 h5 {
    background: #efece7;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

#knowledge-con02 h5 span {
    display: inline-block;
    font-size: 150%;
    font-weight: bold;
    background: #81a40b;
    padding: 5px 50px;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

#knowledge-con02 h5 + p {
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    color: #e1c001;
}

#knowledge-con02 {
    padding: 0 0 30px 0;
    margin-bottom: 50px;
}

#knowledge-con02 p {
    padding: 0 20px;
}

#knowledge-con02 img{
    display: block;
    margin: 0 auto;
}

#knowledge-con03 {
    padding: 50px 30px 10px 30px;
    background: #e5d5bc;
    border: 1px solid #d1c0a5;
}

#knowledge-con03 h5{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
    font-size: 200%;
    text-align: center;
    margin-bottom: 40px;
}

#knowledge-con03 ol li {
    min-height: 65px;
    padding-bottom: 40px;
}

#knowledge-con03 ol li#reduced-salt01 {
    background: url(images/reduced-salt01.png) no-repeat right center;
}

#knowledge-con03 ol li#reduced-salt02 {
    background: url(images/reduced-salt02.png) no-repeat right center;
}

#knowledge-con03 ol li#reduced-salt03 {
    background: url(images/reduced-salt03.png) no-repeat right center;
}

#knowledge-con03 ol li#reduced-salt04 {
    background: url(images/reduced-salt04.png) no-repeat right center;
}

#knowledge-con03 ol li#reduced-salt05 {
    background: url(images/reduced-salt05.png) no-repeat right center;
}

#knowledge-con03 ol li h6 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
    font-size: 140%;
    margin-bottom: 5px;
}

#knowledge-con03 ol li p {
    padding-left: 1.3em;
    text-indent: -1.3em;
    padding: 0 30px;
}

#knowledge-con04 p {
    margin-bottom: 20px;
}

.calculation {
    color: #e1c001;
    font-size: 150%;
    font-weight: bold;
    background: #FFF;
    padding: 20px 0;
    text-align: center;
}

.component {
    width: 640px;
    padding: 30px;
}

.component h4{
    color: #81a40b;
    font-size: 170%;
    font-weight: bold;
}


.item-desc{
    min-height: 5em;
    text-align: left;
}

.component p:first-child {
    color: #81a40b;
    text-align: left;
}

.component p {
    text-align: right;
}

.component-link {
    text-align: center;
}

.component-link a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    background: #eb6201;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
    color: #FFF;
}

.component-link a:hover {
    background: #ED8A44;
}

.component th,
.component td {
    padding: 5px;
}

.component th {
    background: #eb6201;
    color: #FFF;
    border: 1px solid #FFF;
}

.component td {
    padding-right: 10px;
    text-align: right;
    background: #FFFFFF;
    border: 1px solid #ccc;
}

.component th.red {
    background: rgb(191, 3, 3);
}

.component td.red {
    color: #cb5e33;
    font-weight: bold;
}

.related-product {
    text-align: center;
}

.catalog-caution02 {
	position: relative;
	display: inline-block;
	width: 392px;
	line-height: 34px;
	color: #eb6201;
	text-align: center;
	font-weight: bold;
	background: #FFF;
	border: 2px solid #eb6201;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	z-index: 0;
}

.catalog-caution02:before {
	content: "";
	position: absolute;
	bottom: -9px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #FFF transparent transparent transparent;
	z-index: 0;
}

.catalog-caution02:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eb6201 transparent transparent transparent;
	z-index: -1;
}

/*-------------------------- home-delinery CSS --------------------------*/
.main-pic {
    min-width: 960px;
}

.breadcrumb {
    font-size: 80%;
    max-width: 40em;
    float: left;
}

.buisiness-text-wrap {
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 0 20px;
}

.buisiness-text-wrap h3{
    font-family: "FOT-筑紫明朝 Pr5 R";
    font-size: 190%;
    margin-bottom: 30px;
    color: #81a40b;
}

.buisiness-text-wrap p{
    line-height: 200%;
}

.buisiness-text-wrap img{
    margin: 0 50px 40px 0;
}

#smilecare h3 {
    font-size: 140%;
    color: #81a40b;
}

#smilecare,
#UDF,
#toromi {
    padding: 0 20px;
    margin-bottom: 50px;
}

#smilecare h3,
#UDF h3,
#toromi h3 {
    font-size: 200%;
    color: #81a40b;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 40px;
    height: 40px;
    background: url(images/mark_denkyu.png) no-repeat left center;
}

#con-smilecare,
#con-UDF,
#con-toromi {
    padding: 50px;
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#con-smilecare p:first-child {
    line-height: 200%;
    float: left;
    width: 415px;
}

#con-smilecare p:first-child img {
	display: block;
	margin: 0 auto 15px auto;
}

#con-smilecare p:last-child {
    text-align: center;
    float: right;
    width: 375px;
}

#UDF #con-UDF h4,
#toromi #con-toromi h4{
    font-size: 150%;
    color: #e1c001;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 1px dashed #e1c001;
}

#UDF #con-UDF p {
    line-height: 200%;
}

#UDF #con-UDF p#UDF-txt{
    float: right;
    width: 580px;
}

#UDF #con-UDF p#UDF-txt img {
    margin: 0 5px;
}

#UDF-ex h5 {
    font-weight: bold;
    font-size: 120%;
}

#UDF-ex img {
    display: block;
    width: 700px;
    margin: 0 auto;
}

#UDF-table h5 {
    background: #666;
    color: #FFF;
    padding: 3px 5px;
    font-size: 120%;
    margin-bottom: 10px;
    border: 1px solid #333;
}

#UDF-table .txt-size80 {
    padding-left: 1em;
    text-indent: -1em;
}

#con-toromi p {
    line-height: 200%;
}

#toromi-txt {
    float: right;
    width: 640px;
}

.toromi-ex {
    float: left;
    width: 640px;
    font-weight: bold;
    font-size: 110%;
    color: #81a40b;
}

.toromi-ex span{
    font-weight: normal;
}

#toromi-meyasu img,
#toromi-meyasu p {
    display: block;
    width: 615px;
    margin: 0 auto;
}

.related-product h3{
    margin-bottom: 30px;
}

.goods-wrap {
    padding: 0 20px;
}

.goodsbox-left {
    float: left;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.goodsbox-right {
    float: right;
    width: 294px;
    margin-bottom: 40px;
}

.goodsbox-left img,
.goodsbox-right img {
    margin-bottom: 10px;
}

.goodsbox-left h4,
.goodsbox-right h4 {
    font-family: "FOT-筑紫明朝 Pr5 R";
    font-size: 130%;
    color:#81a40b;
    padding-bottom: 8px;
    border-bottom: 1px solid #888;
    margin-bottom: 8px;
}

.goodsbox-left p,
.goodsbox-right p {
    color:#666;
}

.goodsbox-left p.maker,
.goodsbox-right p.maker {
    font-size: 80%;
    margin-top: 5px;
    font-weight: bold;
}

.goodsbox-left .maker01,
.goodsbox-right .maker01 {
    font-size: 90%;
    margin-top: 5px;
    font-weight: bold;
    padding: 10px;
    background: #efece7;
    text-align: left;
}

.goodsbox-left .maker01 dl dt,
.goodsbox-right .maker01 dl dt {
    display: inline;
    font-weight: bold;
}

.goodsbox-left .maker01 dl dd,
.goodsbox-right .maker01 dl dd {
    display: inline;
    font-weight: bold;

}

.goodsbox-left .maker01 dl.maker-box01,
.goodsbox-right .maker01 dl.maker-box01 {
    padding-left: 11.3em;
    text-indent: -11.3em;
}

.goodsbox-left .maker01 dl.maker-box02,
.goodsbox-right .maker01 dl.maker-box02 {
    padding-left: 8em;
    text-indent: -8em;
}

.goodsbox-left .maker01 dl.maker-box03 dd,
.goodsbox-right .maker01 dl.maker-box03 dd {
    margin-right: 20px;
}
.link-ikiiki02 {
    text-align: center;
    margin: 20px 0 100px 0;
}

dl.immunity {
    border: 1px dashed #cb5e33;
    background: #FFF;
    padding: 10px 20px;
    margin: 0 20px 50px 20px;
}

dl.immunity dt {
    font-weight: bold;
    color: #cb5e33;
    float: left;
    width: 5em;
}

dl.immunity dd {
    color: #cb5e33;
    margin-left: 5.5em;
}


/*-------------------------- company CSS --------------------------*/
#greetings-wrap {
    margin-top: 60px;
    margin-bottom: 100px;
}

#greetings-wrap h3{
    margin-bottom: 30px;
}

#greetings-wrap p{
    line-height: 200%;
    padding: 0 20px;
}

#logo-concept {
    margin-top: 30px;
    line-height: 130%;
    border: 1px solid #CCC;
    padding: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#logo-concept img {
    display: block;
    float: left;
    margin-right: 50px;
}

#greetings-wrap #logo-concept p {
    width: 588px;
    float: right;
    line-height: 180%;
    color: #666;
    font-size: 90%;
}

#profile-wrap {
    margin-bottom: 100px;
}

#profile-wrap h3 {
    margin-bottom: 30px;
}

#profile-wrap p {
    padding: 0 20px;
}

#company-table {
    width: 920px;
    margin: 0 20px;
}

#company-table th {
    width: 300px;
    padding: 10px 15px;
    text-align: center;
    background: #EEE;
    border: 1px solid #FFF;
    vertical-align: middle;
    font-weight: bold;
}

#company-table td {
    width: 620px;
    padding: 10px 15px;
    text-align: left;
    background: #FFF;
    border: 1px solid #EEE;
}

#company-table td img{
    margin-right: 10px;
}

#history-wrap {
    margin-bottom: 100px;
}

#history-wrap h3 {
    margin-bottom: 30px;
}

#history-wrap #history-img-box{
    float: left;
    width: 268px;
    margin-right: 50px;
    padding-left: 20px;
}

#history-wrap #history-text-box{
    float: right;
    width: 602px;
    padding-right: 20px;
}

p#history1959,
p#history2023 {
    height: 72px;
    padding-left: 115px;
}
p#history1971,p#history1976,p#history1977,p#history1978,p#history1979,p#history1980,p#history1991,p#history1992,p#history1993,p#history1994,p#history2004,p#history2014, p#history2022
 {
    height: 72px;
    padding-left: 115px;
    padding-top: 60px;
}
p#history1959 {
    background: url(images/bg-1959.gif) no-repeat;
    padding-top: 15px;

}
p#history1971 {
    background: url(images/bg-1971.gif) no-repeat;
    padding-top: 45px;
}

p#history1976 {
    background: url(images/bg-1976.gif) no-repeat;
}
p#history1977 {
    background: url(images/bg-1977.gif) no-repeat;
    padding-top: 45px;
}
p#history1978 {
    background: url(images/bg-1978.gif) no-repeat;
}
p#history1979 {
    background: url(images/bg-1979.gif) no-repeat;
    padding-top: 40px;
}
p#history1980 {
    background: url(images/bg-1980.gif) no-repeat;
}
p#history1991 {
    background: url(images/bg-1991.gif) no-repeat;
    padding-top: 40px;
}
p#history1992 {
    background: url(images/bg-1992.gif) no-repeat;
}
p#history1993 {
    background: url(images/bg-1993.gif) no-repeat;
}
p#history1994 {
    background: url(images/bg-1994.gif) no-repeat;
}
p#history2004 {
    background: url(images/bg-2004.gif) no-repeat;
}
p#history2014 {
    background: url(images/bg-2014ver2.gif) no-repeat;
    padding-top: 50px;
}
p#history2022 {
    background: url(images/bg-2022ver2.gif) no-repeat;
}
p#history2023 {
    background: url(images/bg-2023.gif) no-repeat;
    padding-top: 60px;
}


/*-------------------------- logistics CSS --------------------------*/

.buisiness-text-wrap02 {
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.buisiness-text-wrap02 h3{
    font-family: "FOT-筑紫明朝 Pr5 R";
    font-size: 190%;
    margin-bottom: 30px;
    color: #81a40b;
}

.buisiness-text-wrap02 p{
    line-height: 200%;
}

.buisiness-text-wrap02 img{
    margin: 0 50px 40px 0;
}

.logistics-text-wrap {
    padding: 0 20px;
}

#logistics-contents {
    margin-bottom: 100px;
}

#logistics-contents h3 {
    margin-bottom: 30px;
}

.logisticsbox-left {
    float: left;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.logisticsbox-right {
    float: right;
    width: 294px;
    margin-bottom: 40px;
}

.logisticsbox-left img,
.logisticsbox-right img {
    margin-bottom: 10px;
    border: 5px solid #EFEFEF;
}

.logisticsbox-left p,
.logisticsbox-right p {
    color:#666;
}

.logisticsbox-left01 {
    float: left;
    width: 450px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.logisticsbox-right01 {
    float: right;
    width: 450px;
    margin-bottom: 40px;
}

.logisticsbox-left01 img,
.logisticsbox-right01 img {
    margin-bottom: 10px;
    border: 5px solid #EFEFEF;
}

.logisticsbox-left01 p,
.logisticsbox-right01 p {
    color:#666;
}

/*-------------------------- access CSS --------------------------*/
#location-wrap {
    margin-bottom: 100px;
}

#location-wrap h3 {
    margin-bottom: 30px;
}

#location-wrap p {
    padding: 0 20px;
    margin-bottom: 10px;
}

#h2-access {
    display: block;
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.access-map {
    margin: 20px 0 100px 0;
}

span.googlemap-link a {
    font-size: 80%;
    padding: 5px 10px;
    background: #eb6201;
    color: #FFF;
    margin-left: 20px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*-------------------------- catalog CSS --------------------------*/
#ikiiki-desc-wrap {
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 0 20px;
}

#ikiiki-desc-wrap img{
    margin-right: 100px;
}

.ikiiki-desc {
    width: 609px;
}

.ikiiki-desc img{
    margin: 0 0 40px 0;
}

.ikiiki-desc p{
    line-height: 200%;
}

#ikiiki-contents-wrap {
    margin-bottom: 100px;
}

#ikiiki-contents-wrap h3 {
    margin-bottom: 30px;
}

#ikiiki-contents-inner {
    padding: 50px 30px;
    background: url(images/bg-order.png) repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#ikiiki-contents-inner h4{
    text-align: center;
    margin-bottom: 30px;
}

#ikiiki-cate {
    margin-bottom: 100px;
}

#ikiiki-cate li {
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#ikiiki-cate li.cate-last {
    margin: 0 0 5px 0;
}

#ikiiki-cate li a {
    display: block;
    width: 221px;
    padding: 12px 0 10px 0;
    background: #99b439;
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0;
    line-height: normal;
}

#ikiiki-cate li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);       /* IE8 and lower */
    zoom: 1;
}

.catalog-caution {
    text-align: center;
    color: #cb5e33;
    font-weight: bold;
    letter-spacing: 1px;
    background: #FFF;
    padding: 10px;
    border: 1px dashed #cb5e33;
    margin-bottom: 30px;
}

.ikiiki-con-box {
    margin-bottom: 70px;
}

#ikiiki-contents-inner02 {
    margin-bottom: 100px;
}

#ikiiki-contents-inner02 h5 {
    font-size: 120%;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
}

#ikiiki-contents-inner02 h5 span.h5-orange{
    font-size: 140%;
    color: #e87523;
    margin-right: 3px;
    font-weight: bold;
}

#ikiiki-contents-inner02 h5 span.h5-orange span{
    font-size: 88%;
    color: #e87523;
    margin-right: 3px;
    line-height: 112%;
    font-weight: bold;
}

#ikiiki-contents-inner02 p {
    line-height: 170%;
    margin-bottom: 30px;
}

.meal-cate-wrap {
    float: right;
    width: 708px;
    height: 87px;
    background: url(images/bg-meal-cate.png) no-repeat;
}

.meal-cate-wrap ul{
    padding: 18px 20px 18px 233px;
}

.meal-cate-wrap ul li{
    float: left;
    margin-right: 5px;
    background: #99b439;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.meal-cate-wrap ul li a {
    display: block;
    width: 161px;
    padding: 15px 0 15px 60px;
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

.meal-cate-wrap ul li a.cate01{
    background: url(images/icon/bg-cate01.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate02{
    background: url(images/icon/bg-cate02.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate03{
    background: url(images/icon/bg-cate03.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate04{
    background: url(images/icon/bg-cate04.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate05{
    background: url(images/icon/bg-cate05.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate06{
    background: url(images/icon/bg-cate06.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate07{
    background: url(images/icon/bg-cate07.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate08{
    background: url(images/icon/bg-cate08.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate09{
    background: url(images/icon/bg-cate09.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate10{
    background: url(images/icon/bg-cate10.png) no-repeat left center;
}

.meal-cate-wrap ul li a.cate11{
    background: url(images/icon/bg-cate11.png) no-repeat left center;
}

.meal-cate-wrap ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);       /* IE8 and lower */
    zoom: 1;
}

#ikiiki-desc-inner02 {
    width: 532px;
    padding: 20px 20px 10px 20px;
    background: #f5f4f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#ikiiki-desc-inner02 h4{
    margin-bottom: 20px;
}

#ikiiki-desc-inner02 p {
    margin-bottom: 10px;
}

.cat-request a {
    display: block;
    width: 430px;
    text-align: center;
    background: #eb6201;
    color: #FFF;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 1px;
}

.cat-request a img {
    margin-left: 10px;
}

.cat-request a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);       /* IE8 and lower */
    zoom: 1;
}


#reader-DL {
    width: 300px;
}

#reader-DL img{
    margin-bottom: 10px;
}

#reader-DL p{
    font-size: 80%;
}

#catalog-order {
    margin-bottom: 100px;
}

#catalog-order h3{
    margin-bottom: 30px;
}

/*-------------------------- policy CSS --------------------------*/
.policy-text {
    margin-bottom: 50px;
    text-align: center;
    line-height: 170%;
}

#policy-wrap {
    width: 800px;
    margin: 0 auto;
}

#policy-wrap li {
    margin-bottom: 50px;
    line-height: 170%;
}

#policy-wrap li h3{
    font-weight: bold;
    margin-bottom: 15px;
}

#policy-wrap li ul li{
    margin: 0;
}

/*-------------------------- contact CSS --------------------------*/
.contact-caption {
	text-align: center;
	color: #cb5e33;
	font-weight: bold;
	margin-top: 20px;
}

.mfp_buttons span a{
    font-size: 100%;
    margin: 0 10px 0 0;
    padding: 8px 10px;
    color: #333;
    background: #DDD;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
}

#thanks {
    text-align: center;
    padding: 200px 0;
    line-height: 500%;
}
/*-------------------------- Other CSS --------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color:#cb5e33;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom70 {
    margin-bottom: 70px;
}

.bottom100 {
    margin-bottom: 100px !important;
}

.bottom150 {
    margin-bottom: 145px !important;
}

.Pbottom40 {
    padding-bottom: 40px;
}

.txt-center {
    text-align: center;
}

.txt-size80 {
    font-size: 80%;
}

.txt-size80b {
    font-size: 80%;
    font-weight: bold;
}

.fixed {
position: fixed;
top: 0;
z-index: 1000;
}

/*--------------------------
Additional CSS 2020-06-30
--------------------------*/
.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 500px; /* 比率で指定する場合は 9/16=56.25% , 2/3=66.6667% , 3/4＝75% */
  position: relative;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.map-link a {
  background-size: contain;
}

/*--------------------------
Additional CSS 2023-06-05
--------------------------*/
.shopping-guide .ec-caution {
    margin-bottom: 1em;
    padding: .5em;
    border: 1px solid #918575;
    border-radius: 3px;
    text-align: center;
}
.bnr-emie {
  margin-bottom: 50px;
}
.box-ec-caution {
    display: block;
    float: none;
    clear: both;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    letter-spacing:1px;
    color: #fff;
    background-color: #eb6201;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
#top-ikiiki-wrap #ikiiki-header {
    width: 836px;
    border-left: 2px solid #eb6201;
    border-right: 2px solid #eb6201;
}
#top-ikiiki-wrap .ikiiki-order {
    box-sizing: border-box;
    border-left: 2px solid #eb6201;
    border-right: 2px solid #eb6201;
    border-bottom: 2px solid #eb6201;
    border-radius: 0 0 10px 10px;
}
.order-wrap {
    border-radius: 0 0 10px 10px;
}
.order-inner-right {
    width: 276px;
}

/*--------------------------
Additional CSS 2024-02-05
--------------------------*/
.linkbox-emie {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.linkbox-emie a {
    width: 32.5%;
}

/*--------------------------
Additional CSS 2024-10-07
--------------------------*/
.h3-philosophy {
    margin-top: 70px;
    margin-bottom: 10px !important;
}
#sdgs-wrap, #kenkou-wrap {
    margin-bottom: 100px;
}
#sdgs-wrap h3, #kenkou-wrap h3 {
    margin-bottom: 30px;
}
#sdgs-wrap p, #kenkou-wrap p {
    line-height: 200%;
    padding: 0 20px;
    margin-bottom: 30px;
}
#sdgs-wrap .pic-sdgs, #sdgs-wrap .pic-sdgs__aomori, #kenkou-wrap .pic-kenkou {
    width: 640px;
    margin: 0 auto;
}
#sdgs-wrap .pic-sdgs {
    margin-bottom: 30px;
}

