@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a {
  text-decoration: underline;
  -webkit-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
figure,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 769px), print {
  a {
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
  }
  a:hover {
    opacity: .7;
  }
  .show_sp {
    display: none !important;
  }
  .tel {
    pointer-events: none;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .inner_small {
    max-width: 1000px;
    margin: 0 auto;
  }
  .container {
    min-width: 1200px;
    overflow: hidden;
  }
  .content {
    padding-top: 86px;
  }
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 0 15px;
    border-bottom: 2px solid #bd321c;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 999;
    background: #fff;
  }
  .header .logo {
    margin: 0;
    margin-left: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .logo .logo_infor {
    margin-left: 17px;
  }
  .header .logo .logo_infor .slogan {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 1;
  }
  .header .logo .logo_infor .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
    margin-top: 3px;
  }
  .header .logo .logo_infor .tel a {
    text-decoration: none;
  }
  .header .logo .logo_infor .tel .time {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-left: 10px;
  }
  .header .main_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .main_menu ul > li a {
    display: block;
    text-decoration: none;
  }
  .header .main_menu ul > li span {
    font-size: 1.2rem;
    display: block;
  }
  .header .main_menu ul > li:first-child {
    position: relative;
  }
  .header .main_menu ul > li:first-child a {
    padding-top: 5px;
    padding-right: 52px;
  }
  .header .main_menu ul > li:first-child span {
    padding-top: 5px;
    padding-left: 44px;
  }
  .header .main_menu ul > li:nth-child(2) a {
    padding-top: 2px;
    padding-right: 41px;
  }
  .header .main_menu ul > li:nth-child(2) span {
    padding-left: 40px;
    color: #bd321c;
  }
  .second_menu {
    background-color: #fff;
    min-width: 1200px;
    min-height: 65px;
  }
  .second_menu .text_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 23px 0;
    border-bottom: 1px solid #ededed;
  }
  .second_menu .text_menu li a {
    display: block;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 1;
    padding: 0 18px;
    border-right: 1px solid #000;
  }
  .second_menu .text_menu li:last-child a {
    border-right: 0;
  }
  .second_menu.fixed .move_part {
    border-top: 2px solid #bd321c;
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 999;
    background-color: #fff;
  }
  .footer {
    background-color: #c23b26;
    min-width: 1200px;
    position: relative;
  }
  .footer .inner {
    position: relative;
  }
  .footer .footer_logo {
    position: absolute;
    left: 100px;
    top: 72px;
  }
  .footer .footer_menu {
    padding: 42px 0px 39px;
    width: 712px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
  }
  .footer .footer_menu .footer_menu_item {
    padding: 17px 30px 6px 20px;
    border-left: 1px solid rgba(207, 207, 207, 0.3);
  }
  .footer .footer_menu .footer_menu_item li a {
    display: block;
    font-size: 1.2rem;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
  }
  .footer .footer_menu .footer_menu_item li.sub_item {
    padding-left: 13px;
  }
  .footer .footer_menu .footer_menu_item:last-of-type {
    border-right: 1px solid rgba(207, 207, 207, 0.3);
  }
  .footer .pagetop {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #c23b26;
    position: absolute;
    top: -57px;
    right: 21px;
  }
  .footer .pagetop img {
    width: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
  }
  .footer .pagetop:hover img {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .footer .copyright {
    font-family: "YuGothic", "游ゴシック", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ededed;
  }
  .default_btn {
    display: inline-block;
    position: relative;
    min-width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none !important;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    background-color: transparent;
    border: 1px solid #000;
  }
  .default_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
       -moz-transform: scale3d(0.7, 1, 1);
            transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .default_btn:hover {
    opacity: 1;
    color: #fff;
  }
  .default_btn:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .default_btn.white {
    color: #fff;
    border-color: #fff;
  }
  .default_btn.white:before {
    background: #fff;
  }
  .default_btn.white:hover {
    color: #000;
    border-color: #fff;
  }
  .main_ttl {
    text-align: center;
  }
  .main_ttl span {
    font-weight: normal;
    display: block;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    color: #c23b26;
    margin-top: 8px;
  }
  .area {
    display: block;
  }
  .area img {
    width: 100%;
  }
  .breakrumb {
    padding: 13px 0 0;
  }
  .breakrumb li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 26px;
    position: relative;
    margin-right: 22px;
    color: #a1a1a1;
    letter-spacing: 1px;
  }
  .breakrumb li::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 12px;
    background: url("../images/arr_left.png") no-repeat;
  }
  .breakrumb li a {
    color: #a1a1a1;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  .breakrumb li a:hover {
    text-decoration: underline;
  }
  .breakrumb li:last-child::after {
    display: none;
  }
  /* ------/breakrumb----- */
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
  }
  .inner {
    padding: 0 3.90625vw;
  }
  .inner_small {
    padding: 0 3.90625vw;
  }
  .breakrumb {
    display: none;
  }
  .area {
    display: block;
  }
  .ttl_box {
    text-align: center;
  }
  .ttl_box p {
    font-size: 3.64583vw;
    margin-top: 1.95312vw;
    color: #c23b26;
  }
  img {
    max-width: 100%;
  }
  .content {
    padding-top: 18.22917vw;
  }
  .header {
    padding: 5.33854vw 0 4.29688vw;
    border-bottom: 0.26042vw solid #bd321c;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .header .logo {
    margin: 0;
    margin-left: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .logo > a {
    line-height: 1;
  }
  .header .logo > a img {
    width: 17.70833vw;
    vertical-align: baseline;
  }
  .header .logo .logo_infor {
    margin-left: 2.60417vw;
  }
  .header .logo .logo_infor .slogan {
    display: block;
    font-size: 3.38542vw;
    letter-spacing: 0.13021vw;
    font-weight: bold;
    line-height: 1;
  }
  .header .logo .logo_infor .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-weight: normal;
    line-height: 1;
    margin-top: 1.5625vw;
  }
  .header .logo .logo_infor .tel a {
    text-decoration: none;
  }
  .header .logo .logo_infor .tel a img {
    display: block;
    width: 29.81771vw;
  }
  .header .logo .logo_infor .tel .time {
    font-size: 2.08333vw;
    letter-spacing: 0.13021vw;
    vertical-align: middle;
    margin-left: 1.82292vw;
  }
  .header .main_menu {
    display: none;
  }
  .header .hamburger {
    background-color: transparent;
    height: 6.51042vw;
    width: 6.51042vw;
    position: absolute;
    top: 5.85938vw;
    right: 3.90625vw;
  }
  .header .hamburger:before, .header .hamburger:after {
    content: '';
    display: block;
    width: 6.11979vw;
    height: 0.65104vw;
    min-height: 3px;
    min-width: 24px;
    background-color: #000;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  .header .hamburger:before {
    top: 1.5625vw;
  }
  .header .hamburger:after {
    bottom: 1.5625vw;
  }
  .header .hamburger.active:before {
    -webkit-transform: translateY(1.30208vw) rotate(45deg);
       -moz-transform: translateY(1.30208vw) rotate(45deg);
        -ms-transform: translateY(1.30208vw) rotate(45deg);
            transform: translateY(1.30208vw) rotate(45deg);
  }
  .header .hamburger.active:after {
    -webkit-transform: translateY(-1.30208vw) rotate(-45deg);
       -moz-transform: translateY(-1.30208vw) rotate(-45deg);
        -ms-transform: translateY(-1.30208vw) rotate(-45deg);
            transform: translateY(-1.30208vw) rotate(-45deg);
  }
  .second_menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 18.22917vw);
    height: -moz-calc(100% - 18.22917vw);
    height: calc(100% - 18.22917vw);
    overflow: auto;
    background-color: #c23b26;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
    z-index: 99;
  }
  .second_menu .text_menu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 3.90625vw;
    letter-spacing: 0.39062vw;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 5.72917vw 0 5.85938vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .second_menu .text_menu li:last-child a {
    border-bottom: 0;
  }
  .second_menu .icon_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .second_menu .icon_menu li {
    width: 50%;
  }
  .second_menu .icon_menu li a {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    height: 19.53125vw;
  }
  .second_menu .icon_menu li a i {
    display: inline-block;
  }
  .second_menu .icon_menu li a i.ic_envelop {
    width: 11.06771vw;
    height: 8.20312vw;
    background: url("../images/envelop_icon.png") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .second_menu .icon_menu li a i.ic_phone {
    width: 10.15625vw;
    height: 10.67708vw;
    background: url("../images/phone_icon.png") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .second_menu .icon_menu li a i.ic_shop {
    width: 10.80729vw;
    height: 10.80729vw;
    background: url("../images/shop_icon.png") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .second_menu .icon_menu li:not(:last-of-type) a:after {
    content: '';
    display: block;
    width: 1px;
    height: 16.01562vw;
    background-color: #b2b2b2;
    position: absolute;
    right: 0;
    top: 1.82292vw;
  }
  .second_menu.active {
    top: 18.22917vw;
  }
  .footer {
    position: relative;
    background-color: #c23b26;
    padding-top: 10.02604vw;
  }
  .footer .footer_logo {
    margin-left: 0.52083vw;
  }
  .footer .footer_logo img {
    width: 36.32812vw;
  }
  .footer .footer_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.38021vw;
    margin-bottom: 10.80729vw;
  }
  .footer .footer_menu .footer_menu_item {
    width: 50%;
    padding: 1.82292vw 0 1.82292vw 2.60417vw;
    border-left: 1px solid rgba(207, 207, 207, 0.3);
  }
  .footer .footer_menu .footer_menu_item li a {
    display: block;
    font-size: 3.125vw;
    line-height: 6.25vw;
    color: #fff;
    text-decoration: none;
  }
  .footer .footer_menu .footer_menu_item li.sub_item {
    padding-left: 3.25521vw;
  }
  .footer .pagetop {
    width: 12.5vw;
    height: 12.5vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #c23b26;
    position: absolute;
    top: -15.23438vw;
    right: 3.51562vw;
  }
  .footer .pagetop img {
    width: 5.20833vw;
  }
  .footer .copyright {
    font-family: "YuGothic", "游ゴシック", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-size: 3.125vw;
    letter-spacing: 0.15625vw;
    height: 9.11458vw;
    line-height: 9.11458vw;
    text-align: center;
    background-color: #ededed;
  }
  .default_btn {
    display: inline-block;
    position: relative;
    min-width: 39.0625vw;
    height: 10.41667vw;
    text-align: center;
    line-height: 10.41667vw;
    text-decoration: none !important;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    background-color: transparent;
    border: 1px solid #000;
  }
  .default_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
       -moz-transform: scale3d(0.7, 1, 1);
            transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .default_btn:hover {
    opacity: 1;
    color: #fff;
  }
  .default_btn:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .default_btn.white {
    color: #fff;
    border-color: #fff;
  }
  .default_btn.white:before {
    background: #fff;
  }
  .default_btn.white:hover {
    color: #000;
    border-color: #fff;
  }
  .main_ttl {
    text-align: center;
  }
  .main_ttl span {
    font-weight: normal;
    display: block;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    color: #c23b26;
    margin-top: 2.34375vw;
  }
  .area {
    display: block;
  }
  .area img {
    width: 100%;
  }
}
