@charset "UTF-8";
#footer {
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 16px;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #ff7269;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

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

.t-left {
  text-align: left;
}

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

strong {
  color: #ff7269;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  padding-top: 55px;
}

#header h1 {
  position: fixed;
  top: 5px;
  left: 300px;
  z-index: 5;
  color: #333;
  font-size: 10px;
  line-height: 1.2;
}

#header .top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 300px;
  background: #fff;
}

#header .logo p:nth-child(2) {
  display: none;
}

#header .links {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#header .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .links li.tel {
  padding-right: 15px;
}

#header .links li.tel a {
  color: #000;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1;
}

#header .links li.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 56px;
  background: #ff7269;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}

#header .links li.contact a img {
  margin-right: 8px;
}

#header .links a {
  font-family: "Yu Gothic UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.42857;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#header .links a:hover {
  opacity: 0.6;
}

#header.fixed {
  padding-top: 155px;
}

#header.fixed .logo {
  width: 200px;
  height: 55px;
  padding: 0;
}

#header.fixed .logo img {
  width: auto;
}

#header.fixed .logo p:nth-child(1) {
  display: none;
}

#header.fixed .logo p:nth-child(2) {
  display: block;
}

@media (max-width: 999px) {
  #header .logo {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 767px) {
  #header {
    padding-top: 0;
  }
  #header .top {
    position: relative;
    height: 66px;
  }
  #header .logo {
    width: 220px;
    height: 66px;
    padding: 5px;
  }
  #header .logo p:nth-child(1) {
    display: none;
  }
  #header .logo p:nth-child(2) {
    display: block;
  }
  #header .links {
    display: none;
  }
  #header h1 {
    display: none;
  }
}

#gnav {
  position: relative;
  background-color: #e8ada8;
}

#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#gnav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li:not(:first-child) {
  background: url(../images/circle.png) no-repeat left center;
}

#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#gnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Yu Gothic UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

#gnav > ul > li > a:hover {
  opacity: 0.6;
}

#gnav > ul > li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 19px 0;
  background: #ff7269;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li ul li {
  margin: 0 20px;
  padding: 10px 0;
}

#gnav > ul > li ul li a {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li ul li a:hover {
  opacity: 0.6;
}

#gnav > ul > li ul li a::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
}

#gnav > ul > li ul li a::after {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: 7px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ff7269;
}

@media (max-width: 999px) {
  #gnav > ul > li > a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav > ul > li:not(:first-child) {
    padding-left: 0;
    background: none;
  }
  #gnav > ul > li > a {
    height: auto;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    padding: 0;
  }
  #gnav > ul > li ul li {
    padding: 0;
    text-align: left;
  }
  #gnav > ul > li ul li:last-child {
    border-bottom: 0;
  }
  #gnav > ul > li ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  #gnav > ul > li ul li a::before {
    top: 10px;
  }
  #gnav > ul > li ul li a::after {
    top: 14px;
  }
}

#header.fixed #gnav {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 4;
  width: 100%;
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 4;
  text-align: right;
  pointer-events: none;
}

#pagetop a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: all;
}

#pagetop a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding-top: 100px;
}

#footer .top {
  margin-bottom: 45px;
}

#footer .logo {
  text-align: center;
}

#footer .contents {
  position: relative;
  border-top: solid 1px #ff7269;
  padding: 55px 10px;
}

#footer .contents .text {
  margin-bottom: 25px;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

#footer .contents .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}

#footer .contents .btns .btn {
  margin: 0 10px;
  width: 100%;
  max-width: 200px;
}

#footer .contents .btns .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Yu Gothic UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#footer .contents .btns .btn a:hover {
  opacity: 0.6;
}

#footer .contents .btns .btn.btn-tel a {
  color: #000;
  border: 1px solid #ff7269;
  background: #fff;
  font-size: 16px;
}

#footer .contents .btns .btn.btn-contact a {
  background: #ff7269;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}

#footer .contents .btns .btn.btn-contact a img {
  margin-right: 8px;
}

@media (max-width: 767px) {
  #footer .contents .text {
    font-size: 14px;
  }
  #footer .contents .btns .btn {
    margin: 0 5px;
  }
}

#fnav {
  margin-bottom: 30px;
  padding: 0 10px;
}

#fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Noto Sans JP', system-ui,  sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}

#fnav li:not(:first-child)::before {
  display: inline-block;
  margin-left: 5px;
  padding-right: 5px;
  content: '・';
}

#fnav a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#fnav a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #fnav ul {
    font-size: 14px;
  }
}

#copyright {
  font-size: 12px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */