@charset "UTF-8";

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

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #ffa0ac;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

body {
  font-size: 16px;
  width: 100%;
}


@media screen and (max-width: 979px) {
  body {
    font-size: 14px;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

/*--------------------------------------- 固定 ---------------------------------------*/

/*------------- header -------------*/

.header {
  z-index: 1111;
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  padding: 10px;
  background: #fff;
  color: #ffa0ac;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
}

.header_heading a h1 {
  margin-bottom: 0;
  text-align: left;
}

img.header_heading_logo {
  max-width: 180px;
  margin: 5px 15px;
}

.header_navi {
  margin: 0;
}

ul.header_navi_list {
  margin: 23px 15px;
  font-size: 15px;
  float: right;
}

.header_navi_list_item {
  display: inline-block;
  margin: 0px;
}

.header .header_navi_list_item:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
}

.header .header_navi_list_item:last-child:after {
  display: none;
}

.header_navi_list_item a {
  color: #ffa0ac;
}

.header_navi_list_item a:hover {
  color: #999;
}

@media screen and (max-width: 979px) {
  .header {
    height: 70px;
    padding: 5px;
  }
  .header_heading {
     display: none;
  }
  img.header_heading_logo {
    max-width: 120px;
    margin: 5px;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
}

@media screen and (min-width: 980px) {
  .drawer_logo {
     display: none;
  }
}

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 30px;
    padding: 15px 15px 25px 15px;
    margin: 10px;
    right: 0;
    background: #ffa0ac;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-nav {
  width: 20rem;
}

.drawer--right .drawer-nav {
  right: -20rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #000;
  float: left;
  padding-right: 5px;
}

ul.drawer-menu li::last-child {
  border: none;
}

/*------------- footer -------------*/

.footer {
  background: #ffa0ac;
  color: #fff;
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 15px;
}

.footer_container::after {
  clear: both;
  content: "";
  display: block;
}

img.footer_heading_logo {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.footer_heading {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}

.footer_txt {
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
  margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 45px 15px 0px;
  }
  img.footer_heading_logo {
    max-width: 150px;
    display: block;
    margin: 0 auto 30px;
  }
  .footer_heading {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .footer_txt {
    font-size: 13px;
  }
}

.copy {
  background: #ffa0ac;
  color: #fff;
  padding: 0 5px 50px;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 979px) {
  .copy {
    padding: 15px 5px 30px;
  }
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

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

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  background: #0dbbcd;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  max-width: 400px;
}

@media screen and (max-width: 979px) {
  .btn-ptn-01 a {
    font-size: 0.9em;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: #fff;
  color: #4d4d4d;
}

/*--------------------------------------- トップページ ---------------------------------------*/

html { scroll-behavior: smooth;}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.top_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 5px 70px;
}

.top_container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top_container {
    padding: 45px 15px 45px;
  }
}

.top_heading {
  text-align: center;
  color: #ffa0ac;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 50px;
}

.top_heading span{
  color: #000;
}

@media screen and (max-width: 979px) {
  .top_heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}

.top_container p.top_txt {
  font-size: 13px;
  margin-bottom: 70px;
  line-height: 2;
}

@media screen and (max-width: 979px) {
  .top_container p.top_txt {
    margin-bottom: 50px;
    font-size: 12px;
  }
  .top_about .top_container p.top_txt {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

/*------------- メインビジュアル -------------*/

main {
  margin-top: 90px !important;
}

.top .main-visual {
  position: relative;
  z-index: -2;
  height: 550px;
  width: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("./assets/img/top-image.png");
  float: right;
  margin-bottom: 70px;
}

.top .main-visual::after {
  clear: both;
  content: "";
  display: block;
}

.main-visual-inner {
  margin: 0 auto;
  width: 90%;
  float: left;
  position: relative;
  top: 180px;
}

.main-visual-txt {
  text-align: left;
  color: #fff;
  padding-left: 100px;
}

.main-visual-heading {
  font-size: 45px;
  margin-bottom: 15px;
}

.main-visual-p {
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 979px) {
  main {
    margin-top: 70px !important;
  }
  .top .main-visual {
    height: 350px;
    background-position: bottom left;
    background-size: cover;
  }
  .main-visual-inner {
    top: 50px;
  }
  .main-visual-txt {
    padding-left: 50px;
  }
  .main-visual-heading {
    font-size: 30px;
  }
  .main-visual-p {
  }
}

/*------------- ABOUT -------------*/

.top_about {
  margin-bottom: -70px;
}

.top_about .top_heading {
  text-align: left;
}

img.top-bottom {
  position: relative;
  top: -150px;
  float: right;
  width: 100%;
  max-width: 400px;
  margin-left: 50px;
}

@media screen and (max-width: 979px) {
  img.top-bottom {
    top: -120px;
    max-width: 200px;
    right: 10px;
    margin-bottom: -120px;
  }
  .top_about {
    margin-bottom: 0;
  }
}

/*------------- SERVICE -------------*/

.top_works_item {
  width: 50%;
  float: left;
  padding: 5px;
}

.top_service_heading {
  font-size: 20px;
  font-weight: 400;
  border-left: 10px solid #ffa0ac;
  padding: 5px 0 5px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.top_service_item_txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 979px) {
  .top_service_heading {
    border-left: 7px solid #ffa0ac;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 0 5px 10px;
  }
  .top_works_item {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  p.top_service_item_txt {
    font-size: 15px;
  }
}

/*------------- SUPPORTER -------------*/

.top_supporter {
  background-image: url("./assets/img/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.supp-box img {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-right: 50px;
}

p.supp-h {
  margin-top: 50px;
  margin-bottom: 30px;
}

p.supp-h::before {
  content: '●';
  color: #ffa0ac;
  padding-right: 8px;
}

.supp-h span {
  font-size: 24px;
  padding-left: 15px;
}

.supp-box::after {
  clear: both;
  content: "";
  display: block;
}

.supp-txt {
  line-height: 2;
}

@media screen and (max-width: 979px) {
  .supp-box img {
    width: 100%;
    margin: 50px auto 15px;
    display: block;
    float: none;
  }
  p.supp-h {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

/*------------- STORE INFO -------------*/

.top-table {
  margin-top: 50px;
  margin-bottom: 50px;
}

table.top-table tr th {
  width: 200px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  table.top-table tr th {
    width: 100px;
  }
}

/*------------- COMPANY -------------*/

.top_company {
  background-image: url("./assets/img/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.ceo-img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

p.ceo-name {
  text-align: center;
  margin-top: 10px;
}

p.ceo-message {
  text-align: center;
  margin-top: 50px;
  line-height: 2;
}

/*------------- CONTACT -------------*/

a.contact-line {
  text-align: center;
  display: block;
  margin-top: -40px;
}

.fa-line::before {
  color: #ffa0ac;
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
  font-size: 60px;
  font-style: initial;
}

@media screen and (max-width: 979px) {
  a.contact-line {
    margin-top: -30px;
  }
}