@charset "utf-8";
 .hide {
display: none;
}
#japan_map_wrapper {
margin: 0 auto;
padding: 0 0 80px;
width: 100%;
max-width: 1180px; 
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
#japan_map_wrapper button#map_back_btn {
width: 80px;
position: relative;
top: -50px;
cursor:pointer;
background: -moz-linear-gradient(#ededed, #ededed);
background: -webkit-linear-gradient(#ededed, #ededed);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#ededed));
background: -o-linear-gradient(#ededed, #ededed);
background: linear-gradient(#ededed, #ededed);
border: 1px solid #cfcfcf;
border-radius: 3px;
color: #333;
font-size:14px;
line-height: 1.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
padding: 5px 5px 6px 5px;
}
#japan_map_wrapper button#map_back_btn:hover {
background: -moz-linear-gradient(#f5f5f5, #f5f5f5);
background: -webkit-linear-gradient(#f5f5f5, #f5f5f5);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f5f5f5));
background: -o-linear-gradient(#f5f5f5, #f5f5f5);
background: linear-gradient(#f5f5f5, #f5f5f5);
}
#japan_map_wrapper button#map_back_btn:active {
background: -moz-linear-gradient(#eee, #eee);
background: -webkit-linear-gradient(#eee, #eee);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#eee));
background: -o-linear-gradient(#eee, #eee);
background: linear-gradient(#eee, #eee);
}
#japan_map_wrapper #japan_map_flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
#japan_map_wrapper #japan_map_flex .jp_map_item {
margin:0;
padding: 0 0 0 3%;
flex: 1;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 750px) {
#japan_map_wrapper #japan_map_flex .jp_map_item {
padding: 0 20px;
}
}
#japan_map_wrapper #japan_map_flex #japan_map.jp_map_item {
overflow: hidden;
padding: 0;
}
@media screen and (max-width: 750px) {
#japan_map_wrapper #japan_map_flex #japan_map.jp_map_item {
display: none;
}
}
#japan_map_wrapper #japan_map_flex .jp_map_item h2.office_list_ttl {
color:#019040;
line-height: 40px;
text-align: left;
border-top:5px solid #dedfe0;
border-bottom:5px solid #dedfe0;
margin-top: 0px !important;
margin-bottom: 0px !important;
padding: 5px 0 5px 20px !important;
font-weight: 500;
font-size: 26px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
@media only screen and (max-width: 750px) {
#japan_map_wrapper #japan_map_flex .jp_map_item h2.office_list_ttl {
padding: 5px 0 !important;
font-size: 20px;
}
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
margin: 0 auto;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
padding-top: 4px;
padding-left: 4px;
background: #f4f3f3;
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office {
margin:0 4px 4px 0px;
position:relative;
width:calc(100% / 4 - 4px);
min-height: 1px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office {
width:calc(100% / 3 - 4px);
}
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office a {
padding: 0 0 4px;
display: block;
box-shadow: 0 4px 6px rgba(0,0,0,.175);
-moz-box-shadow: 0 4px 6px rgba(0,0,0,.175);
-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.175);
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-ms-transition: 0.2s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office a:hover { background-color: rgba(1,144,64,0.8);
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office a h3 {
text-align: center;
line-height: 1.2;
padding-top: 2px;
font-size: 13px;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-ms-transition: 0.2s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office a h3 {
font-size: 12px;
font-weight: 500;
letter-spacing: -0.04em;
}
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office a:hover h3 {
color: #fff;
}
#japan_map_wrapper #japan_map_flex .jp_map_item ul#eigyoBox li.office a p.img img {
width: 100%;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .office_modal_box {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
max-width: 1180px;
width: 100%;
}
.office_modal_box p.img img {
width: 100%;
margin: 0 auto 20px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
.office_modal_box p.img img {
margin: 0 auto 5px;
}
}
.office_modal_box p.lity_fresh_logo img {
width: 100%;
max-width: 250px;
margin: 0 auto 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
.office_modal_box p.lity_fresh_logo img {
max-width: 120px;
}
}
.office_modal_box h3.lity_office_ttl {
line-height: 1.2;
color: #fff;
font-size: 24px;
margin-bottom: 15px;
border-left: 5px solid rgba(1,144,64,0.8);
padding-left: 10px;
}
@media only screen and (max-width: 750px) {
.office_modal_box h3.lity_office_ttl {
line-height: 1.1;
font-size: 16px;
margin-bottom: 5px;
}
}
.office_modal_box table.lity_office_table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
color: #fff;
border: 1px solid rgba(255,255,255,0.8);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
.office_modal_box table.lity_office_table {
margin-bottom: 10px;
}
}
.office_modal_box table.lity_office_table tr {
border: 1px solid rgba(255,255,255,0.8);
}
.office_modal_box table.lity_office_table tr th,
.office_modal_box table.lity_office_table tr td {
padding: 10px 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
line-height: 1.2;
border: 1px solid rgba(255,255,255,0.8);
}
@media only screen and (max-width: 750px) {
.office_modal_box table.lity_office_table tr th,
.office_modal_box table.lity_office_table tr td {
padding: 5px 5px;
font-size: 12px;
line-height: 1.1;
}
}
.office_modal_box table.lity_office_table tr th {
text-align: center;
width: 150px;
vertical-align: middle;
}
@media only screen and (max-width: 750px) {
.office_modal_box table.lity_office_table tr th {
width: 100px;
vertical-align: middle;
}
}
.office_modal_box table.lity_office_table tr td {
font-weight: 500;
}
.office_modal_box table.lity_office_table tr td span {
display: inline-block;
}
.office_modal_box table.lity_office_table tr td span.yubin {
padding-right: 10px;
}
@media only screen and (max-width: 750px) {
.office_modal_box table.lity_office_table tr td span.yubin {
padding-right: 5px;
}
}
.office_modal_box table.lity_office_table tr td em {
font-style: normal;
}
.office_modal_box table.lity_office_table tr td em.pc_tel {
display: inline-block;
}
@media only screen and (max-width: 750px) {
.office_modal_box table.lity_office_table tr td em.pc_tel {
display: none;
}
}
.office_modal_box table.lity_office_table tr td em.mobile_tel {
display: none;
}
@media only screen and (max-width: 750px) {
.office_modal_box table.lity_office_table tr td em.mobile_tel {
display: inline-block;
}
.office_modal_box table.lity_office_table tr td em.mobile_tel a {
color: #fff;
text-decoration: underline;
}
}
.office_modal_box .lity_map_box {
width: 100%;
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
.office_modal_box .lity_map_box {
height: 250px;
overflow: hidden;
}
}
.office_modal_box .lity_map_box iframe {
width: 100%;
height: 400px;
}
@media only screen and (max-width: 750px) {
.office_modal_box .lity_map_box iframe {
height: 296px;
margin-top: -46px;
}
}