@charset "UTF-8";
/*
pc default css start
*/
/*reset css*/
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 12, ../scss/common.scss */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.69em;
  color: black;
  background-color: #ffffff;
  min-width: 960px;
}

/* line 19, ../scss/common.scss */
a {
  text-decoration: none;
}

/* line 20, ../scss/common.scss */
a:link {
  color: black;
}

/* line 21, ../scss/common.scss */
a:visited {
  color: black;
}

/* line 22, ../scss/common.scss */
a:hover {
  color: #c70019;
}

/* line 23, ../scss/common.scss */
a:active {
  color: #c70019;
}

/* line 24, ../scss/common.scss */
a img:hover {
  opacity: 0.7;
}

/* line 25, ../scss/common.scss */
.pc-none {
  display: none;
}

/*layout css*/
/* line 29, ../scss/common.scss */
#header {
  height: 140px;
  background-image: url(../images/header_bg.png);
  background-repeat: repeat-x;
}
.en #header {
  height: 105px;
  background-image: url(../images/header_bg.png);
  background-repeat: repeat-x;
}
/* line 33, ../scss/common.scss */
#header #header-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* line 39, ../scss/common.scss */
#content {
  width: 960px;
  margin: 0 auto;
}
.en #content {
  margin: 0 auto 160px;
}
/* line 42, ../scss/common.scss */
#content:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

/* line 49, ../scss/common.scss */
.inner-cover {
  width: 960px;
  margin: 0 auto;
}
/* line 52, ../scss/common.scss */
.inner-cover:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}

/* line 59, ../scss/common.scss */
#main {
  float: left;
  width: 700px;
}

/* line 63, ../scss/common.scss */
#side {
  float: right;
  width: 220px;
}
#footer {
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  width: 100%;

  background-position:bottom;
}
/* line 70, ../scss/common.scss */
#footer #footer-inner {
  position: relative;
  width: 960px;

  /*height: 430px;*/
  height: 450px;

  margin: 0 auto;
}
.en #footer {
  background-image: none;
  background-repeat: no-repeat;
  background-color: #2b2b2b;
  border-bottom: 3px solid #c70019;
  width: 100%;
}
.en #footer #footer-inner {
	height: 60px;
	margin-top: 120headerpx;
}
/* line 75, ../scss/common.scss */
#footer #footer-inner #footer-low {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 960px;
}

/*main-nav css*/
/* line 85, ../scss/common.scss */
#main-nav {
  position: absolute;
  top: 41px;
  right: 0;
  text-align: center;
  width: 781px;
  overflow: hidden;
}
/* line 91, ../scss/common.scss */
#main-nav li {
  display: inline;
  float: left;
}
/* line 93, ../scss/common.scss */
#main-nav li a {
  display: block;
  padding-top: 55px;
  height: 44px;
  /*99px*/
  background-image: url(../images/mainnav.png);
  background-repeat: no-repeat;
}
/* line 101, ../scss/common.scss */
#main-nav li.list01 a {
  width: 120px;
  background-position: 0 0;
}
/* line 105, ../scss/common.scss */
#main-nav li.list02 a {
  width: 130px;
  background-position: -120px 0;
}
/* line 109, ../scss/common.scss */
#main-nav li.list03 a {
  width: 130px;
  background-position: -250px 0;
}
/* line 113, ../scss/common.scss */
#main-nav li.list04 a {
  width: 130px;
  background-position: -380px 0;
}
/* line 117, ../scss/common.scss */
#main-nav li.list05 a {
  width: 150px;
  background-position: -510px 0;
}
/* line 121, ../scss/common.scss */
#main-nav li.list06 a {
  width: 121px;
  background-position: -660px 0;
}
/* line 125, ../scss/common.scss */
#main-nav li.list01 a.current {
  background-position: 0 -99px;
}
/* line 128, ../scss/common.scss */
#main-nav li.list02 a.current {
  background-position: -120px -99px;
}
/* line 131, ../scss/common.scss */
#main-nav li.list03 a.current {
  background-position: -250px -99px;
}
/* line 134, ../scss/common.scss */
#main-nav li.list04 a.current {
  background-position: -380px -99px;
}
/* line 137, ../scss/common.scss */
#main-nav li.list05 a.current {
  background-position: -510px -99px;
}
/* line 140, ../scss/common.scss */
#main-nav li.list06 a.current {
  background-position: -660px -99px;
}

/* line 145, ../scss/common.scss */
#sp-menu-btn {
  display: none;
}

/* line 149, ../scss/common.scss */
#breadcrumb {
  display: none;
}

/* line 153, ../scss/common.scss */
.pagetop-btn-r {
  display: inline;
}
/* line 155, ../scss/common.scss */
.pagetop-btn-r a {
  display: block;
  position: fixed;
  z-index: 100;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  bottom: 35px;
  right: 4%;
  background-image: url(../images/pc_pagetopbtn_r.png);
  background-repeat: no-repeat;
}
/* line 164, ../scss/common.scss */
.pagetop-btn-r a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1550px) {
  /* line 171, ../scss/common.scss */
  .pagetop-btn-r a {
    right: 10%;
  }
}
/* line 174, ../scss/common.scss */
.pagetop-btn-w {
  display: inline;
}
/* line 176, ../scss/common.scss */
.pagetop-btn-w a {
  display: block;
  position: fixed;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  bottom: 35px;
  right: 4%;
  background-image: url(https://www.cardinal-japan.com/files/common/images/pc_pagetopbtn_w.png);
  background-repeat: no-repeat;
}
/* line 185, ../scss/common.scss */
.pagetop-btn-w a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1550px) {
  /* line 192, ../scss/common.scss */
  .pagetop-btn-w a {
    right: 10%;
  }
}
/*common style*/
/* line 198, ../scss/common.scss */
#header #header-inner #site-title {
  position: absolute;
  top: 41px;
  left: 0;
  width: 179px;
  height: 99px;
}
.en #header #header-inner #site-title {
  position: absolute;
  top: 5px;
  left: 0;
  width: 179px;
  height: 99px;
}
/* line 204, ../scss/common.scss */
#header #header-inner #header-txt {
  position: absolute;
  top: 13px;
  left: 0;
  z-index:10;
  font-size: 11px;
  color: #858585;
  line-height: 13px;
}
/* line 211, ../scss/common.scss */
#header #header-inner #header-submenu {
  position: absolute;
  top: 15px;
  right: 0;
}
/* line 214, ../scss/common.scss */
#header #header-inner #header-submenu li {
  font-size: 12px;
  display: inline-block;
}
/* line 217, ../scss/common.scss */
#header #header-inner #header-submenu li a {
  display: inline-block;
  height: 13px;
  line-height: 13px;
  background-image: url(../images/icn_arrow00.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-left: 20px;
}

/* line 234, ../scss/common.scss */
#footer #footer-inner #footer-nav {
  position: absolute;
  top: 50px;
  left: 0;
  height: 320px;
  font-size: 11px;
  line-height: 1.8em;
}
/* line 240, ../scss/common.scss */
#footer #footer-inner #footer-nav .list-title {
  height: 32px;
  border-bottom: 1px solid #c70019;
  margin-bottom: 13px;
}
/* line 249, ../scss/common.scss */
#footer #footer-inner #footer-nav li ul li span {
  display: block;
}
/* line 255, ../scss/common.scss */
#footer #footer-inner #footer-nav .list01-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}
/* line 259, ../scss/common.scss */
#footer #footer-inner #footer-nav .list01-box .list01-inner-box {
  position: absolute;
  top: 45px;
  left: 0;
}
#footer #footer-inner #footer-nav .list01-box span,
#footer #footer-inner #footer-nav .list02-box span,
#footer #footer-inner #footer-nav .list03-box span,
#footer #footer-inner #footer-nav .list05-box span {
  display: block;
  line-height: 0.8;
  margin-bottom: 0.5em;
}
/* line 263, ../scss/common.scss */
#footer #footer-inner #footer-nav .list01-box .list02-inner-box {
  position: absolute;
  top: 45px;
  left: 140px;
}
/* line 267, ../scss/common.scss */
#footer #footer-inner #footer-nav .list01-box .list03-inner-box {
  position: absolute;
  top: 45px;
  left: 260px;
}
/* line 272, ../scss/common.scss */
#footer #footer-inner #footer-nav .list02-box {
  position: absolute;
  top: 0;
  left: 415px;
  width: 140px;
}
/* line 277, ../scss/common.scss */
#footer #footer-inner #footer-nav .list03-box {
  position: absolute;
  top: 0;
  left: 575px;
  width: 120px;
}
/* line 282, ../scss/common.scss */
#footer #footer-inner #footer-nav .list04-box {
  position: absolute;
  top: 0;
  left: 710px;
  width: 120px;
}
/* line 287, ../scss/common.scss */
#footer #footer-inner #footer-nav .list05-box {
  position: absolute;
  top: 0;
  left: 840px;
  width: 120px;
}
/* line 292, ../scss/common.scss */
#footer #footer-inner #footer-nav .list06-box {
  position: absolute;
  top: 120px;
  left: 710px;
  width: 120px;
}
/* line 297, ../scss/common.scss */
#footer #footer-inner #footer-nav .list07-box {
  position: absolute;
  top: 120px;
  left: 840px;
  width: 120px;
}
/* line 303, ../scss/common.scss */
#footer #footer-inner #footer-submenu {
  font-size: 12px;
  padding-top: 18px;
}
/* line 306, ../scss/common.scss */
#footer #footer-inner #footer-submenu li {
  float: left;
  height: 24px;
  line-height: 24px;
  border-right: 1px solid #605f5c;
  padding: 0 10px;
}
/* line 312, ../scss/common.scss */
#footer #footer-inner #footer-submenu li a {
  color: #ffffff;
}
/* line 314, ../scss/common.scss */
#footer #footer-inner #footer-submenu li a:hover {
  color: #c70019;
}
/* line 319, ../scss/common.scss */
#footer #footer-inner #footer-submenu .list01 {
  border-left: 1px solid #605f5c;
}
/* line 323, ../scss/common.scss */
#footer #footer-inner #copy {
  position: absolute;
  top: 15px;
  right: 180px;
  height: 30px;
  width: 200px;
}
/* line 329, ../scss/common.scss */
#footer #footer-inner #footer-link {
  position: absolute;
  top: 15px;
  right: 0;
  width: 180px;
  height: 30px;
}
/* line 334, ../scss/common.scss */
#footer #footer-inner #footer-link:hover {
  opacity: 0.5;
}

/*
pc default css end
*/
@media screen and (max-width: 540px) {
  /*
  sp defautl css start
  */
  /* line 349, ../scss/common.scss */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 356, ../scss/common.scss */
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
    line-height: 1.4em;
    min-width: 100%;
  }

  /* line 361, ../scss/common.scss */
  .pc-none {
    display: block;
  }

  /* line 364, ../scss/common.scss */
  .sp-none {
    display: none;
  }

  /*layout css*/
  /* line 369, ../scss/common.scss */
  #header,
  .en #header {
    height: 55px;
    background-image: none;
    background-color: #ffffff;
  }
  /* line 373, ../scss/common.scss */
  #header #header-inner {
    position: static;
    width: 100%;
    margin: 0 0;
  }

  /* line 379, ../scss/common.scss */
  #content {
    width: 100%;
    margin: 0 0;
  }
.en #content {
  margin: 0 0 60px;
}
  /* line 383, ../scss/common.scss */
  .inner-cover {
    width: 100%;
    margin: 0 0;
  }

  /* line 387, ../scss/common.scss */
  #main {
    float: none;
    width: 100%;
  }

  /* line 391, ../scss/common.scss */
  #side {
    float: none;
    width: 100%;
  }

  /* line 395, ../scss/common.scss */
  #footer {
    background-image: none;
  }
  /* line 397, ../scss/common.scss */
  #footer #footer-inner {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0;
  }
  /* line 402, ../scss/common.scss */
  #footer #footer-inner #footer-low {
    position: static;
    height: 150px;
    width: 100%;
    background-color: #2b2b2b;
    border-bottom: 6px solid #c70019;
  }
  .en #footer #footer-inner #footer-low {
    height: auto;
  }
  /*main-nav css*/
  /* line 413, ../scss/common.scss */
  #main-nav {
    display: none;
    position: static;
    text-align: left;
    width: 144px;
  }
  /* line 418, ../scss/common.scss */
  #main-nav li {
    float: none;
  }
  /* line 420, ../scss/common.scss */
  #main-nav li a {
    /*
    			display: block;
    			padding-top: 55px;
    			height: 44px;
    			background-image: url(../images/mainnav.png);
    			background-repeat: no-repeat;
    */
  }
  /* line 430, ../scss/common.scss */
  #main-nav li.list01 a {
    width: 144px;
  }
  /* line 433, ../scss/common.scss */
  #main-nav li.list02 a {
    width: 144px;
  }
  /* line 436, ../scss/common.scss */
  #main-nav li.list03 a {
    width: 144px;
  }
  /* line 439, ../scss/common.scss */
  #main-nav li.list04 a {
    width: 144px;
  }
  /* line 442, ../scss/common.scss */
  #main-nav li.list05 a {
    width: 144px;
  }
  /* line 445, ../scss/common.scss */
  #main-nav li.list06 a {
    width: 144px;
  }

  /* line 450, ../scss/common.scss */
  #sp-menu-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 27px;
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_nav_btn.png);
    background-repeat: no-repeat;
    background-size: 30px 27px;
    cursor: pointer;
  }

  /* line 461, ../scss/common.scss */
  #wrap {
    background-color: #fff;
    -webkit-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.25);
  }
/*
  #shadow {
    content: '';
    display: block;
    position: absolute;
    top: 0;right: 0;
    z-index: 100;
    width: 10px;
    height: 100%;
    background-image: url(https://www.cardinal-japan.com/common/images/side_menu_shadow.png);
    background-repeat: repeat-y;
  }
*/
  /* line 464, ../scss/common.scss */
  #slide-cover {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c70019;
    width: 265px;
    height: 1000px;
  }

  /* line 471, ../scss/common.scss */
  #slide-menu {
    width: 265px;
  }
  /* line 474, ../scss/common.scss */
  #slide-menu li a {
    display: block;
    height: 55px;
    font-size: 15px;
    color: #c70019;
    line-height: 55px;
    background-color: #ffffff;
    border-bottom: 1px solid #c70019;
    padding-left: 15px;
  }

  /*
  #slide-cover {
  	position: fixed;
  	top: 0;right: 0;
  	width: 220px;
  	height: 100%;
  	background-color: #000;
  }
  */
  /* line 496, ../scss/common.scss */
  #breadcrumb {
    display: block;
    background-color: #c70019;
    height: 24px;
    line-height: 1em;
    padding: 7px 0 7px 10px;
    font-size: 10px;
  }
  /* line 503, ../scss/common.scss */
  #breadcrumb li {
    display: inline-block;
  }
  /* line 505, ../scss/common.scss */
  #breadcrumb li a {
    color: #ffffff;
  }
  /* line 509, ../scss/common.scss */
  #breadcrumb li a:before {
    display: inline-block;
    content: ">";
    margin: 0 6px;
  }
  /* line 515, ../scss/common.scss */
  #breadcrumb li#home img {
    width: 9px;
    height: 9px;
  }
  /* line 519, ../scss/common.scss */
  #breadcrumb li#home a:before {
    content: "";
    margin: 0 0;
  }
  /* line 523, ../scss/common.scss */
  #breadcrumb li#home span {
    margin-left: 5px;
  }

  /* line 528, ../scss/common.scss */

  /* line 531, ../scss/common.scss */
  .pagetop-btn-w {
    display: none;
  }

  /*common style*/
  /* line 538, ../scss/common.scss */
  #header #header-inner #site-title {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 90px;
    height: 50px;
  }
   .en #header #header-inner #site-title {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 90px;
    height: 50px;
  }
  /* line 543, ../scss/common.scss */
  #header #header-inner #site-title img {
    width: 90px;
    height: 50px;
  }
  /* line 548, ../scss/common.scss */
  #header #header-inner #header-txt {
    position: static;
    display: none;
  }
  /* line 552, ../scss/common.scss */
  #header #header-inner #header-submenu {
    position: static;
    display: none;
  }

  /* line 561, ../scss/common.scss */
  #footer #footer-inner #footer-nav {
    position: static;
    height: auto;
    font-size: 12px;
    line-height: 1em;
    border-top: 1px solid #c70019;
  }
  /* line 567, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list-title {
    position: relative;
    height: 45px;
    width: 100%;
    line-height: 45px;
    border-bottom: 1px solid #c70019;
    margin-bottom: 0;
    background-color: #ffffff;
    font-size: 15px;
    color: #c70019;
    padding: 0 10px;
    cursor: pointer;
  }
  /* line 579, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list-title:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 14px;
    height: 100%;
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_icon_arrow_listtitle_n.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 0 50%;
  }
  /* line 591, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list-title img {
    display: none;
  }
  /* line 596, ../scss/common.scss */
  #footer #footer-inner #footer-nav .open .list-title:before {
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_icon_arrow_listtitle_u.png);
  }
  /* line 600, ../scss/common.scss */
  #footer #footer-inner #footer-nav li {
    /*
    				ul:last-child:after {
    					content: "閉じる";
    					text-indent: 20px;
    					display: block;
    					height: 45px;
    					width: 100%;
    					font-size: 15px;
    					color: #ffffff;
    					text-align: center;
    					line-height: 45px;
    					background-color: #898989;
    					cursor: pointer;
    				}
    */
  }
  /* line 601, ../scss/common.scss */
  #footer #footer-inner #footer-nav li ul {
    display: none;
    background-color: #f5f3f0;
  }
  #footer #footer-inner #footer-nav .list01-box span,
  #footer #footer-inner #footer-nav .list02-box span,
  #footer #footer-inner #footer-nav .list03-box span,
  #footer #footer-inner #footer-nav .list05-box span {
    display: inline;
    line-height: 1;
    margin-bottom: 0;
  }
  /* line 605, ../scss/common.scss */
  #footer #footer-inner #footer-nav li ul li a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }
  /* line 612, ../scss/common.scss */
  #footer #footer-inner #footer-nav li ul li a:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 14px;
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_icon_arrow_list_n.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 0 50%;
  }
  #footer #footer-inner #footer-nav li ul li.sp-footmenu-header a:before {
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_icon_arrow_list_n_w.png);
  }
  /* line 625, ../scss/common.scss */
  #footer #footer-inner #footer-nav li ul li span {
    display: inline;
  }
  /* line 646, ../scss/common.scss */
  #footer #footer-inner #footer-nav p.close-btn a {
    display: block;
    position: relative;
    height: 45px;
    width: 100%;
    font-size: 15px;
    text-indent: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    background-color: #898989;
  }
  /* line 657, ../scss/common.scss */
  #footer #footer-inner #footer-nav p.close-btn a:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 12px;
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_icon_arrow_closebtn.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 0 50%;
    margin-top: -6px;
    margin-left: -42px;
  }
  /* line 672, ../scss/common.scss */
  #footer #footer-inner #footer-nav li ul li:nth-child(even) a {
    background-color: #e8e6e3;
  }
  /* line 675, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list01-box {
    position: static;
    width: 100%;
  }
  /* line 677, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list01-box .list-title:after {
    content: "店舗一覧";
  }
  /* line 683, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list01-box .list01-inner-box {
    position: static;
  }
  #footer #footer-inner #footer-nav .list01-box .list01-inner-box br {
    display: none;
  }
  /* line 684, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list01-box .list02-inner-box {
    position: static;
  }
  /* line 685, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list01-box .list03-inner-box {
    position: static;
  }
  /* line 687, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list02-box {
    position: static;
    width: 100%;
  }
  /* line 689, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list02-box .list-title:after {
    content: "ウェディング";
  }
  /* line 696, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list03-box {
    position: static;
    width: 100%;
  }
  /* line 698, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list03-box .list-title:after {
    content: "ケータリング";
  }
  /* line 705, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list04-box {
    position: static;
    width: 100%;
  }
  /* line 707, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list04-box .list-title:after {
    content: "レストラン委託";
  }
  /* line 714, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list05-box {
    position: static;
    width: 100%;
  }
  /* line 716, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list05-box .list-title:after {
    content: "オンラインショップ";
  }
  /* line 723, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list06-box {
    position: static;
    width: 100%;
  }
  /* line 725, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list06-box .list-title:after {
    content: "採用情報";
  }
  /* line 732, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list07-box {
    position: static;
    width: 100%;
  }
  /* line 734, ../scss/common.scss */
  #footer #footer-inner #footer-nav .list07-box .list-title:after {
    content: "会社情報";
  }
  /* line 742, ../scss/common.scss */
  #footer #footer-inner #footer-submenu {
    font-size: 10px;
    padding-top: 0;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
  }
  /* line 748, ../scss/common.scss */
  #footer #footer-inner #footer-submenu li {
    display: inline-block;
    float: none;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid #aaaaaa;
    padding: 0 10px;
  }
  .en #footer #footer-inner #footer-submenu li {
    display: inline-block;
    float: none;
    height: 20px;
    line-height: 20px;
    border-right: none;
    padding: 0 10px;
  }
  #footer #footer-inner #footer-nav .sp-footmenu-header {
    background-color: #c70019;
  }
  #footer #footer-inner #footer-nav .sp-footmenu-header a {
    color: #ffffff;
  }
  /* line 755, ../scss/common.scss */
  #footer #footer-inner #footer-submenu li a {
    color: #ffffff;
  }
  /* line 757, ../scss/common.scss */
  #footer #footer-inner #footer-submenu li a:hover {
    color: #c70019;
  }
  /* line 762, ../scss/common.scss */
  #footer #footer-inner #footer-submenu .list01 {
    border-left: none;
  }
  /* line 763, ../scss/common.scss */
  #footer #footer-inner #footer-submenu .list03 {
    border-right: none;
  }
  /* line 765, ../scss/common.scss */
  #footer #footer-inner #copy {
    position: static;
    height: 103px;
    width: 100%;
    background-image: url(https://www.cardinal-japan.com/files/common/images/sp_copy.png);
    background-repeat: no-repeat;
    background-size: 200px 100px;
    background-position: top center;
  }
  /* line 773, ../scss/common.scss */
  #footer #footer-inner #copy img {
    display: none;
  }
  /* line 778, ../scss/common.scss */
  #footer #footer-link {
    position: static;
    display: none;
  }
    #footer #footer-link img {
    display: none;
  }
  .pagetop-btn-r a {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    bottom: 35px;
    right: 4%;
    background-image: url(../images/pc_pagetopbtn_r.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
  }
  /*
  sp defautl css end
  */
}
}