@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* bodyのメインスタイル */
body {
  height: 100%;
  background-color: white;
  color: black;
  font-size: 16px;
  line-height: 1.6;
  font-family: YuGothic, 'Yu Gothic',sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  body div:focus, body section:focus {
    outline: none; }
  body .container {
    max-width: 880px;
    margin: auto; }
  body .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  body .text-center {
    text-align: center; }

header {
  position: relative;
  background-repeat: no-repeat;
  max-width: 1280px;
  margin: auto;
	}
  header .top_bg {
    width: 100%;
    vertical-align: bottom;
  }
  header .logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  header .logo .logo_img {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    header .logo .logo_img {
      width: 50%;
    }
  }
  @media screen and (max-width: 400px) {
    header .logo .logo_img {
      width: 40%;
    }
  }
/*  header img {
    position: absolute; }*/
    header img.brand_img {
      max-width: 550px;
      width: 50%;
      height: auto;
      right: 15%;
      top: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    header img.present_img {
      max-width: 420px;
      height: auto;
      bottom: -120px;
      right: 20%; }

@media screen and (max-width: 768px) {
  header {
  }
    header img.brand_img {
      width: 50%;
      height: auto;
      right: auto;
      left: 50%;
      top: auto;
      bottom: 20px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    header img.present_img {
      max-width: 160px;
      height: auto;
      bottom: auto;
      top: 10px;
      right: 10px; } }

main {
  padding-top: 10px;
  background-color: #f3edd7;
  max-width: 1280px;
  margin: auto; }
  main h1 {
    position: relative;
    z-index: 2;
    font-size: 44px;
    margin-bottom: 40px; }
  main .text-noticeBox {
    width: 53.45%;
    margin: 0 auto 120px; }
  main .text-noticeBox .strong {
    color: #b05022;
    font-weight: bold; }

@media screen and (max-width: 768px) {
  main {
    font-size: 13px; }
    main h1 {
      font-size: 22px;
      margin-bottom: 25px; }
    main .text-noticeBox {
      width: 100%;
      max-width: 523px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px;
      margin: 0 auto 40px; } }

section#concept {
  position: relative; }
  section#concept .bg {
    position: relative; }
    section#concept .bg img.main_bg {
      width: 100%;
      height: auto;
      display: block; }
    section#concept .bg img.logo {
      max-width: 200px;
      height: auto;
      display: block;
      position: absolute;
      top: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  section#concept .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.65); }
    section#concept .overlay .company_name {
      max-width: 210px;
      margin: 0 auto 40px auto; }
      section#concept .overlay .company_name img {
        width: 100%;
        height: auto; }
    section#concept .overlay p {
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
      section#concept .overlay p.english {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: normal; }

@media screen and (max-width: 1200px) {
  section#concept .bg img.logo {
    max-width: 150px;
    top: 50px; }
  section#concept .overlay {
    padding: 20px; }
    section#concept .overlay .company_name {
      max-width: 180px;
      margin: 0 auto 30px auto; }
    section#concept .overlay p {
      font-size: 20px; }
      section#concept .overlay p.english {
        margin-top: 20px;
        font-size: 14px; } }

@media screen and (max-width: 1000px) {
  section#concept .bg img.logo {
    max-width: 110px;
    top: 30px; }
  section#concept .overlay {
    padding: 20px; }
    section#concept .overlay .company_name {
      max-width: 150px;
      margin: 0 auto 0px auto; }
    section#concept .overlay p {
      font-size: 16px; }
      section#concept .overlay p.english {
        margin-top: 10px;
        font-size: 12px; } }

@media screen and (max-width: 768px) {
  section#concept .bg img.logo {
    max-width: 90px;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 10; }
  section#concept .overlay {
    position: relative;
    padding: 65px 0 20px 0;
    background-color: white; }
    section#concept .overlay .company_name {
      max-width: 210px;
      margin: 0 auto 20px auto; }
    section#concept .overlay p {
      font-size: 13px;
      line-height: 24px; }
      section#concept .overlay p.english {
        margin-top: 20px;
        font-size: 11px;
        line-height: 20px; } }

section#open {
  padding-top: 1px;
  padding-bottom: 40px; 
  background-color: #d9b280;}
  section#open .main-img {
    width: 90%;
    max-width: 1080px;
    margin: auto; 
		display: none;}
    section#open .main-img img.pc {
      max-width: 100%;
      height: auto;
      display: block; }
    section#open .main-img img.sp {
      display: none; }
  section#open h2 {
    font-size: 44px;
    margin: 60px 0 40px 0; }
  section#open .address, section#open .email {
    line-height: 30px; }
  section#open .tel {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section#open .tel .icon {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 10px; }
      section#open .tel .icon img {
        width: 40px;
        height: auto; }
    section#open .tel .number {
      font-size: 50px;
      font-weight: bold;
      text-decoration: none;
      color: inherit; }
      section#open .tel .number ruby {
        margin-left: -15px; }
        section#open .tel .number ruby:first-of-type {
          margin-left: -25px; }
        section#open .tel .number ruby rt {
          font-size: 16px;
          font-weight: normal; }

@media screen and (max-width: 768px) {
  section#open {
    padding-top: 10px;
    padding-bottom: 40px; }
    section#open .main-img img.pc {
      display: none; }
    section#open .main-img img.sp {
      display: block; }
    section#open h2 {
      font-size: 22px;
      margin: 25px 0 20px 0; }
    section#open .address, section#open .email {
      line-height: 26px;
      font-size: 13px; }
    section#open .tel .icon {
      margin-right: 10px; }
      section#open .tel .icon .txt {
        font-size: 9px; }
      section#open .tel .icon img {
        width: 25px; }
    section#open .tel .number {
      font-size: 30px; }
      section#open .tel .number ruby {
        margin-left: -10px; }
        section#open .tel .number ruby:first-of-type {
          margin-left: -15px; }
        section#open .tel .number ruby rt {
          font-size: 11px; } }

section#company {
  background-color: white;
  padding: 65px 0 80px 0; }
  section#company .img_title {
    max-width: 160px;
    margin: auto; }
    section#company .img_title img {
      max-width: 100%;
      height: auto;
      display: block; }
  section#company .flex {
    margin: 65px 0 40px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section#company .flex .left {
      margin-right: 50px; }
      section#company .flex .left h3 {
        margin: 0;
        font-size: 23px; }
      section#company .flex .left .postal_code, section#company .flex .left .address {
        font-size: 17px; }
  section#company .freedial, section#company .tel {
    font-size: 17px; }
  section#company .copyright {
    margin-top: 65px;
    font-size: 10px; }

@media screen and (max-width: 768px) {
  section#company {
    padding: 35px 0 20px 0; }
    section#company .img_title {
      max-width: 140px; }
    section#company .flex {
      margin: 30px 0 40px 0;
      position: relative; }
      section#company .flex .left {
        margin-right: 0px;
        position: relative; }
        section#company .flex .left h3 {
          margin-bottom: 140px;
          font-size: 23px; }
        section#company .flex .left .postal_code, section#company .flex .left .address {
          font-size: 14px;
          text-align: center; }
      section#company .flex .right {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    section#company .freedial, section#company .tel {
      font-size: 14px; }
      section#company .freedial span, section#company .tel span {
        display: block; }
    section#company .copyright {
      margin-top: 40px; } }



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1280px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
