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

 Base Layout

---------------------------------------------------------- */

@font-face {
  font-family: "corporate";
  font-weight: normal;
  font-style: normal;

  src: url("../font/font.eot");
  /* IE9 Compat Modes */
  src: url("../font/font.eot?#iefix") format("embedded-opentype"), url("../font/font.woff") format("woff"), url("../font/font.ttf") format("truetype");
  /* Safari, Android, iOS */
}


body {
  font-family: "corporate",sans-serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;

  overflow-x: hidden;

  letter-spacing: .4px;

  color: #151515;

  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.en {
  font-family: "Fjalla One",sans-serif;
  font-weight: 400;
  line-height: 1.0;

  letter-spacing: 0;
}

img {
  width: 100%;
}

.txt {
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}

a {
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  text-decoration: none;

  color: inherit;
}

.fix_cv a:hover,
.fix_cv a:active,
.btn a:hover,
.btn a:active {
  opacity: 1!important;
}
a:hover,
a:active {
  opacity: .8;
}

::-moz-selection,
::-moz-selection {
  background: #fffbde;
}

::selection,
::-moz-selection {
  background: #fffbde;
}

a:hover img {
  opacity: .8;
}

*:focus {
  outline: none;
}


#topcontrol {
  z-index: 100;
}

#MenuNavi {
  display: none;
}

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

em {
  font-style: normal;
}

mark {
  background: linear-gradient(transparent 60%, #ffff56 60%);
  color: inherit;
}

.section_cmn {
  padding: 70px 0;

  text-align: center;
}

/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::-moz-selection {
  background: #f8eded;
  /* Safari */
}
::selection {
  background: #f8eded;
  /* Safari */
}

::-moz-selection {
  background: #f8eded;
  /* Firefox */
}

/*  wrapInner
---------------------------------------------------------- */
#wrapInner {
  width: 100%;
}

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 35px;
}

/*  header
---------------------------------------------------------- */
.header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  padding: 5px 0;
}

.header h1 {
  float: left;
  padding-left: 10px;
  padding-top: 18px;
}

.header h1 a {
  display: block;
  overflow: hidden;
  width: 334px;
  height: 55px;
  white-space: nowrap;
  text-indent: 105%;
  background: url(../img/cmn/hlogo.png) no-repeat;
  background-size: 100% auto;
}

.header .info {
  float: right;
  width: 800px;
  text-align: right;
  padding: 8px 0;
}

.header .info .tel {
  font-size: 32px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}

.header .info .tel small {
  font-size: 20px;
}

.header .info .time {
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: middle;
  line-height: 1.4;
}

.header .info .time span {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 15px;
}

.header .caution {
    display: inline-block;
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
    color: #ff0000;
}

@media screen and (max-width: 760px) {
  .header {
    width: 100%;
    height: 50px;
    padding: 7px 0;
  }

  .header h1 {
    float: none;
    padding-left: 0;
    padding-top: 0;
  }

  .header h1 a {
    width: 220px;
    height: 40px;
    margin: 0 auto;
  }

}



/*  footer
---------------------------------------------------------- */
footer .copy {
  background: #7cab45;
  color: #FFF;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  footer .copy {
    font-size: 8px;
    line-height: 28px;
    letter-spacing: -.5px;
  }
}


/*  Main
---------------------------------------------------------- */
.container {
  width: 100%;
}

.contents {
  width: 980px;
  margin: 0 auto 20px;
}


/*  Table
---------------------------------------------------------- */
.tbl01 {
  font-size: 100%;

  width: 100%;

  text-align: left;

  background-size: cover;
}

.tbl01 th {
  font-weight: normal;

  width: 23%;
  padding: 20px;

  border-bottom: 1px solid #fff;
  background: #ebebf3;
}

.tbl01 td {
  line-height: 2.0;

  padding: 20px;

  word-break: break-all;

  border-bottom: 1px solid #fff;
  background: rgba(248, 248, 248, .8);
}

.tbl02 {
  width: 100%;
}

.tbl02 th {
  font-weight: normal;

  height: 40px;
  padding: 10px 15px;

  text-align: center;

  border-bottom: 1px dotted #ccc;
  background: #faf0d0;
}

.tbl02 td {
  padding: 10px 15px;

  word-break: break-all;

  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.tbl02 th.un,
.tbl02 td.un {
  border-bottom: none;
}

/*  tabulous
 *---------------------------------------------------------- */
/*  tabslet
 *---------------------------------------------------------- */
.tabs {
  text-align: center;

  opacity: 1.0;
}

.tabs ul,
.tabs div {
  opacity: 1.0;
}

ul.horizontal {
  margin-bottom: 40px;
  padding: 10px 0;

  text-align: center;

  opacity: 1.0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

ul.horizontal li {
  display: inline-block;

  margin: 0 7px;

  opacity: 1.0;
}

ul.horizontal li a {
  display: block;

  padding: 7px 15px;

  text-align: center;
}

ul.horizontal li a:hover,
ul.horizontal li.active a {
  color: #fff;
  border-radius: 0;
  background: #e6b186;
}

@media screen and (max-width: 760px) {
  ul.horizontal {
    margin-bottom: 5%;
    padding: 0;

    border: none;
  }
  ul.horizontal li {
    display: block;
    float: left;

    width: 50%;
    margin: 0 7px;
    margin: 0;

    opacity: 1.0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  ul.horizontal li:nth-child(2n) {
    border-right: none;
  }
  ul.horizontal li a {
    font-size: 12px;

    display: block;

    padding: 12px 5px;

    text-align: center;

    background: #f9eee4;
  }
  ul.horizontal li a:hover,
  ul.horizontal li.active a {
    color: #fff;
    border-radius: 0;
    background: #e6b186;
  }
}

table,
ul ul,
ol ol,
td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}


/*  Main
 *---------------------------------------------------------- */
#main {
  float: left;

  width: 700px;
  margin: 0;
}

/*  Side
 *---------------------------------------------------------- */
#side {
  float: right;

  margin: 0;
}

/* ----------------------------------------------------------

 Clear Fix

---------------------------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: ".";
}

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

@media print, screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 741px) and (max-width: 1050px) {
  html {
    height: 100%;
  }
  body {
    overflow-x: hidden;

    width: 165%;

    -webkit-transform: scale(.606);
        -ms-transform: scale(.606);
            transform: scale(.606);
    /* transform: scale の倍率の逆数を設定する事 */
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #topcontrol {
    display: none;
  }
  body.top {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 740px) {
  /************************************************

	Font Style

************************************************/
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.0;
  }
  a {
    text-decoration: none;
  }
  .txt_s {
    font-size: 9px;

    margin: 0 0 0 5px;

    color: #808080;
  }
  /* ---------------------------
	font size
--------------------------- */
  body {
    font-size: 13px;
  }
  .pan {
    display: none;
  }
  /************************************************

	Layout

************************************************/
  body {
    position: relative;
  }
  #wrapper {
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
  }
  #wrapper #wrapInner {
    position: relative;
  }
  #wrapper.open {
    position: fixed;
  }
  #contents {
    background: url(../img/cmn/bg.jpg) repeat;
  }
  /************************************************

	Contents

************************************************/
  #container {
    width: 100%;
    padding: 0px;
  }
  .pc {
    display: none !important;
  }
  /************************************************

	Main

************************************************/
  .main,
  .index_contents {
    width: auto !important;
    padding: 15px 10px;
  }
  .main img {
    width: 100%;
  }
  .anchor,
  .anchor2,
  .anchor3 {
    margin-bottom: 20px;
  }
  .anchor li a,
  .anchor2 li a,
  .anchor3 li a {
    font-size: 1.1em;
    font-weight: bold;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto 5px;
    padding: 10px 0;

    text-align: center;
    text-decoration: none;

    color: #d987ad;
    border: 2px solid #d987ad;
    background: #fff none repeat scroll 0 0;
  }
  /************************************************

	Side

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

Common Accordion

**************************************/
  dl.accordion {
    font-size: 100%;
  }
  dl.accordion dt {
    position: relative;

    padding: 8px 20px 8px 5px;

    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(top, #fff, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  }
  dl.accordion dt:after {
    position: absolute;
    top: 50%;
    right: 8px;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -5px;

    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 2px solid #b5a43a;
    border-right: 2px solid #b5a43a;
  }
  dl.accordion dt.open:after {
    position: absolute;
    top: 50%;
    right: 8px;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -3px;

    content: "";
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 2px solid #b5a43a;
    border-right: 2px solid #b5a43a;
  }
  dl.accordion dd {
    line-height: 1.5;

    display: none;

    padding: 10px;

    background: #fff;
  }
  dl.accordion dd p {
    padding: 10px 0px 0px 0px;
  }
  #topcontrol {
    z-index: 10000;
  }
  .gsc-result .gs-title {
    height: 1.4em !important;
  }
  /************************************************

	Clear

************************************************/
  .mnav .box,
  .mnav2 .box,
  .snav ul,
  .contact .unit-a,
  .btm {
    zoom: 1;
  }
  .mnav .box:after,
  .mnav2 .box:after,
  .snav ul:after,
  .contact .unit-a:after,
  .btm:after {
    display: block;
    clear: both;
    overflow: hidden;

    content: "";
  }
}
