@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  width: 100%;
  background: #FCFAF9;
  color: #897265;
  line-height: 1.8;
  font-family: "Libre Baskerville", "Noto Serif JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Meiryo", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.buttonwrapper {
  width: 100%;
  margin-top: 30px;
}
.buttonwrapper__button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.buttonwrapperB {
  width: 100%;
  margin-top: 10px;
}
.buttonwrapperB__button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.buttonwrapperA {
  width: 100%;
  display: inline-block;
}
.buttonwrapperA__button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .buttonwrapperA__button {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .buttonwrapperA__button {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 463px) {
  .buttonwrapperA__button {
    margin-bottom: 50px;
  }
}

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------
*　カード
*-----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .cards {
    display: block;
  }
}

.cards_col4 {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .cards_col4 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .cards_col4 {
    padding-top: 40px;
  }
}
.cards_col4 .cards__item {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cards_col4 .cards__item {
    width: 100%;
    margin-right: 0;
  }
}
.cards_col4 .cards__item:nth-child(4n) {
  margin-right: 0;
}

.card {
  list-style: none;
  position: relative;
  background: #fff;
  border-radius: 1px;
  box-shadow: 2px 3px 5px rgb(192, 186, 170);
}
.card__imgWrapper {
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
}
.card__img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*-----------------------
*　ヘッダー
*-----------------------*/
.header {
  background: rgba(255, 255, 253, 0.8);
  box-shadow: 0px 3px 5px #b0985f;
  width: 100%;
  height: 50px;
  display: flex;
  padding: 3px;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header__pcNav {
  align-self: flex-end;
  position: -webkit-sticky;
  position: sticky;
}
.header__logoArea {
  margin-left: 50px;
  margin-right: 50px;
  flex: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .header__logoArea {
    margin-left: 50px;
    margin-right: 20px;
    flex: 0 0 130px;
  }
}
@media screen and (max-width: 400px) {
  .header__logoArea {
    margin-right: 0px;
    margin-left: 65px;
    flex: 0 0 120px;
  }
}
.header__logo {
  width: 130px;
}
.header__hamburger {
  max-width: 50px;
}
.header__contactText {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .header__contactText {
    margin-top: 30px;
    margin-right: 10px;
    width: 50px;
    flex: 0 0 50px;
    padding: 1px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 766px) {
  .header__contactText {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 250px;
    width: 50px;
    flex: 0 0 50px;
    padding: 1px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 620px) {
  .header__contactText {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 28px;
    width: 50px;
    flex: 0 0 50px;
    padding: 1px;
    white-space: nowrap;
  }
}
.header__contactText:hover {
  background: #907046;
  transition-duration: 0.5s;
}

.contactText {
  display: flex;
  width: 125px;
  flex: 0 0 125px;
  background: #cab66e;
  color: #fff;
  border-radius: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .contactText {
    width: 110px;
    flex: 0 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .contactText {
    width: 95px;
    flex: 0 0 95px;
  }
}
.contactText__img {
  width: 20px;
  height: 16px;
  margin-left: 4px;
  margin-top: 1px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contactText__img {
    width: 20px;
    height: 16px;
    margin-top: 3px;
  }
}
.contactText__text {
  margin-right: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1500px) {
  .contactText__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .contactText__text {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .contactText__text {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-top: 5px;
    margin-left: -5px;
  }
}

.pcMainNav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pcMainNav {
    margin-left: -50px;
  }
}
.pcMainNav__list {
  display: flex;
}
.pcMainNav__img {
  width: 30px;
  margin-left: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .pcMainNav__img {
    width: 25px;
    margin-left: 0px;
  }
}
.pcMainNav__item {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.pcMainNav__link {
  color: #897265;
  margin-left: 12px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.pcMainNav__link:hover {
  background: linear-gradient(transparent 70%, #e6d6af);
}
@media screen and (max-width: 1000px) {
  .pcMainNav__link {
    margin-left: 3px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .pcMainNav__link {
    font-size: 0.625rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .pcMainNav {
    display: none;
  }
}

.spMainNav {
  display: none;
}

#navToggle {
  position: absolute;
  top: -500px;
}

.hamburger {
  display: none;
  width: 50px;
  height: 40px;
}
.hamburger span {
  display: block;
  height: 2px;
  background: #5e5037;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  transition: all ease 0.15s;
}
.hamburger span::before {
  content: "";
  display: block;
  height: 2px;
  background: #5e5037;
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0px;
  transition: all ease 0.15s;
}
.hamburger span::after {
  content: "";
  display: block;
  height: 2px;
  background: #5e5037;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  transition: all ease 0.15s;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    height: 50px;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 25px 30px;
    position: relative;
  }
  #navToggle:focus-visible ~ .hamburger {
    box-shadow: 1px 1px 2px gray;
  }
  #navToggle:checked ~ .spMainNav {
    display: block;
    z-index: 30;
  }
  .spMainNav__list {
    width: 220px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #D3C695;
    letter-spacing: 0.2em;
    font-size: 1rem;
  }
  .spMainNav__list :hover {
    background: rgba(245, 249, 244, 0.5);
  }
  .spMainNav__list .spMainNav__item {
    padding: 12px 4% 6px;
    border-bottom: 1px solid #ffffff;
  }
  .spMainNav__link {
    color: #92753e;
    margin-left: 20px;
    text-shadow: 1px 1px 2px rgb(243, 243, 243);
  }
  .spMainNav__img {
    width: 30px;
    margin-left: 20px;
  }
}
#navToggle:checked ~ .hamburger span {
  background: transparent;
}
#navToggle:checked ~ .hamburger span::before {
  top: 50%;
  transform: rotate(45deg);
}
#navToggle:checked ~ .hamburger span::after {
  top: 50%;
  transform: rotate(-45deg);
}

/*-----------------------
*　メイン
*-----------------------*/
.keyVisual {
  width: 100%;
}
.keyVisual__img {
  width: 100%;
  height: 55vh;
  flex: 1 1 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in;
}
.keyVisual__img:hover {
  filter: brightness(110%);
}
@media screen and (max-width: 1000px) {
  .keyVisual__img {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__img {
    height: 35vh;
  }
}
.keyVisual__container {
  position: absolute;
  top: 25%;
  left: 20%;
  right: 20%;
  color: rgba(255, 255, 255, 0.7);
  transform: translateY(-30%);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .keyVisual__container {
    top: 25%;
    left: 20%;
    right: 20%;
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 1000px) {
  .keyVisual__container {
    font-size: 0.875rem;
    position: absolute;
    top: 25%;
    left: 15%;
    transform: translateY(-50%);
  }
}

.text1 {
  font-size: 3rem;
  text-shadow: 2px 2px 3px #b89f72;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .text1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .text1 {
    font-size: 1.75rem;
    text-shadow: 1px 1px 2px #b89f72;
  }
}

.text2 {
  margin-top: 60px;
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .text2 {
    font-size: 2rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .text2 {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}

.text3 {
  text-align: center;
  font-size: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .text3 {
    margin-top: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .text3 {
    margin-top: 5px;
    font-size: 0.625rem;
  }
}

.text4 {
  text-align: center;
  font-size: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  color: #b1aea6;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .text4 {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .text4 {
    margin-top: 20px;
    font-size: 0.5rem;
  }
}

.heading {
  position: absolute;
  width: 100%;
  z-index: 900;
}
.heading__title {
  color: #D9B36C;
  text-align: center;
  font-size: 2.375rem;
  letter-spacing: 0.3em;
  z-index: 900;
}
.heading__text {
  width: 100%;
  text-align: center;
  color: #ab8e58;
  font-size: 0.625rem;
  letter-spacing: 0.5em;
  padding: 5px 20px;
  top: 100px;
}
@media screen and (max-width: 1500px) {
  .heading__text {
    width: 100%;
    font-size: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .heading__text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.5625rem;
  }
}

.headingContainer {
  display: flex;
  width: 100%;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .headingContainer {
    position: relative;
    top: 10px;
    left: 0px;
    margin-bottom: 30px;
  }
}
.headingContainer__text {
  width: 100%;
  text-align: center;
  color: #D9B36C;
  font-size: 1rem;
  letter-spacing: 0.5em;
  line-height: 2.5em;
  padding: 5px 20px;
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 1200px) {
  .headingContainer__text {
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .headingContainer__text {
    width: 100%;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .headingContainer__text {
    width: 100%;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .headingContainer__text {
    width: 100%;
    font-size: 0.5625rem;
  }
}
.headingContainer__br {
  display: none;
}
@media screen and (max-width: 900px) {
  .headingContainer__br {
    display: block;
  }
}

.headingContainer1 {
  display: flex;
  width: 100%;
  height: 130px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .headingContainer1 {
    position: relative;
    top: 10px;
    left: 0px;
  }
}

.works {
  position: relative;
  padding-top: 10px;
  padding-bottom: 90px;
}

.newsSection {
  position: relative;
  height: 250px;
}
@media screen and (max-width: 1000px) {
  .newsSection {
    top: -20px;
  }
}

.newsContainer {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  margin-bottom: 200px;
  margin-top: 20px;
  padding-bottom: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .newsContainer {
    width: 90%;
    margin-top: 10px;
  }
}
.newsContainer__informationArea {
  width: 95%;
}
.ttl {
  margin-top: 0;
  margin-bottom: 15px;
}

.informationArea {
  width: 100%;
  height: 300px;
  padding: 20px;
}
.informationArea__text {
  text-align: center;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .informationArea__text {
    font-size: 0.875rem;
  }
}
.informationArea__br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .informationArea__br {
    display: block;
  }
}
.informationArea__br1 {
  display: block;
}
@media screen and (max-width: 1320px) {
  .informationArea__br1 {
    display: none;
  }
}
.informationArea__br2 {
  display: none;
}
@media screen and (max-width: 600px) {
  .informationArea__br2 {
    display: block;
  }
}

.service {
  width: 90%;
  height: 650px;
  margin-top: 350px;
}
@media screen and (max-width: 1000px) {
  .service {
    height: 750px;
    margin-top: 300px;
  }
}
.service__img {
  width: 150px;
  height: 100px;
  margin-left: 75%;
}
@media screen and (max-width: 1000px) {
  .service__img {
    margin-left: 60%;
  }
}
@media screen and (max-width: 600px) {
  .service__img {
    margin-left: 20%;
  }
}

.cardWhite {
  display: flex;
  flex: 1 1 85%;
  width: 85%;
  height: 740px;
  border-radius: 10px;
  background: #fff;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 3px 5px rgb(159, 171, 155);
}
@media screen and (max-width: 1230px) {
  .cardWhite {
    width: 97%;
    height: 780px;
  }
}
@media screen and (max-width: 1094px) {
  .cardWhite {
    width: 97%;
    height: 800px;
  }
}
@media screen and (max-width: 979px) {
  .cardWhite {
    width: 97%;
    height: 820px;
  }
}
@media screen and (max-width: 767px) {
  .cardWhite {
    width: 97%;
    height: 760px;
  }
}
@media screen and (max-width: 601px) {
  .cardWhite {
    width: 97%;
    height: 800px;
  }
}
@media screen and (max-width: 540px) {
  .cardWhite {
    width: 97%;
    height: 880px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cardWhite {
    width: 97%;
    height: 920px;
    margin-bottom: 40px;
  }
}

.serviCecard__cardWhite {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
.serviCecard__serviceText {
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .serviCecard__serviceText {
    font-size: 0.75rem;
  }
}
.serviCecard__buttonwrapperA {
  display: flex;
  flex-wrap: wrap;
}

.servicetitle {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .servicetitle {
    font-size: 0.875rem;
  }
}

.contactSection {
  position: relative;
  top: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1230px) {
  .contactSection {
    top: 375px;
  }
}
@media screen and (max-width: 1094px) {
  .contactSection {
    top: 385px;
  }
}
@media screen and (max-width: 1000px) {
  .contactSection {
    top: 330px;
  }
}
@media screen and (max-width: 767px) {
  .contactSection {
    top: 250px;
  }
}
@media screen and (max-width: 600px) {
  .contactSection {
    top: 280px;
  }
}
@media screen and (max-width: 540px) {
  .contactSection {
    top: 340px;
  }
}
@media screen and (max-width: 540px) {
  .contactSection {
    top: 400px;
  }
}

.contactContainer {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  margin-bottom: 450px;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .contactContainer {
    width: 100%;
    margin-top: 0px;
  }
}
.contactContainer__contacttextArea {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .contactContainer__contacttextArea {
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.contactContainer__mailArea {
  position: relative;
}

.contacttextArea {
  padding-top: 30px;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .contacttextArea {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .contacttextArea {
    font-size: 0.75rem;
  }
}

.lineArea {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .lineArea {
    display: block;
  }
}
.lineArea__snslink {
  width: 98%;
  text-align: center;
}
.lineArea__link {
  margin-left: auto;
  margin-right: auto;
}
.lineArea__snsImg {
  flex: 0 0 300px;
  width: 300px;
  height: 120px;
  margin-top: 50px;
  margin-left: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .lineArea__snsImg {
    flex: 0 0 200px;
    width: 200px;
    height: 80px;
  }
}
.lineArea__text {
  font-size: 1rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lineArea__text {
    font-size: 0.75rem;
  }
}
.lineArea__linkText {
  color: #b7ab80;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  margin: 5px;
  white-space: nowrap;
}
.lineArea__linkText:hover {
  color: #31a338;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .lineArea__linkText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .lineArea__linkText {
    font-size: 0.875rem;
    margin-left: -5px;
  }
}
.lineArea__snstitle {
  margin-left: 20px;
}

.mail {
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mail__mailArea {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.mail_title {
  text-align: center;
  font-size: 0.857rem;
  margin-top: 80px;
}
.mail_wrapper {
  margin-top: -20px;
}

.mailArea {
  padding: 20px;
}
.mailArea__label {
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .mailArea__label {
    font-size: 1rem;
  }
}
.mailArea__radio {
  font-size: 2rem;
  margin-bottom: 10px;
}
.mailArea__text {
  font-size: 1rem;
}

textarea {
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1300px) {
  textarea {
    width: 350px;
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  textarea {
    width: 300px;
    height: 500px;
  }
}

.submit {
  background: #D3C695;
  border: none;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
}
.submit:hover {
  background: #907046;
  transition-duration: 0.5s;
}

.profile {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .profile {
    margin-top: 10px;
  }
}
.profile1 {
  width: 80%;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  height: 1500px;
}
@media screen and (max-width: 1200px) {
  .profile1 {
    margin-top: 10px;
    height: 1600px;
  }
}
@media screen and (max-width: 800px) {
  .profile1 {
    height: 1800px;
  }
}
@media screen and (max-width: 600px) {
  .profile1 {
    height: 2200px;
  }
}

.profileA {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .profileA {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .profileA {
    margin-left: 15px;
  }
}

.profileWrapper {
  width: 100%;
  height: 850px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .profileWrapper {
    height: 860px;
  }
}
@media screen and (max-width: 1200px) {
  .profileWrapper {
    width: 100%;
    height: 930px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 800px) {
  .profileWrapper {
    width: 100%;
    height: 1100px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 700px) {
  .profileWrapper {
    width: 100%;
    height: 1200px;
  }
}
@media screen and (max-width: 560px) {
  .profileWrapper {
    width: 100%;
    height: 1300px;
  }
}
@media screen and (max-width: 480px) {
  .profileWrapper {
    width: 100%;
    height: 1500px;
  }
}

.profileWrapperA {
  width: 100%;
  height: 1000px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .profileWrapperA {
    height: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  .profileWrapperA {
    width: 100%;
    height: 1400px;
  }
}
@media screen and (max-width: 1000px) {
  .profileWrapperA {
    width: 100%;
    height: 1600px;
  }
}
@media screen and (max-width: 800px) {
  .profileWrapperA {
    width: 100%;
    height: 1800px;
  }
}
@media screen and (max-width: 600px) {
  .profileWrapperA {
    width: 100%;
    height: 2050px;
  }
}

.serviceWrapperB {
  width: 100%;
  height: 1200px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .serviceWrapperB {
    height: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  .serviceWrapperB {
    width: 100%;
    height: 1400px;
  }
}
@media screen and (max-width: 1000px) {
  .serviceWrapperB {
    width: 100%;
    height: 1200px;
  }
}
@media screen and (max-width: 800px) {
  .serviceWrapperB {
    width: 100%;
    height: 1100px;
  }
}
@media screen and (max-width: 600px) {
  .serviceWrapperB {
    width: 100%;
    height: 1350px;
  }
}

.serviceWrapperC {
  width: 100%;
  height: 1600px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .serviceWrapperC {
    height: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  .serviceWrapperC {
    width: 100%;
    height: 1400px;
  }
}
@media screen and (max-width: 1000px) {
  .serviceWrapperC {
    width: 100%;
    height: 1500px;
  }
}
@media screen and (max-width: 800px) {
  .serviceWrapperC {
    width: 100%;
    height: 1700px;
  }
}
@media screen and (max-width: 600px) {
  .serviceWrapperC {
    width: 100%;
    height: 1900px;
  }
}

.servicepageContainer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.profileContainer {
  margin-left: auto;
  margin-right: auto;
}
.profileContainer__textArea {
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .profileContainer__textArea {
    padding-bottom: 0px;
  }
}

.profileContainerA {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.profileContainerA__textArea {
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .profileContainerA__textArea {
    padding-bottom: 0px;
  }
}
.profileContainerA__img {
  width: 150px;
  height: 150px;
  margin-top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 1193px) {
  .profileContainerA__img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .profileContainerA__img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .profileContainerA__img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .profileContainerA__img {
    margin-left: 10px;
  }
}

.textArea {
  display: flex;
  color: #926d3f;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  padding-left: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .textArea {
    display: block;
    height: 150;
  }
}
.textArea__name {
  font-size: 2.25rem;
  margin-left: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .textArea__name {
    font-size: 2rem;
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .textArea__name {
    font-size: 1.75rem;
    margin-left: 40px;
  }
}
.textArea__name1 {
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .textArea__name1 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .textArea__name1 {
    font-size: 0.675rem;
  }
}
@media screen and (max-width: 767px) {
  .textArea__name1 {
    font-size: 0.625rem;
  }
}
.textArea__name2 {
  font-size: 0.875rem;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .textArea__name2 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .textArea__name2 {
    font-size: 0.6875rem;
  }
}
.textArea__text {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .textArea__text {
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}

.abouttitle {
  display: block;
  height: 100px;
  margin-top: 80px;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .abouttitle {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .abouttitle {
    margin-top: 50px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .abouttitle {
    margin-left: -20px;
    margin-top: 5px;
    height: 50px;
  }
}

.skills {
  width: 100%;
}
.skills__container {
  width: 90%;
}
.skills__title {
  font-size: 1.5rem;
  color: #D9B36C;
  letter-spacing: 0.2em;
  margin-left: 50px;
}
.skills__wrapper {
  position: relative;
  bottom: 20px;
  width: 90%;
  margin: 20px 50px 30px 0;
}
@media screen and (max-width: 1000px) {
  .skills__wrapper {
    margin-left: 0;
  }
}
.skills__list1 {
  list-style: none;
  display: flex;
  margin: 10px 0px;
}
@media screen and (max-width: 800px) {
  .skills__list1 {
    display: block;
    margin: 10px 30px;
  }
}
.skills__list2 {
  list-style: none;
  display: flex;
  margin: 10px 0px;
}
@media screen and (max-width: 800px) {
  .skills__list2 {
    display: block;
    margin: 10px 20px;
  }
}
.skills__item {
  position: relative;
  letter-spacing: 0.3em;
  margin-left: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .skills__item {
    width: 250px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .skills__item {
    width: 250px;
    margin-left: 10px;
  }
}
.skills__text {
  color: #D9B36C;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .skills__text {
    font-size: 0.9375rem;
  }
}

.skillContainer {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.aboutpageLine {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .aboutpageLine {
    margin-top: 160px;
  }
}

.serviceplan {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  height: 1500px;
}
@media screen and (max-width: 1000px) {
  .serviceplan {
    margin-top: 700px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplan {
    margin-left: 15px;
  }
}

.serviceplanWrapper {
  width: 100%;
  height: 1000px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .serviceplanWrapper {
    height: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .serviceplanWrapper {
    width: 100%;
    height: 1300px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplanWrapper {
    width: 100%;
    height: 1500px;
    border-radius: 5px;
  }
}

.serviceplanContainer {
  display: flex;
}
@media screen and (max-width: 1500px) {
  .serviceplanContainer {
    display: inline-block;
  }
}
.serviceplanContainer__textArea {
  width: 1000px;
  padding: 20px 0 0 50px;
}
.serviceplanContainer__img {
  width: 250px;
  height: 200px;
  margin: 50px 40px 20px 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 1500px) {
  .serviceplanContainer__img {
    width: 250px;
    margin-left: 130px;
    padding: 20px;
    margin: 0px 0px 0px 90px;
  }
}
@media screen and (max-width: 1000px) {
  .serviceplanContainer__img {
    width: 250px;
    margin: 0px 0px 0px 90px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplanContainer__img {
    width: 200px;
    margin-left: 70px;
    padding: 20px;
  }
}

.serviceplanTextarea {
  display: inline-block;
  color: #926d3f;
  margin-right: 50px;
  margin-left: 50px;
  width: 65%;
  border-radius: 5px;
}
@media screen and (max-width: 1500px) {
  .serviceplanTextarea {
    width: 90%;
    margin: 10px 10px 10px 25px;
  }
}
@media screen and (max-width: 1000px) {
  .serviceplanTextarea {
    width: 100%;
    margin: 10px 10px 0px -20px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplanTextarea {
    width: 94%;
    margin-left: -12px;
  }
}
.serviceplanTextarea__name {
  font-size: 2.25rem;
  width: 70%;
  margin-left: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .serviceplanTextarea__name {
    font-size: 2rem;
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplanTextarea__name {
    font-size: 1.75rem;
    margin-left: 35px;
  }
}
.serviceplanTextarea__name1 {
  font-size: 1rem;
  width: 70%;
  margin-left: 40px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .serviceplanTextarea__name1 {
    font-size: 0.875rem;
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplanTextarea__name1 {
    font-size: 0.75rem;
    margin-left: 50px;
    margin-bottom: 10px;
  }
}
.serviceplanTextarea__name2 {
  font-size: 0.875rem;
  width: 70%;
  margin-left: 95px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .serviceplanTextarea__name2 {
    font-size: 0.75rem;
    margin-left: 130px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .serviceplanTextarea__name2 {
    font-size: 0.6875rem;
    margin-left: 95px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .serviceplanTextarea__text {
    font-size: 0.8125rem;
  }
}

.logowraper {
  margin: 50px;
}

.footer {
  background: #D3C695;
  height: 300px;
}
.footer__snsContent {
  margin-bottom: 20px;
  margin-left: 25%;
  display: flex;
  justify-content: center;
}

.snsContent {
  width: 40%;
  height: 100px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 30%;
  margin-left: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snsContent {
    text-align: center;
  }
}
.snsContent:last-child {
  margin-right: 0;
}
.snsContent__img {
  border-radius: 10px;
  color: #fafafa;
  font-size: 2rem;
}
.snsContent__link {
  width: 200px;
}
.snsContent__text {
  height: 100px;
  padding: 20px;
  color: #fafafa;
  font-size: 2rem;
}
.snsContent__text:hover {
  color: #7c6c31;
  transition-duration: 0.5s;
}

.pcMenu__list {
  flex: 0 0;
  display: flex;
  justify-content: center;
  margin-right: 50px;
  align-items: center;
}
.pcMenu__item {
  margin: 10px 90px 10px 10px;
}
.pcMenu__item:hover {
  opacity: 0.6;
}
.pcMenu__link {
  font-size: 0.875rem;
  color: #fafafa;
}
.pcMenu__link:hover {
  color: #7c6c31;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1200px) {
  .pcMenu__link {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .pcMenu {
    display: none;
  }
}

.footer__copylight {
  text-align: center;
  color: #fafafa;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .footer__copylight {
    margin-top: 50px;
  }
}

.button {
  display: flex;
  width: 150px;
  height: 40px;
  color: #f0f0f0;
  background: #ae9a52;
  font-size: 0.75rem;
  border-radius: 5px;
  border: none;
}
.button:hover {
  background: #e1d2a5;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1000px) {
  .button {
    width: 150px;
    padding-top: 3px;
    font-size: 0.75rem;
  }
}
.button__link {
  display: flex;
  color: #fff;
  width: 100%;
  height: 40px;
  position: relative;
  letter-spacing: 0.4em;
}
.button__link:hover {
  color: #93813e;
  transition-duration: 0.5s;
}
.button__text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .button__text {
    top: 40%;
    transform: translateY(-60%);
  }
}

.buttonA {
  display: flex;
  width: 170px;
  height: 40px;
  flex: 1 0 150px;
  color: #ffffff;
  background: #e0c180;
  font-size: 0.6875rem;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  margin: 5px;
  white-space: nowrap;
}
.buttonA:hover {
  background: #fdfee5;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1000px) {
  .buttonA {
    width: 170px;
    padding-top: 3px;
    font-size: 0.6875rem;
    margin-left: 5px;
  }
}
.buttonA__linka {
  display: flex;
  width: 100%;
  height: 40px;
  position: relative;
  letter-spacing: 0.4em;
  color: #ffffff;
}
.buttonA__linka:hover {
  color: #c48630;
  transition-duration: 0.4s;
}
.buttonA__linkb {
  display: flex;
  width: 100%;
  height: 40px;
  position: relative;
  letter-spacing: 0.4em;
  color: #ffffff;
}
.buttonA__linkb:hover {
  color: #225eb1;
  transition-duration: 0.4s;
}
.buttonA__linkc {
  display: flex;
  width: 100%;
  height: 40px;
  position: relative;
  letter-spacing: 0.4em;
  color: #ffffff;
}
.buttonA__linkc:hover {
  color: #488858;
  transition-duration: 0.4s;
}
.buttonA__text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .buttonA__text {
    top: 40%;
    transform: translateY(-60%);
  }
}

.singleContainer {
  width: 90%;
  height: 500px;
  background: rgb(255, 255, 255);
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.post_category {
  font-size: 0.75rem;
}

.sidebar__logo {
  color: #a8a39d;
}
.sidebar__logo:hover {
  color: #c48630;
  transition-duration: 0.4s;
}
.sidebar__banner {
  color: #a8a39d;
}
.sidebar__banner:hover {
  color: #225eb1;
  transition-duration: 0.4s;
}
.sidebar__flyer {
  color: #a8a39d;
}
.sidebar__flyer:hover {
  color: #c01b83;
  transition-duration: 0.4s;
}
.sidebar__map {
  color: #a8a39d;
}
.sidebar__map:hover {
  color: #0fa0a5;
  transition-duration: 0.4s;
}
.sidebar__linestamp {
  color: #a8a39d;
}
.sidebar__linestamp:hover {
  color: #488858;
  transition-duration: 0.4s;
}

.contactwrapper {
  width: 200px;
  margin-left: 50px;
}
@media screen and (max-width: 463px) {
  .contactwrapper {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.workspageContainer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.newsContainerA {
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  box-shadow: 2px 3px 5px rgb(159, 171, 155);
  margin-left: auto;
  margin-right: auto;
}

.servicepagetextArea {
  width: 100%;
}
.servicepagetextArea__logoTitle {
  color: #b78d12;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.servicepagetextArea__logoSabtitle {
  color: #b78d12;
  text-align: center;
}
.servicepagetextArea__logoExplanation {
  color: #b78d12;
}
.servicepagetextArea__bannerTitle {
  color: #225eb1;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.servicepagetextArea__bannerSabtitle {
  color: #225eb1;
  text-align: center;
}
.servicepagetextArea__bannerExplanation {
  color: #225eb1;
}
.servicepagetextArea__flyerTitle {
  color: #ad0f59;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.servicepagetextArea__flyerSabtitle {
  color: #ad0f59;
  text-align: center;
}
.servicepagetextArea__flyerExplanation {
  color: #ad0f59;
}
.servicepagetextArea__linestumpTitle {
  color: #0b853c;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.servicepagetextArea__linestumpSabtitle {
  color: #0b853c;
  text-align: center;
}
.servicepagetextArea__linestumpExplanation {
  color: #0b853c;
}
@media screen and (max-width: 500px) {
  .servicepagetextArea__linestumpExplanation {
    font-size: 0.6875;
  }
}
/*# sourceMappingURL=style.css.map */