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

	Skin - body , Header , パンくず , Footer

==============================================================================================*/
/*!===================================================================================
  Base
=================================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  background: #FFF;
  min-width: 1040px;
  _display: inline;
  _zoom: 1;
  margin: 0;
  /* GoogleChrome rem壊れ回避用 */ }
  @media screen and (max-width: 600px) {
    body {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6;
      min-width: inherit; } }
  body > div {
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 600px) {
      body > div {
        font-size: 16px;
        font-size: 1.6rem; } }

_::-webkit-full-page-media, _:future, :root body {
  font-feature-settings: "pkna"; }

.wrap {
  width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 600px) {
    .wrap {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; } }

input, textarea {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 2px; }

/* 表示・非表示設定 */
.pc_only {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc_only {
      display: none !important; } }

.mb_only {
  display: none; }
  @media screen and (max-width: 600px) {
    .mb_only {
      display: block; } }

.mbNon {
  /*display: block;*/ }
  @media screen and (max-width: 440px) {
    .mbNon {
      display: none; } }

.sp_only {
  display: none; }
  @media screen and (max-width: 440px) {
    .sp_only {
      display: block; } }

/*!==========================================================================
  Header
========================================================================== */
header {
  width: 100%;
  background: url("../images/skin/bg_top.jpg") no-repeat center top;
  background-size: contain; }
  header .wrap {
    padding-top: 10%; }
    header .wrap h1 {
      line-height: 1.0;
      margin-bottom: 30px; }
      header .wrap h1 img {
        width: 1000px; }
    header .wrap .txt {
      line-height: 1.8;
      text-align: center; }
  @media screen and (max-width: 600px) {
    header {
      background-size: contain; }
      header .wrap h1 {
        margin-bottom: 20px; }
        header .wrap h1 img {
          width: 100%; }
      header .wrap .txt {
        line-height: 1.7;
        text-align: left; } }

/*==============================================================================
　　Contents Layout
==============================================================================*/
main {
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px; }
  @media screen and (max-width: 600px) {
    main {
      padding-top: 30px;
      padding-bottom: 50px; } }

/*==============================================================================
　　Footer
==============================================================================*/
/* Page Top */
#goTop {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100; }
  #goTop a {
    width: 100px; }
  @media screen and (max-width: 600px) {
    #goTop {
      right: 0; }
      #goTop a {
        width: 50px; }
        #goTop a img {
          width: 50px; } }

footer {
  font-size: 16px;
  font-size: 1.6rem; }
  footer ul.flex {
    line-height: 1.0;
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    footer ul.flex li + li {
      margin-left: 30px; }
  @media screen and (max-width: 600px) {
    footer {
      font-size: 14px;
      font-size: 1.4rem; }
      footer ul.flex {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px; }
        footer ul.flex li {
          text-align: center; }
          footer ul.flex li + li {
            margin: 5px 0 0; } }

footer #foot {
  text-align: center;
  padding: 60px 0 30px;
  background: #f1f1f1; }
  footer #foot .ttl {
    line-height: 1.0;
    font-weight: bold;
    margin-bottom: 30px; }
  footer #foot #copyright {
    font-size: 85%;
    color: #666;
    margin-top: 40px; }
  @media screen and (max-width: 600px) {
    footer #foot {
      padding: 30px 0 20px; }
      footer #foot .ttl {
        margin-bottom: 15px; }
      footer #foot #copyright {
        margin-top: 20px; } }

footer #foot .flex {
  margin-bottom: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  footer #foot .flex .cntLft {
    line-height: 1.0;
    font-weight: bold;
    text-align: center;
    padding-top: 5px; }
    footer #foot .flex .cntLft .name {
      font-size: 32px;
      font-size: 3.2rem; }
      footer #foot .flex .cntLft .name + p {
        margin-top: 10px; }
  footer #foot .flex .cntRht {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    margin-left: 40px; }
    footer #foot .flex .cntRht .tel {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; }
      footer #foot .flex .cntRht .tel a {
        font-size: 32px;
        font-size: 3.2rem;
        color: #333;
        text-decoration: none;
        vertical-align: baseline; }
  @media screen and (max-width: 600px) {
    footer #foot .flex {
      display: block;
      margin-bottom: 20px; }
      footer #foot .flex .cntLft {
        margin-bottom: 20px; }
        footer #foot .flex .cntLft .name {
          font-size: 24px;
          font-size: 2.4rem; }
          footer #foot .flex .cntLft .name + p {
            margin-top: 7px; }
      footer #foot .flex .cntRht {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        margin-left: 0; }
        footer #foot .flex .cntRht .tel {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold; }
          footer #foot .flex .cntRht .tel a {
            font-size: 24px;
            font-size: 2.4rem; } }
