@charset "UTF-8";
/* CSS Document */
/*////////////////////////////////////////////////////////

BASE SETTINGS

////////////////////////////////////////////////////////*/
/*parameter
------------------------------------------------------- */
/*create arrow*/
/*////////////////////////////////////////////////////////

RESET CSS

////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 150%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%; }

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

ul {
  list-style: none;
  padding: 0; }

li {
  padding: 0; }

p {
  margin-bottom: 1.2em; }

a {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

a:hover {
  color: #666; }

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

/*space
--------------------------------------------------------*/
.pt0 {
  padding-top: 0 !important; }

.pt20 {
  padding-top: 20px; }

.mt0 {
  margin-top: 0px !important; }

.mb30 {
  margin-bottom: 30px !important; }

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

.text-red {
  color: #F00; }

.text-orng {
  color: #FF7A16; }

/*clearfix
--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*////////////////////////////////////////////////////////

COMMON LAYOUT

////////////////////////////////////////////////////////*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
  font-size: 18px;
  background-color: #F7F7F7; }

body {
  box-sizing: border-box; }

/* header 
--------------------------------------------------------*/
header {
  width: 100%;
  min-width: 1000px;
  height: 70px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  header #site_logo {
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 9; }
  header p {
    vertical-align: top;
    font-size: 18px; }
  header ul {
    padding-right: 10px;
    text-align: right;
    position: relative;
    top: 10px; }
    header ul li {
      display: inline-block;
      margin: 0 10px;
      position: relative;
      top: 0;
      vertical-align: top; }
    header ul .btn_contact {
      display: block;
      position: relative;
      width: 170px;
      background: url(../images/icon_contact.png) 10px 10px, linear-gradient(#fff, #eee);
      background-repeat: no-repeat;
      border: 1px solid #ccc;
      color: #c5327c;
      padding: 10px;
      border-radius: 5px;
      font-size: 1.1em; }

.sp_menu {
  display: none; }

@media screen and (max-width: 640px) {
  header {
    min-width: 100%;
    height: 55px;
    position: fixed; }
    header #site_logo {
      top: 5px;
      left: 0;
      right: 0;
      padding: 5px; }
      header #site_logo img {
        width: 100%; }
    header ul {
      display: none; }
    header .sp_menu {
      width: 100%;
      position: absolute;
      top: 55px;
      display: block;
      text-align: center;
      padding-bottom: 10px;
      background-color: #c5327c; }
      header .sp_menu li {
        margin: 0 !important;
        color: #fff;
        padding-top: 5px; }
        header .sp_menu li:first-child {
          display: block;
          padding-bottom: 5px;
          font-size: 0.9em; }
      header .sp_menu .support_area {
        font-size: 0.8em;
        color: #c5327c;
        background-color: #fff7fb; }
      header .sp_menu .btn_contact,
      header .sp_menu .btn_tel {
        display: inline-block;
        position: relative;
        width: 8em;
        box-sizing: border-box;
        background: linear-gradient(#fff, #eee);
        background-repeat: no-repeat;
        border: 1px solid #ccc;
        color: #c5327c;
        padding: 5px;
        border-radius: 5px;
        font-size: 1em;
        vertical-align: top; } }
/* container 
--------------------------------------------------------*/
#container {
  width: 100%;
  min-width: 1000px;
  padding-top: 70px;
  font-size: 18px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden; }

.onayami {
  background-color: #eee;
  position: relative;
  font-size: 1.8em;
  color: #666;
  margin-bottom: 30px; }
  .onayami::after {
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-top: solid 18px #eee;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    left: 49%;
    position: absolute;
    width: 0; }
  .onayami div {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0; }
    .onayami div .pc_catch {
      display: block;
      font-size: 24px;
      text-align: center; }
    .onayami div .sp_catch {
      display: none; }
    .onayami div ul {
      text-align: center; }
      .onayami div ul li {
        width: 430px;
        display: inline-block;
        background: #fff;
        text-align: center;
        font-size: 18px;
        padding: 15px 0;
        margin: 10px 5px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 2px solid #ccc; }

@media screen and (max-width: 640px) {
  .onayami {
    margin-top: 180px;
    background-color: #eee;
    position: relative;
    font-size: 1.8em;
    color: #666;
    margin-bottom: 30px; }
    .onayami::after {
      border-left: solid 14px transparent;
      border-right: solid 14px transparent;
      border-top: solid 18px #eee;
      bottom: -18px;
      content: "";
      display: block;
      height: 0;
      left: 46%;
      position: absolute;
      width: 0; }
    .onayami div {
      width: 100%;
      box-sizing: border-box;
      padding: 40px 10px;
      text-align: center; }
      .onayami div .pc_catch {
        display: none !important; }
      .onayami div .sp_catch {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
      .onayami div li {
        display: block;
        width: 100% !important;
        margin: 5px 0 !important;
        padding: 10px 5px !important;
        box-sizing: border-box;
        text-align: left !important; } }
.inner_box {
  padding: 40px 0 80px 0;
  position: relative; }

.inner_space {
  width: 900px;
  margin: 0 auto 40px;
  position: relative;
  text-align: center; }
  .inner_space li {
    text-align: left; }
    .inner_space li p {
      padding: 0 5px; }
  .inner_space .caption img {
    display: inline-block;
    margin-right: 20px; }
  .inner_space .caption p {
    display: inline-block;
    text-align: left;
    width: 550px;
    vertical-align: top; }
  .inner_space .point {
    background-color: #fffff1;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px #eee;
    margin: 40px 0 80px 0; }
    .inner_space .point h4 {
      font-size: 24px;
      text-align: center;
      color: #666;
      padding-bottom: 20px; }
    .inner_space .point li {
      display: inline-block;
      margin: 10px; }

h1 {
  margin: 0 0 40px;
  color: #c5327c;
  font-size: 34px;
  font-weight: bold;
  text-align: center; }

h2 {
  width: 900px;
  margin: 0 auto 40px;
  color: #c5327c;
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  text-align: center; }
  h2 span {
    font-size: 18px;
    color: #666; }
    h2 span a {
      border-bottom: 1px solid; }

h3 {
  margin-bottom: 20px;
  color: #c5327c;
  font-size: 20px;
  text-align: left;
  background-color: #fff7fb;
  padding: 5px 10px;
  border-radius: 5px; }

.option h2 {
  color: #383e61; }
.option h3 {
  color: #383e61;
  background-color: #ebf3fa; }

/* visual */
#main_visual {
  height: 359px;
  background: url(../images/main_img.png) right;
  background-size: cover; }
  #main_visual div {
    width: 900px;
    margin: 0 auto;
    position: relative; }
    #main_visual div #copy {
      width: 500px;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      top: 120px;
      left: 0;
      border-radius: 10px;
      font-size: 18px;
      color: #333; }
    #main_visual div .copy_pc {
      position: absolute;
      top: 20px;
      left: -20px; }
      #main_visual div .copy_pc img {
        width: 100%; }
    #main_visual div .copy_sp {
      display: none; }

@media screen and (max-width: 640px) {
  #container {
    min-width: 100%;
    padding-top: 55px;
    font-size: 1rem; }

  #main_visual {
    height: 110px;
    background: url(../images/main_img.png) right;
    background-size: cover;
    margin-top: 87px; }
    #main_visual div {
      width: 100%;
      text-align: center; }
      #main_visual div #copy {
        width: 100% !important;
        padding: 10px;
        color: #666;
        background: #fff;
        position: relative;
        top: 110px;
        left: 0;
        font-size: 0.9em;
        border-radius: 0;
        text-align: left;
        box-sizing: border-box; }
      #main_visual div .copy_sp {
        display: block;
        width: 200px;
        margin-left: -120px;
        position: absolute;
        top: 10px;
        left: 35%; }
        #main_visual div .copy_sp img {
          width: 100%; }
      #main_visual div .copy_pc {
        display: none; }

  .inner_box {
    padding: 10px 0; }
    .inner_box .inner_space {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box; }
      .inner_box .inner_space p {
        text-align: left; }
      .inner_box .inner_space .caption img {
        display: none; }
      .inner_box .inner_space .caption p {
        width: 100%;
        text-align: left; }
      .inner_box .inner_space .point {
        padding: 10px;
        text-align: center !important; }
        .inner_box .inner_space .point li {
          margin: 0 !important; }
          .inner_box .inner_space .point li img {
            width: 88px;
            margin: 0 !important; }

  h1 {
    margin-bottom: 20px;
    font-size: 1.2rem; }

  h2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    color: #c5327c;
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 1px solid;
    box-sizing: border-box; }

  h3 {
    margin-bottom: 10px;
    color: #c5327c;
    font-size: 1.2rem; } }
/* footer 
--------------------------------------------------------*/
footer {
  width: 100%;
  min-width: 1000px;
  color: #666;
  text-align: center;
  background: url(../images/gear-set.png) no-repeat center bottom, #F7F7F7;
  padding-top: 30px; }
  footer #footer_logo {
    width: 199px; }
  footer .footer_menu {
    margin: 20px 0 30px 0;
    text-align: center; }
    footer .footer_menu li {
      display: inline-block;
      border-right: 1px solid;
      padding: 5px;
      line-height: 0.5rem; }
      footer .footer_menu li:last-child {
        border: none; }
      footer .footer_menu li a {
        color: #666; }
  footer p {
    margin-bottom: 30px;
    font-size: 1.7em;
    position: relative;
    z-index: 2; }
  footer ul {
    text-align: center;
    position: relative;
    z-index: 2; }
    footer ul.menu2 {
      margin-bottom: 100px; }
    footer ul li {
      display: inline-block; }
      footer ul li a {
        color: #888; }
  footer #gear {
    position: absolute;
    top: -300px;
    left: 20px;
    z-index: 1; }
  footer small {
    display: block;
    padding-bottom: 10px;
    color: #999;
    font-size: 0.8em; }

@media screen and (max-width: 640px) {
  footer {
    min-width: 100%;
    background-size: 100% auto; }
    footer #banner_space {
      margin-bottom: 30px; }
      footer #banner_space p img {
        height: 32px; }
    footer #footer_logo {
      width: 120px; }
    footer .company_list li {
      margin: 10px 5px; }
      footer .company_list li a img {
        width: 80px; }
    footer small {
      color: #777;
      font-size: 0.6em; } }
/*////////////////////////////////////////////////////////

COMMON PARTS

////////////////////////////////////////////////////////*/
/* table
--------------------------------------------------------*/
table {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  font-size: 14px; }
  table tr {
    border-top: 1px dotted #ccc; }
  table th {
    width: 200px;
    padding: 10px 0;
    vertical-align: top;
    background-color: #f8e4ee; }
  table td {
    padding: 10px; }
    table td dl dt {
      color: #333;
      font-weight: bold; }
    table td dl dd {
      margin-bottom: 20px; }
      table td dl dd:last-child {
        margin-bottom: 0; }

@media screen and (max-width: 640px) {
  table {
    font-size: 1rem; }
    table th {
      display: block;
      width: 100%;
      padding: 5px;
      text-align: left;
      box-sizing: border-box; }
    table td {
      display: block;
      width: 100%;
      padding: 5px; }
      table td dl dd {
        margin-bottom: 1rem; } }
/* list
--------------------------------------------------------*/
.information {
  border-bottom: 1px dotted #ccc;
  position: relative;
  overflow: hidden; }
  .information dt {
    float: left;
    width: 200px;
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    border-top: 1px dotted #ccc; }
  .information dd {
    float: left;
    width: 600px;
    padding: 10px;
    border-top: 1px dotted #ccc; }

@media screen and (max-width: 640px) {
  .information {
    margin-bottom: 10px;
    border: none; }
    .information dt {
      float: none;
      width: 100%;
      padding: 5px;
      color: #c5327c;
      font-weight: normal;
      border-top: none;
      background: #fdf9fb;
      box-sizing: border-box; }
    .information dd {
      float: none;
      width: 100%;
      padding: 5px 5px 10px;
      border-top: none;
      box-sizing: border-box; } }
/* page top
------------------------------------------------------- */
#page_top {
  margin-bottom: 0;
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 99; }
  #page_top a {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
    background: rgba(60, 101, 166, 0.8);
    border-radius: 100%;
    border: 1px solid #FFF; }
    #page_top a:after {
      content: '';
      width: 8px;
      height: 8px;
      margin-top: -5px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin: -3px 0 0 -5px;
      top: 50%;
      left: 50%; }
    #page_top a i {
      display: none; }

@media screen and (max-width: 640px) {
  #page_top {
    position: fixed;
    right: 10px;
    bottom: 0; }
    #page_top a {
      width: 40px;
      height: 40px; } }
/*////////////////////////////////////////////////////////

TOP PAGE

////////////////////////////////////////////////////////*/
.box_navigation {
  padding: 40px 0;
  text-align: center;
  background: url(../images/bg-02.jpg) right, center;
  background-size: cover;
  box-shadow: 1px 1px 7px #666;
  position: relative; }
  .box_navigation ul {
    width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .box_navigation ul li {
      display: inline-block;
      margin: 10px 5px; }
      .box_navigation ul li a {
        display: block;
        width: 270px;
        height: 50px;
        padding-top: 15px;
        color: #fff;
        font-size: 14px;
        background: #c7b88e;
        box-shadow: 1px 1px 7px #666;
        box-sizing: border-box;
        position: relative; }
        .box_navigation ul li a:after {
          content: '';
          width: 10px;
          height: 10px;
          margin-top: -6px;
          border-top: 2px solid #FFF;
          border-right: 2px solid #FFF;
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 10px; }

#banner_group {
  display: none; }

@media screen and (max-width: 640px) {
  .name {
    font-size: 0.9rem; }

  .box_navigation {
    padding: 20px 0;
    background-size: auto 100%;
    box-shadow: 0 0 0 #FFF; }
    .box_navigation ul {
      width: 100%; }
      .box_navigation ul li {
        display: inline-block;
        width: 45%;
        margin: 5px 2px; }
        .box_navigation ul li a {
          width: 100%;
          height: auto;
          padding: 10px 0;
          font-size: 1rem; }
          .box_navigation ul li a:after {
            content: '';
            width: 5px;
            height: 5px;
            margin-top: -3.5px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 10px; }

  #banner_group {
    display: block;
    padding-bottom: 0; } }
/*////////////////////////////////////////////////////////

CONTENTS

////////////////////////////////////////////////////////*/
/*company
------------------------------------------------------- */
@media screen and (max-width: 640px) {
  #access_map iframe {
    width: 100%;
    height: 100px;
    margin-bottom: 20px; } }
/* Scss Document */
