@charset "UTF-8";

/* Reset CSS */
html, body {
  width: 100%;
  font-size: 10px;
  color: #4d4d4d;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

legend {
  float: left;
  width: 100%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

@media screen and (min-width: 769px) {
  select {
    background: #FFF;
  }
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
}

input.error,
select.error,
textarea.error {
  background-color: #ffebe9 !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  line-height: 1.42857143;
  background: #e1e2e2;
  margin-right: 10px;
  padding: 10px;
  width: 90%;
  height: 50px;
  border: 0;
  line-height: 1.9;
}

input[type="text"][name="customer_name_sei"], input[type="text"][name="customer_name_mei"], input[type="text"][name="customer_kana_sei"], input[type="text"][name="customer_kana_mei"], input[type="text"][name="customer_addr_zip"], input[type="text"][name="customer_addr_zip"], input[type="text"][name="customer_site_zip"],
input[type="tel"][name="customer_name_sei"],
input[type="tel"][name="customer_name_mei"],
input[type="tel"][name="customer_kana_sei"],
input[type="tel"][name="customer_kana_mei"],
input[type="tel"][name="customer_addr_zip"],
input[type="tel"][name="customer_addr_zip"],
input[type="tel"][name="customer_site_zip"],
input[type="email"][name="customer_name_sei"],
input[type="email"][name="customer_name_mei"],
input[type="email"][name="customer_kana_sei"],
input[type="email"][name="customer_kana_mei"],
input[type="email"][name="customer_addr_zip"],
input[type="email"][name="customer_addr_zip"],
input[type="email"][name="customer_site_zip"],
input[type="number"][name="customer_name_sei"],
input[type="number"][name="customer_name_mei"],
input[type="number"][name="customer_kana_sei"],
input[type="number"][name="customer_kana_mei"],
input[type="number"][name="customer_addr_zip"],
input[type="number"][name="customer_addr_zip"],
input[type="number"][name="customer_site_zip"] {
  width: 47%;
}

input[type="text"][name="customer_addr_town"], input[type="text"][name="customer_site_town"],
input[type="tel"][name="customer_addr_town"],
input[type="tel"][name="customer_site_town"],
input[type="email"][name="customer_addr_town"],
input[type="email"][name="customer_site_town"],
input[type="number"][name="customer_addr_town"],
input[type="number"][name="customer_site_town"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

select {
  width: 42%;
  border: 1px solid #999999;
  height: 40px;
  padding-left: 5px;
  line-height: 40px;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.datatelephone {
  color: #4d4d4d;
}

a.datatelephone:hover {
  text-decoration: none;
}

a img {
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

a img:hover {
  opacity: 0.7;
}

a img.reset-fade:hover {
  opacity: 1;
}

iframe {
  border: 0;
}

ul, ol, p, dt, dd,
caption, th, td {
  font-size: 1.4rem;
}

select, input, textarea, button {
  font-size: 1.6rem;
}

:placeholder-shown {
  color: red;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #FFF;
}

:-moz-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

textarea {
  background: #ebebeb;
  width: 98%;
  resize: none;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
}

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

table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #999999;
}

main, section, aside, figure, header, footer {
  display: block;
}

label.error {
  color: #d7000f;
}

* {
  box-sizing: border-box;
}

/* Common */
.fixed-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
}
.fixed-width.fixed-width-l {
  max-width: 855px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.w100{
  width: 100%;
}
.u-ta-c {
  text-align: center;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.site-header .site-header-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 620px;
}
.th_logo {
  display: block;
  background: url(../images/th_logo.png) 0 0 no-repeat;
  width: 132px;
  height: 44px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 11000;
}

/* Footer */
.site-footer {
  position: relative;
  background-color: #fff;
}
.footer-hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  border-top: 1px solid #646464;
}
#footer {
  margin: 0 auto;
}
#footer .footerLogo {
  text-align: center;
  padding: 20px 0;
}
#footer .footerCopy {
  padding-bottom: 5px;
  font-size: 1.0rem;
  text-align: right;
}

/* Content */
.l-contennt__logo {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-contennt__mv {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
.l-contennt__mv img {
  width: 2035px;
  max-width: 2035px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.l-contennt__in {
  width: 850px;
  margin:0 auto;
}
.bg{
  background-color: #F7F6F4;  
}
.sec-pd {
  padding-top: 60px;
  padding-bottom: 100px;
}
.sec-pt-60 {
  padding-top: 60px;
}
.sec-pt-40 {
  padding-top: 40px;
}
.btnarea{
  padding:70px 0;
}

@media screen and (max-width: 960px) {
  .tb-only {
    display: block;
  }

  .fixed-width-l {
    padding-right: 3%;
    padding-left: 3%;
  }
  .fixed-width {
    padding-right: 3%;
    padding-left: 3%;
  }

  .l-contennt__in {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .btnarea{
    padding: 40px 6%;
  }
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  .header {
    left: 0;
    top: 0;
    z-index: 200;
    background-color: #c8161e;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .header .header-inner {
    position: relative;
    width: 100%;
  }
  .header .header-inner .item {
    vertical-align: middle;
  }
  .header .header-inner .item.item--logo {
    padding: 12px 15px;
    width: 37%;
  }
  .header .header-inner .item--20th-logo {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 100000;
    width: 50px;
    height: 50px;
  }
  .header .header-inner .item--20th-logo img {
    width: 50px;
    height: 50px;
  }
  .header a {
    font-size: 1.0rem;
    display: inline-block;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  header .header-logo {
    padding-left: 0;
    max-width: none;
  }
  #footer .footerCopy {
    text-align: center;
  }

  .l-contennt__mv img {
    width: 100%;
    max-width: none;
  }
}