/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url("/fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  src: url("/fonts/NotoSansCJKjp-Medium.eot?") format("eot"), url("/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url("/fonts/NotoSansCJKjp-Bold.eot?") format("eot"), url("/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("/fonts/OpenSans-Bold.eot?") format("eot"), url("/fonts/OpenSans-Bold.woff") format("woff");
}
html {
  font-size: 62.5%;
  font-family: 'NotoSansCJKjp-Regular', Arial, sans-serif;
}
body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.ro a {
  transition: opacity .2s ease;
}
.ro a:hover {
  opacity: .7;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
.pc-inline-block {
  display: inline-block;
}
.sp-inline-block {
  display: none;
}
.pc-inline {
  display: inline;
}
.sp-inline {
  display: none;
}
#page {
  padding-top: 81px;
  background-color: #F2F2F2;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  border-bottom: 1px solid #666;
  background-color: #fff;
}
header > .wrap > .inner {
  display: flex;
  align-items: center;
  height: 80px;
  max-width: 1280px;
  margin: 0 auto;
}

header .logo {
  margin: 0 100px 0 20px;
}
/* 休業用
header .logo {
  margin: 0 40px 0 20px;
} */

header .infoWrap {
  display: flex;
  align-items: center;
}

header .infoWrap .info {
  margin: 0 25px 0 0;
  font-size: 1.2rem;
  text-align: center;
}
header .infoWrap .info .tel {
  font-size: 2.6rem;
  font-weight: bold;
}
header .infoWrap .info .tel span {
  display: inline-block;
  padding-left: 35px;
  background-image: url(/images/common/icon_tel1.gif);
  background-position: 0 10px;
  background-repeat: no-repeat;
}
header .infoWrap .contact a {
  display: block;
  height: 38px;
  padding: 0 30px;
  border-radius: 19px;
  background-color: #0989DA;
  color: #fff;
  font-size: 1.8rem;
  line-height: 38px;
  text-align: center;
}


/* 休業のお知らせ */
header #holiday {
  z-index: 6;
  font-size: 1.2rem;
  text-align: left;
	margin: 0 0 0 10px;
	color:red;
}
header #holiday a {
	color:red;
	text-decoration: underline;
}
header #holiday a:hover {
	text-decoration: none;
}



#history {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
}
#history li {
  border-left: 1px solid #ddd;
}
#history li:nth-child(1) a {
  background-image: url(/images/common/icon_hnavi1.png);
}
#history li:nth-child(2) a {
  background-image: url(/images/common/icon_hnavi2.png);
}
#history li:nth-child(3) a {
  background-image: url(/images/common/icon_hnavi3.png);
}
#history li:nth-child(4) a {
  background-image: url(/images/common/icon_hnavi4.png);
}
#history a {
  display: block;
  width: 90px;
  height: 80px;
  padding-top: 42px;
  box-sizing: border-box;
  background-position: center 8px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
#history a span {
  color: #d0111b;
  font-weight: bold;
}
#gnavi {
  max-height: 51px;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.5s;
}
#gnavi.close {
  max-height: 0;
}
#gnavi > .inner {
  border-bottom: 1px solid #666;
}
#gnavi ul {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
#gnavi ul li {
  position: relative;
}
#gnavi ul li:nth-child(1) {
  flex-basis: 17.890625%;
}
#gnavi ul li:nth-child(2) {
  flex-basis: 16.484375%;
}
#gnavi ul li:nth-child(3) {
  flex-basis: 15.15625%;
}
#gnavi ul li:nth-child(4) {
  flex-basis: 16.953125%;
}
#gnavi ul li:nth-child(5) {
  flex-basis: 15.3125%;
}
#gnavi ul li:nth-child(6) {
  flex-basis: 18.203125%;
}
#gnavi ul li:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 1px;
  height: 27px;
  margin: auto;
  background-color: #666;
  content: "";
}
#gnavi ul li:first-child:after {
  display: none;
}
#gnavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 20px 15px;
  box-sizing: border-box;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#gnavi span {
  font-size: 2rem;
}
footer {
  position: relative;
  padding-top: 45px;
  background-color: #fff;
}
footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
footer .sns li {
  margin: 0 3px;
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
footer .page_top {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#fnavi {
  max-width: 1120px;
  margin: 0 auto 45px;
  padding: 0 15px;
}
#fnavi > ul {
  display: flex;
}
#fnavi > ul > li:nth-child(1) {
  flex-basis: 21.78571429%;
}
#fnavi > ul > li:nth-child(2) {
  flex-basis: 27.58928571%;
}
#fnavi > ul > li:nth-child(3) {
  flex-basis: 30.17857143%;
}
#fnavi > ul > li:nth-child(4) {
  flex-basis: 20.44642857%;
}
#fnavi > ul > li ul li {
  margin-top: 10px;
}
#fnavi > ul > li ul li:first-child {
  margin-top: 0;
}
#fnavi > ul > li a {
  display: inline-block;
  padding-left: 15px;
  background-image: url(/images/common/icon_arrow3.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
  font-size: 1.3rem;
}
#breadcrumbs {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 10px;
}
#breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#breadcrumbs ul li {
  font-size: 1.3rem;
}
#breadcrumbs ul li > a {
  position: relative;
  margin-right: 10px;
  padding-right: 17px;
  display: block;
}
#breadcrumbs ul li > a:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btn_consider {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #0989da;
  color: #fff !important;
  font-size: 1.3rem;
  text-decoration: none;
}
.btn_consider:hover {
  text-decoration: underline;
}
.btn_consider:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -4px;
  background-image: url(/images/common/icon_hart.png);
}
@media (max-width: 768px) {
  .btn_consider {
    overflow: hidden;
    width: 2em;
    height: calc(1em + 26px);
    padding: 5px 14px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .btn_consider:before {
    margin-right: 0;
  }
}
.btn_map {
  display: inline-block;
  padding: 2px 7px;
  background-color: #555555;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
}
.btn_map:before {
  display: inline-block;
  content: '';
  width: 9px;
  height: 13px;
  margin-right: 5px;
  vertical-align: -2px;
  background-image: url(/images/common/icon_point.png);
}
@media (max-width: 768px) {
  .btn_map {
    overflow: hidden;
    height: 16px;
    vertical-align: -5px;
    font-size: 1.1rem;
  }
  .btn_map span:after {
    content: '';
    display: block;
  }
}
.btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 38px;
}
.btnwrap a {
  position: relative;
  display: block;
  width: 380px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.btnwrap a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 45px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
  background-position: 14px center;
  background-repeat: no-repeat;
}
.btnwrap a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  left: 45px;
  border-width: 30px 0 30px 15px;
  border-style: solid;
}
.btnwrap a.mail {
  background-color: #f46544;
}
.btnwrap a.mail:before {
  background-color: #EB4327;
  background-image: url(/images/common/icon_mail.png);
}
.btnwrap a.mail:after {
  border-color: transparent transparent transparent #EB4327;
}

_:-ms-lang(x), .btnwrap a.mail:after {
  margin-left: -1px;
}
.btnwrap a.save {
  background-color: #6d77ad;
}
.btnwrap a.save:before {
  background-color: #4E5791;
  background-position: 14px 15px;
  background-image: url(/images/common/icon_list.png);
}
.btnwrap a.save:after {
  border-color: transparent transparent transparent #4E5791;
}
.btnwrap a.tel {
  display: none;
}
.btnwrap a.consider {
  background-color: #0989da;
}
.btnwrap a.consider:before {
  background-color: #0469ca;
  background-position: 14px center;
  background-image: url(/images/common/icon_hart.png);
}
.btnwrap a.consider:after {
  border-color: transparent transparent transparent #0469ca;
}
@media (max-width: 768px) {
  .btnwrap {
    display: block;
    margin-bottom: 20px;
  }
  .btnwrap a {
    width: auto;
  }
  .btnwrap a.mail {
    margin-bottom: 10px;
  }
  .btnwrap a.save {
    margin-bottom: 10px;
  }
  .btnwrap a.tel {
    display: block;
    padding: 0;
    border: 2px solid #318b35;
    line-height: 56px;
    font-size: 1.4rem;
    color: #318b35;
  }
  .btnwrap a.tel span {
    font-size: 2.2rem;
    font-weight: bold;
    vertical-align: -2px;
  }
  .btnwrap a.tel img {
    margin: 0 10px;
    vertical-align: -4px;
  }
  .btnwrap a.tel:before {
    content: none;
  }
  .btnwrap a.tel:after {
    content: none;
  }
}
@media (max-width: 320px) {
  .btnwrap a.tel {
    font-size: 1.2rem;
  }
  .btnwrap a.tel span {
    font-size: 1.4em;
  }
  .btnwrap a.tel img {
    margin: 0 2px;
  }
}

#to_form {
  flex-basis: 69.64285714%;
  padding: 30px 40px;
  border: 3px solid #D0111B;
  box-sizing: border-box;
  background-color: #fff;
}
#to_form .web {
  display: flex;
  justify-content: space-between;
}
#to_form .web .texts {
  flex-basis: 56.48414986%;
}
#to_form .web .texts .title {
  font-size: 2.2rem;
  font-weight: bold;
}
#to_form .web .texts p {
  margin-top: 15px;
}
#to_form .web .texts p:first-child {
  margin-top: 0;
}
#to_form .web .images {
  flex-basis: 37.46397695%;
  text-align: center;
}
#to_form .web .title {
  padding-left: 45px;
  background-image: url(../images/top/icon_title6.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#to_form .web .info {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
}
#to_form .web .info .tel {
  color: #555;
  font-size: 2.6rem;
  font-weight: bold;
}
#to_form .web .info .tel span {
  display: inline-block;
  padding-left: 45px;
  background-image: url(../images/common/icon_tel2.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
#to_form .office {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 2px solid #D0111B;
}
#to_form .office .texts {
  flex-basis: 56.48414986%;
}
#to_form .office .texts .title {
  font-size: 2.2rem;
  font-weight: bold;
}
#to_form .office .texts p {
  margin-top: 15px;
}
#to_form .office .texts p:first-child {
  margin-top: 0;
}
#to_form .office .images {
  flex-basis: 37.46397695%;
  text-align: center;
}
#to_form .office .title {
  padding-left: 45px;
  background-image: url(../images/top/icon_title7.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
#to_form .office .note {
  /*padding-left: 1em;
  color: #D0111B;
  text-indent: -1em;*/
	padding-left: 1em;
	margin-top:15px;
  color: #D0111B;
  text-indent: -1em;
	font-size: 85%;
	text-align: left;
}
@media (max-width: 1279px) {
  header > .wrap > .inner {
    justify-content: space-between;
  }
  header .logo {
    margin: 0 20px 0 20px;
  }
  header .infoWrap {
    margin: 0 20px 0 0;
    line-height: 1.2;
  }
  header .infoWrap .info {
    margin: 0 10px 0 0;
    font-size: 1rem;
  }
  header .infoWrap .info .tel {
    font-size: 2.2rem;
  }
  header .infoWrap .info .tel span {
    padding-left: 30px;
    background-position: 0 2px;
  }
  header .infoWrap .contact a {
    height: 25px;
    padding: 0 15px;
    border-radius: 12.5px;
    font-size: 1.2rem;
    line-height: 25px;
  }
  #history {
    position: static;
  }
}
@media (max-width: 1099px) {
  header .infoWrap {
    display: block;
    white-space: nowrap;
  }
  header .infoWrap .info {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 768px) {
  .ro a:hover {
    opacity: 1;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .pc-inline-block {
    display: none;
  }
  .sp-inline-block {
    display: inline-block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  #page {
    padding: 60px 0 61px;
  }
  header {
    border-bottom: none;
  }
  header > .wrap > .inner {
    width: 94.66666667%;
    height: 60px;
    margin: 0 auto;
  }
  header .logo {
    width: 42.25352113%;
    margin: 0;
  }
  header .infoWrap {
    display: none;
  }
	
/* 休業のお知らせ */
header #holiday {
  font-size: 1.3rem;
  text-align: center;
	margin: 10px 0 0 0;
	color:white;
}
header #holiday a {
	color:white;
	text-decoration: underline;
}
header #holiday a:hover {
	text-decoration: none;
}
header .br-sp { display:none;
}
	
  #history {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 10;
    width: 100%;
    border-top: 1px solid #d0111b;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #history li {
    flex-basis: 25%;
    border-left: 1px solid #d0111b;
    box-sizing: border-box;
  }
  #history li:first-child {
    border-left: none;
  }
  #history li:nth-child(1) a {
    background-size: 16.8px auto;
  }
  #history li:nth-child(2) a {
    background-size: 18.4px auto;
  }
  #history li:nth-child(3) a {
    background-size: 19.6px auto;
  }
  #history li:nth-child(4) a {
    background-size: 16px auto;
  }
  #history a {
    width: auto;
    height: 60px;
    padding-top: 30px;
    background-position: center 4px;
    font-size: 1rem;
  }
  #hnavi {
    width: 170px;
  }
  #hnavi ul {
    display: flex;
    justify-content: space-between;
  }
  #hnavi ul li {
    flex-basis: 50px;
  }
  #hnavi ul li:nth-child(1) a {
    background-image: url(/images/common/icon_mail_sp.gif);
    background-position: center 1px;
  }
  #hnavi ul li:nth-child(2) a {
    background-image: url(/images/common/icon_tel_sp.gif);
    background-position: center 0;
  }
  #hnavi a {
    display: block;
    padding-top: 25px;
    background-repeat: no-repeat;
    color: #d0111b;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  #hnavi .menuBtn a {
    position: relative;
    cursor: pointer;
  }
  #hnavi .menuBtn a:after {
    display: inline;
    content: "MENU";
  }
  #hnavi .menuBtn a .icon {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background-color: #d0111b;
  }
  #hnavi .menuBtn a .icon:before,
  #hnavi .menuBtn a .icon:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #d0111b;
    transition: all .3s ease;
    content: "";
  }
  #hnavi .menuBtn a .icon:before {
    margin-top: -8px;
  }
  #hnavi .menuBtn a .icon:after {
    margin-top: 8px;
  }
  #hnavi .menuBtn.opened a:after {
    content: "CLOSE";
  }
  #hnavi .menuBtn.opened a .icon {
    background-color: transparent;
  }
  #hnavi .menuBtn.opened a .icon:before,
  #hnavi .menuBtn.opened a .icon:after {
    margin-top: 0;
  }
  #hnavi .menuBtn.opened a .icon:before {
    transform: rotate(45deg);
  }
  #hnavi .menuBtn.opened a .icon:after {
    transform: rotate(135deg);
  }
  #gnavi {
    display: none;
  }
  #menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 15;
    width: 100%;
    background-color: rgba(208, 17, 27, 0.9);
    overflow: auto;
  }
  #menu > .inner {
    width: 80%;
    margin: 0 auto;
    padding: 35px 0 50px;
  }
  #menu #gnavi {
    display: block;
    max-height: none;
    margin-bottom: 40px;
    border-top: none;
    background: transparent;
  }
  #menu #gnavi > .inner {
    border-bottom: none;
  }
  #menu #gnavi ul {
    display: block;
  }
  #menu #gnavi ul li {
    border-top: 1px solid #fff;
  }
  #menu #gnavi ul li:nth-child(1) {
    flex-basis: auto;
    border-top: none;
  }
  #menu #gnavi ul li:nth-child(2) {
    flex-basis: auto;
  }
  #menu #gnavi ul li:nth-child(3) {
    flex-basis: auto;
  }
  #menu #gnavi ul li:nth-child(4) {
    flex-basis: auto;
  }
  #menu #gnavi ul li:nth-child(5) {
    flex-basis: auto;
    margin-top: 15px;
    border-top: none;
  }
  #menu #gnavi ul li:nth-child(6) {
    flex-basis: auto;
  }
  #menu #gnavi ul li:nth-child(5) a,
  #menu #gnavi ul li:nth-child(6) a {
    padding: 10px 15px 10px 0;
    font-size: 1.4rem;
  }
  #menu #gnavi ul li:nth-child(5) span,
  #menu #gnavi ul li:nth-child(6) span {
    font-size: 1.4rem;
  }
  #menu #gnavi ul li:after {
    display: none;
  }
  #menu #gnavi a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 15px 15px 0;
    background-image: url(/images/common/icon_arrow4.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
  }
  #menu #gnavi span {
    font-size: 1.8rem;
  }
  #menu .infoWrap {
    display: block;
    margin: 0;
    line-height: 1.5;
  }
  #menu .infoWrap .info {
    margin: 0 0 15px;
    color: #fff;
    font-size: 1.2rem;
  }
  #menu .infoWrap .info .tel span {
    padding-left: 40px;
    background-image: url(/images/common/icon_tel3.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
  }
  #menu .infoWrap .contact a {
    height: 36px;
    padding: 0 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: #D0111B;
    color: #fff;
    font-size: 1.6rem;
    line-height: 36px;
  }
  footer {
    padding-top: 30px;
  }
  footer .sns {
    margin-bottom: 30px;
  }
  footer .copyright {
    width: calc(100% - 80px);
    font-size: 1.2rem;
  }
  #fnavi {
    width: 89.33333333%;
    margin: 0 auto 30px;
    padding: 0;
    overflow: hidden;
  }
  #fnavi > ul {
    flex-wrap: wrap;
    margin: 0 -4% -30px 0;
  }
  #fnavi > ul > li {
    margin: 0 4% 30px 0;
  }
  #fnavi > ul > li:nth-child(1) {
    flex-basis: 46%;
  }
  #fnavi > ul > li:nth-child(2) {
    flex-basis: 46%;
  }
  #fnavi > ul > li:nth-child(3) {
    flex-basis: 46%;
  }
  #fnavi > ul > li:nth-child(4) {
    flex-basis: 46%;
  }
  #fnavi > ul > li ul li {
    margin-top: 5px;
  }
  #fnavi > ul > li a {
    padding-left: 12px;
    background-position: 0 6px;
    font-size: 1.2rem;
  }
  #breadcrumbs {
    padding: 10px;
  }
  #breadcrumbs ul{
    white-space: nowrap;
    overflow: auto;
    /*-webkit-overflow-scrolling: touch;*/
    flex-wrap: initial;
    font-size: 0;
    display: block;
    justify-content: initial;
  }
  
  ::-webkit-scrollbar {
      display: none;
  }
  #breadcrumbs ul::-webkit-scrollbar {
      display: none;
  }
  #breadcrumbs ul li {
    display: inline-block;
    font-size: 1.2rem;
  }
  #breadcrumbs ul li > a {
    margin-right: 8px;
    padding-right: 12px;
    display: inline;
  }
  #breadcrumbs ul li > a:after {
    top: -3px;
}
  #to_form {
    padding: 20px;
  }
  #to_form .web {
    display: block;
  }
  #to_form .web .texts .title {
    font-size: 1.8rem;
  }
  #to_form .web .texts p {
    font-size: 1.3rem;
  }
  #to_form .web .images {
    margin-top: 15px;
  }
  #to_form .web .title {
    padding: 2px 0 2px 45px;
    background-position: 0 0;
  }
  #to_form .web .info {
    font-size: 1.2rem;
  }
  #to_form .web .info .tel {
    font-size: 2.6rem;
  }
  #to_form .web .info .tel span {
    background-position: 0 6px;
  }
  #to_form .office {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
  }
  #to_form .office .texts .title {
    font-size: 1.8rem;
  }
  #to_form .office .texts p {
    font-size: 1.3rem;
  }
  #to_form .office .images {
    margin-top: 15px;
  }
  #to_form .office .title {
    padding-left: 45px;
    background-position: 0 1px;
  }
}

/*float 解除*/
.clearfix:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

.clearfix {
	display: inline-block;
}

#nav_wrapper .nav .clearfix {
	margin-right: auto;
	margin-left: auto;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* align */
.txt_a_c{ text-align:center; }
.txt_a_l{ text-align:left; }
.txt_a_r{ text-align:right; }

/* text color */
.txt_rot{color:red;}
.txt_b{font-weight: bold;font-size:105%;}

/* margin */
.m10 {margin:10px;}
.m12 {margin:12px;}
.m15 {margin:15px;}
/* margin-top */
	.mt00 { margin-top: 0px; }
	.mt02 { margin-top: 2px; }
	.mt03 { margin-top: 3px; }
	.mt05 { margin-top: 5px; }
	.mt07 { margin-top: 7px; }
	.mt10 { margin-top: 10px; }
	.mt15 { margin-top: 15px; }
	.mt20 { margin-top: 20px; }
	.mt25 { margin-top: 25px; }
	.mt30 { margin-top: 30px; }
	.mt35 { margin-top: 35px; }
	.mt40 { margin-top: 40px; }
	.mt45 { margin-top: 45px; }
	.mt50 { margin-top: 50px; }
	.mt55 { margin-top: 55px; }
	.mt60 { margin-top: 60px; }	
	.mt70 { margin-top: 70px; }	
	.mt80 { margin-top: 80px; }	
	.mt90 { margin-top: 90px; }	
	.mt100 { margin-top: 100px; }
	.mt120 { margin-top: 120px; }
	.mt150 { margin-top: 150px; }
	.mt200 { margin-top: 200px; }
	.mt350 { margin-top: 350px; }
	.mt400 { margin-top: 400px; }		
/* margin-right */
	.mr00 { margin-right: 0px; }
	.mr02 { margin-right: 2px; }
	.mr03 { margin-right: 3px; }
	.mr05 { margin-right: 5px; }
	.mr10 { margin-right: 10px; }
	.mr15 { margin-right: 15px; }
	.mr18 { margin-right: 18px; }
	.mr20 { margin-right: 20px; }
	.mr25 { margin-right: 25px; }
	.mr30 { margin-right: 30px; }
	.mr35 { margin-right: 35px; }
	.mr40 { margin-right: 40px; }
	.mr45 { margin-right: 45px; }
	.mr50 { margin-right: 50px; }
	.mr55 { margin-right: 55px; }
	.mr60 { margin-right: 60px; }
	.mr70 { margin-right: 70px; }
	.mr80 { margin-right: 80px; }	
	.mr90 { margin-right: 90px; }
	.mr100 { margin-right: 100px; }
/* margin-bottom */
	.mb00 { margin-bottom: 0px; }
	.mb02 { margin-bottom: 2px; }
	.mb03 { margin-bottom: 3px; }
	.mb04 { margin-bottom: 4px; }
	.mb05 { margin-bottom: 5px; }
	.mb07 { margin-bottom: 7px; }
	.mb10 { margin-bottom: 10px; }
	.mb15 { margin-bottom: 15px; }
	.mb20 { margin-bottom: 20px; }
	.mb25 { margin-bottom: 25px; }
	.mb30 { margin-bottom: 30px; }
	.mb35 { margin-bottom: 35px; }
	.mb40 { margin-bottom: 40px; }
	.mb45 { margin-bottom: 45px; }
	.mb50 { margin-bottom: 50px; }
	.mb55 { margin-bottom: 55px; }
	.mb60 { margin-bottom: 60px; }
	.mb100 { margin-bottom: 100px; }
	.mb120 { margin-bottom: 120px; }
	.mb150 { margin-bottom: 150px; }
	.mb160 { margin-bottom: 160px; }
	.mb170 { margin-bottom: 170px; }
	.mb180 { margin-bottom: 180px; }
	.mb190 { margin-bottom: 190px; }
	.mb200 { margin-bottom: 200px; }
	.mb210 { margin-bottom: 210px; }
	.mb220 { margin-bottom: 220px; }
	.mb230 { margin-bottom: 230px; }
	.mb240 { margin-bottom: 240px; }
	.mb250 { margin-bottom: 250px; }
	.mb300 { margin-bottom: 300px; }
	.mb330 { margin-bottom: 330px; }
	.mb350 { margin-bottom: 350px; }
	.mb370 { margin-bottom: 370px; }
	.mb400 { margin-bottom: 400px; }
/* margin-left */
	.ml00 { margin-left: 0px; }
	.ml02 { margin-left: 2px; }
	.ml05 { margin-left: 5px; }
	.ml10 { margin-left: 10px; }
	.ml15 { margin-left: 15px; }
	.ml20 { margin-left: 20px; }
	.ml25 { margin-left: 25px; }
	.ml30 { margin-left: 30px; }
	.ml35 { margin-left: 35px; }
	.ml40 { margin-left: 40px; }
	.ml45 { margin-left: 45px; }
	.ml50 { margin-left: 50px; }
	.ml55 { margin-left: 55px; }
	.ml60 { margin-left: 60px; }
	.ml70 { margin-left: 70px; }
	.ml80 { margin-left: 80px; }
	.ml90 { margin-left: 60px; }
	.ml100 { margin-left: 100px; }
	.ml180 { margin-left: 180px; }
	.ml290 { margin-left: 290px; }
	.ml300 { margin-left: 300px; }
	
/* padding */
	.pd05 { padding:5px; }	
	.pd10 { padding:10px; }
	.pd13 { padding:13px; }
	.pd15 { padding:15px; }	
	
/* padding-top */
	.pt05 { padding-top:5px; }
	.pt10 { padding-top:10px; }
	.pt15 { padding-top:15px; }	
	.pt20 { padding-top:20px; }
	.pt30 { padding-top:30px; }
	.pt40 { padding-top:40px; }
	.pt50 { padding-top:50px; }
	.pt70 { padding-top:70px; }
	.pt75 { padding-top:75px; }
	.pt80 { padding-top:80px; }
	
/* padding-left */
	.pl02 { padding-left:2px; }
	.pl03 { padding-left:3px; }
	.pl10 { padding-left:10px; }
	.pl15 { padding-left:15px; }
	.pl20 { padding-left:20px; }
	.pl30 { padding-left:30px; }
	
/* padding-right */
	.pr10 { padding-right:10px; }
	.pr20 { padding-right:20px; }
	.pr30 { padding-right:30px; }
	
	
/* padding-bottom */
	.pb0 { padding-bottom:0; }
	.pb05 { padding-bottom:5px; }
	.pb10 { padding-bottom:10px; }
	.pb15 { padding-bottom:15px; }
	.pb20 { padding-bottom:20px; }
	.pb30 { padding-bottom:30px; }


/* fontsize */
.font120 { font-size: 120%; }
.font110 { font-size: 110%; }
.font90 { font-size: 90%; }
.font85 { font-size: 85%; }
.font80 { font-size: 80%; }
.font75 { font-size: 75%; }
.font70 { font-size: 70%; }