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

BASE

--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: "MyYuGothic";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regurar"); }
@font-face {
  font-family: "MyYuGothic";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }
/*Easing*/
/*Screen*/
html, body, div, article, section, span, p, ul, ol, li, table, tr, td, th, hr, h1, h2, h3, h4, h5, h6, a, em, strong, b, img, input, textarea, svg, button, fieldset, figure, header, footer, label, main, dl, dt, dd {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1;
  border-collapse: collapse; }

body {
  color: #FFF;
  background: #FFF2D8;
  font-family: -apple-system, "Roboto", "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

html, body {
  zoom: 1;
  min-height: 100%; }

::-moz-selection {
  background-color: #422e26;
  color: #FFF; }

::selection {
  background-color: #422e26;
  color: #FFF; }

.serif {
  font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", Georgia, serif; }

.sans-serif {
  font-family: -apple-system, "Roboto", "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }

.vertical-rl {
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  .vertical-rl span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all; }

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=radio],
input[type=checkbox],
input[type=submit],
textarea {
  -webkit-appearance: none;
  font-family: -apple-system, "Roboto", "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }

input[type=submit]:hover {
  cursor: pointer; }

select {
  font-family: -apple-system, "Roboto", "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #FFF; }

strong, b,
h1, h2, h3, h4, h5, h6 {
  font-weight: Bold; }

p {
  margin: 0;
  padding: 0 0 1rem;
  line-height: 1.6;
  line-break: strict; }

a {
  color: #f36a20;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none; }

a.p_none {
  pointer-events: none; }

p a {
  color: #f36a20; }

.a_svg {
  display: inline-block; }

img {
  width: 100%;
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  vertical-align: bottom; }

em {
  font-style: normal; }

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block; }

.clear_after:after,
header:after,
footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none; }

.l {
  float: left; }

.r {
  float: right; }

.c {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.palt {
  font-feature-settings: "palt"; }

.t-r {
  text-align: right; }

.w {
  color: white; }

.hidden {
  visibility: hidden; }

.nowrap {
  white-space: nowrap;
  display: inline-block; }

.nopc {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 820px) {
    .nopc {
      display: inherit;
      visibility: visible; } }

@media screen and (max-width: 820px) {
  .nosp {
    display: none;
    visibility: hidden; } }
/*------------------------------------------------------------------

COMMON

--------------------------------------------------------------------*/
main:before {
  content: "";
  display: block;
  width: 100%; }

.btn {
  display: inline-block;
  background: #FF8E53;
  border: 1px solid #FF8E53;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 20px 40px; }
  .btn:hover {
    text-decoration: none;
    background: #FFF;
    color: #FF8E53; }

.flexwrap {
  display: flex; }
  @media screen and (max-width: 820px) {
    .flexwrap {
      flex-direction: column; } }
  .flexwrap.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 820px) {
      .flexwrap.reverse {
        flex-direction: column; } }

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

HEADER

--------------------------------------------------------------------*/
header {
  position: fixed;
  transform: translateY(-100px);
  transition: all 0.3s ease;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  align-items: center; }
  @media screen and (max-width: 820px) {
    header {
      min-width: 0;
      height: auto; } }
  header .header_inner {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    height: 90px;
    padding: 0 5vw; }
    @media screen and (min-width: 821px) {
      header .header_inner {
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; } }
    @media screen and (max-width: 820px) {
      header .header_inner {
        height: 70px; } }

.h_logo {
  width: 94px; }
  @media screen and (max-width: 820px) {
    .h_logo {
      width: 70px; } }
  .h_logo img {
    width: 100%; }

header.moved {
  transform: translateY(0); }

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

FOOTER

--------------------------------------------------------------------*/
footer {
  padding: 38px 0 40px;
  overflow: hidden;
  position: relative; }
  footer .f_inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  footer .f_logo {
    display: flex;
    flex-direction: column;
    align-items: center; }
    footer .f_logo img {
      width: 100px; }
      @media screen and (max-width: 820px) {
        footer .f_logo img {
          width: 80px; } }
  footer .copyright {
    margin-top: 40px;
    font-size: .7rem;
    line-height: 1;
    text-align: center;
    color: #333; }
    @media screen and (max-width: 820px) {
      footer .copyright {
        font-size: 10px;
        margin-top: 29px; } }
    footer .copyright a {
      color: #f36a20; }

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

TOP

--------------------------------------------------------------------*/
#page--top {
  overflow: hidden; }
  #page--top section .inner {
    max-width: 1480px;
    padding: 60px 2rem;
    margin: auto; }
  #page--top #fv {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF2D8; }
    @media screen and (max-width: 820px) {
      #page--top #fv {
        height: 90vh; } }
    #page--top #fv img {
      width: 40vw; }
      @media screen and (max-width: 820px) {
        #page--top #fv img {
          width: 70vw;
          margin-top: -10vw; } }
  #page--top #about {
    background-color: #85956E; }
    #page--top #about .flexwrap {
      align-items: center; }
    #page--top #about .img {
      width: calc(65% - 100px);
      margin-right: 100px; }
      @media screen and (max-width: 820px) {
        #page--top #about .img {
          width: 100%;
          margin: 0; } }
      #page--top #about .img img {
        max-width: 100%;
        padding: 20px; }
    #page--top #about .txt {
      width: 35%;
      max-width: 480px; }
      @media screen and (max-width: 820px) {
        #page--top #about .txt {
          width: 100%;
          margin: 0; } }
      #page--top #about .txt h2 {
        width: 100%;
        max-width: 480px;
        margin-bottom: 80px; }
        #page--top #about .txt h2 img {
          max-width: 100%; }
    #page--top #about a {
      color: #FFF; }
  #page--top #menu {
    background: url("../images/bg.svg") no-repeat center/150% #FF8E53; }
    @media screen and (max-width: 820px) {
      #page--top #menu {
        background-size: 250%; } }
    #page--top #menu h2 {
      font-size: 2rem;
      text-align: center; }
    #page--top #menu .menuwrap {
      max-width: 500px;
      margin: 20px auto;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      padding: 50px 0; }
      #page--top #menu .menuwrap .blk:not(:first-child) {
        margin-top: 50px; }
      #page--top #menu .menuwrap .blk h3 {
        font-size: 1.5rem;
        position: relative; }
        #page--top #menu .menuwrap .blk h3 span {
          position: absolute;
          right: 0; }
      #page--top #menu .menuwrap .blk p {
        margin-top: .6rem;
        padding: 0; }
    #page--top #menu .c p {
      line-height: 1.4;
      padding: 0 0 0.5em; }
  #page--top #addr {
    background-color: #AA653F; }
    #page--top #addr .flexwrap {
      align-items: center; }
    #page--top #addr .txt {
      width: 30%;
      min-width: 320px;
      padding-right: 60px; }
      @media screen and (max-width: 820px) {
        #page--top #addr .txt {
          width: 100%;
          min-width: 0;
          margin: 0;
          padding-right: 0;
          text-align: center; } }
      #page--top #addr .txt h2 {
        max-width: 240px; }
        @media screen and (max-width: 820px) {
          #page--top #addr .txt h2 {
            margin: auto; } }
        #page--top #addr .txt h2 img {
          max-width: 100%; }
      #page--top #addr .txt .h3 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 30px; }
      #page--top #addr .txt .h4 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 30px; }
        @media screen and (max-width: 820px) {
          #page--top #addr .txt .h4 {
            font-size: 1.25rem; } }
    #page--top #addr .gmap {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      width: 70%;
      height: 600px; }
      @media screen and (max-width: 820px) {
        #page--top #addr .gmap {
          width: 100%;
          margin: 0;
          height: 50vh;
          margin-top: 60px; } }
      #page--top #addr .gmap iframe {
        width: 100%;
        height: 100%; }
    #page--top #addr a {
      color: #FFF; }
      #page--top #addr a:hover {
        text-decoration: underline; }
      #page--top #addr a.btn {
        text-transform: uppercase; }
        #page--top #addr a.btn:hover {
          text-decoration: none;
          background: #FFF;
          color: #FF8E53; }

.flexwrap .wrap {
  width: 50%; }
  @media screen and (max-width: 820px) {
    .flexwrap .wrap {
      width: 100%;
      margin: 0; } }

ul.slider {
  padding: 0;
  overflow: hidden; }

.scrolldown {
  position: absolute;
  bottom: 1%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite; }
  @media screen and (max-width: 820px) {
    .scrolldown {
      animation: arrowmove_sp 1s ease-in-out infinite; } }
  .scrolldown:before, .scrolldown:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #555;
    width: 1px; }
  .scrolldown:before {
    right: -4px;
    height: 12px;
    transform: skewX(-31deg); }
    @media screen and (max-width: 820px) {
      .scrolldown:before {
        right: -3px;
        height: 10px; } }
  .scrolldown:after {
    right: 0;
    height: 30px; }
    @media screen and (max-width: 820px) {
      .scrolldown:after {
        height: 22px; } }

@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }
@keyframes arrowmove_sp {
  0% {
    bottom: 10%; }
  50% {
    bottom: 11%; }
  100% {
    bottom: 10%; } }
/*------------------------------------------------------------------

Loading

--------------------------------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 300;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center; }
