@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

html {
  font-size: 62.5%;
  /* 16px ×62.5% = 10px */
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.6rem;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a {
  color: #333;
  cursor: pointer;
}

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

address {
  font-style: normal;
}

/*SP版*/
/*------------------------
 * utility
 ------------------------*/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

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

.disp_pc {
  display: none;
}

.disp_sp {
  display: block;
}

.btn__wrapper {
  padding-top: 52px;
  margin-bottom: 26px;
}

.btn {
  position: relative;
  display: block;
  width: 224px;
  height: 62px;
  font-size: 1.8rem;
  color: #5d351f;
  line-height: 62px;
  text-align: center;
  border: solid 2px #5d351f;
  background-color: #fff;
  margin: 0 auto;
}

.btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  border-top: solid 3px #5d351f;
  border-right: solid 3px #5d351f;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*------------------------
 * header
 ------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  z-index: 100;
}

.header a {
  color: #5d351f;
  padding: 12px;
}

.header .header__title {
  line-height: 34px;
}

.header .header__title img {
  height: 28px;
}

.contact-btn_area {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 52px;
  background-color: #fff;
  z-index: 100;
}

.contact-btn_area li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  background-color: #AC643E;
  margin-right: 2px;
  line-height: 52px;
}

.contact-btn_area li a {
  color: #fff;
  padding: 12px 14px;
}

.contact-btn_area li.contact {
  line-height: 1;
  background-color: #894724;
  margin-right: 0;
}

.contact-btn_area li.contact a {
  padding: 0;
}

.contact-btn_area li img {
  display: block;
  margin: 6px auto 6px;
}

/*------------------------
* section
------------------------*/
.section__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #5d351f;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 48px;
}

.section__title::before {
  position: absolute;
  content: "";
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  height: 28px;
  background-image: url(../img/svg/icon_house.svg);
}

.page__title {
  height: 27vw;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 27vw;
  background-size: cover;
  padding-top: 40px;
}

.page__title.works {
  background-image: url(../img/png/works_bg_sp.png);
}

.page__title.contact {
  background-image: url(../img/png/contact_bg_sp.png);
}

/*------------------------
* main visual
------------------------*/
.mv {
  height: calc(53vw + 400px);
  text-align: center;
  background: url(../img/png/TOP_sp.png) 50% 50%/100% no-repeat;
  background-size: 100% auto;
  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;
}

.mv img {
  width: 70vw;
  height: 26vw;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 374px) {
  .mv {
    height: calc(34vw + 400px);
  }
}

.mv__leadtext {
  text-align: center;
  line-height: 1.7;
  padding-top: 110px;
  margin-top: -70px;
  margin-bottom: 40px;
}

/*------------------------
* top page
------------------------*/
.intro__card {
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.intro__card .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 39px;
  background-color: #894724;
}

.intro__card .image {
  text-align: right;
}

.intro__card .image img {
  width: calc(100vw - 50px);
}

.intro__card .title {
  width: 176px;
  height: 36px;
  font-size: 2rem;
  padding: 17px 0 0 12px;
  background-color: #fff;
  margin-top: -26px;
  margin-left: -1px;
  position: relative;
}

.intro__card .body {
  line-height: 1.5;
}

.intro__card ul {
  padding-top: 10px;
  margin-bottom: 12px;
}

.intro__card ul li {
  line-height: 1.8;
}

/* ---modal--- */

.m_content {
  text-align: right;
  margin-bottom: 12px;
}

.m_content a {
  color: #5d351f;
  border-bottom: 1px solid #5d351f;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}


.modal__content {
  background: #fff;
  left: 50%;
  padding: 32px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.modal__content p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  border-bottom: 1px solid #333;
}

.modal__content a {
  display: block;
  text-align: right;
}

/* ---///modal--- */

.work_link {
  text-align: right;
  padding-top: 12px;
}

.work_link a {
  color: #5d351f;
  border-bottom: 1px solid #5d351f;
}



.eco {
  background-color: #fff6e6;
  padding: 40px 20px;
  margin-bottom: 60px;
}

.eco>div {
  width: 295px;
  margin: 0 auto;
}

.eco .image {
  width: 60%;
  margin: 0 auto 40px;
}

.eco h2 {
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 12px;
  border-bottom: solid 2px #762424;
  margin-bottom: 20px;
}

.eco_small {
  font-size: 1.2rem;
}

.eco p {
  line-height: 1.4;
  margin-bottom: 40px;
}

.eco ul li {
  font-size: 1.4rem;
  line-height: 1.8;
  text-indent: -13px;
  margin-left: 13px;
  margin-bottom: 10px;
}

.eco ul li:last-of-type {
  margin-bottom: 0;
}

.eco ul li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #AC643E;
}

@media screen and (max-width: 374px) {
  .eco>div {
    width: 240px;
    margin: 0 auto;
  }
}

section.works {
  background-color: #fff9ed;
  padding: 34px;
}

.top.works__area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 48px 20px;
}

.top.works__area .works__card:last-of-type {
  margin-bottom: 0;
}

.top.works__area .works__card div {
  padding-top: 8px;
  margin-bottom: 8px;
}

.top.works__area .works__card p {
  font-weight: 600;
  line-height: 1.4;
}

section>.about {
  margin-top: 40px;
}

div.about {
  margin-bottom: 40px;
}

div.about dl {
  border-bottom: solid 1px #333;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

div.about dl dt {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

div.about dl dd {
  line-height: 1.4;
}

div.about dl dd {
  line-height: 1.4;
}

.re_logo {
  padding-top: 12px;
  max-width: 400px;
  margin: 0 auto;
}




/*------------------------
* contact
------------------------*/
.form {
  padding-top: 47px;
}

.form dl {
  margin-bottom: 32px;
}

.form dl .form__title {
  font-weight: bold;
  color: #5d351f;
  margin-bottom: 12px;
}

.form dl .text-area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #333;
  background-color: #fff;
}

.form dl .text-area.free {
  height: auto;
}

.thanks {
  text-align: center;
  padding-top: 60px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  display: block;
  width: 272px;
  height: 70px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 70px;
  background-color: #894724;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 75px auto;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.line {
  margin-top: 75px;
  margin-bottom: 90px;
}

.contact_offline {
  width: 335px;
  height: 126px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 70px;
  border: solid 2px #894724;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.contact_offline div:first-of-type {
  position: relative;
  height: 60px;
  color: #fff;
  background-color: #894724;
}

.contact_offline div:first-of-type:before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: solid 15px #894724;
  border-left: solid 167px transparent;
  border-right: solid 167px transparent;
}

.contact_offline div:nth-of-type(2),
.contact_offline a {
  color: #5d351f;
  font-size: 2.6rem;
  font-weight: bold;
}

.contact_offline.fax {
  margin-bottom: 80px;
}

@media screen and (max-width: 374px) {
  .contact_offline {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact_offline div:first-of-type:before {
    border-left: solid calc((100vw - 40px) / 2) transparent;
    border-right: solid calc((100vw - 40px) / 2) transparent;
  }
}

/*------------------------
* footer
------------------------*/
.cv__area {
  height: 300px;
  background: url(../img/png/cv_bg_sp.png) center 100% no-repeat;
  background-size: 100% auto;
  padding: 80px 20px 0;
}

.cv__area>div {
  text-align: center;
  background-color: #fff;
  padding: 48px 0;
  margin-top: 52px;
}

.cv__area>div div a {
  display: block;
  width: 247px;
  height: 63px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 63px;
  background-color: #894724;
  margin: 20px auto 0;
}

.cv__area>div div a img {
  vertical-align: middle;
  padding-bottom: 7px;
}

.footer__area {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5d351f;
  padding: 28px 0 76px;
}

.footer__area ul {
  margin-bottom: 28px;
}

.footer__area ul li a {
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
  padding: 12px 0;
}

small {
  font-size: 1.2rem;
}

/*------------------------
* works
------------------------*/
.page.works__area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  padding: 46px 20px 0;
}

.page.works__area .works__card:last-of-type {
  margin-bottom: 0;
}

.page.works__area .works__card div {
  font-size: 1.2rem;
  padding-top: 8px;
  margin-bottom: 8px;
}

.page.works__area .works__card p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

/*------------------------
* works_single
------------------------*/
.works_single {
  padding: 60px 20px 0;
}

.works_single .works_single__subtitle {
  margin-bottom: 10px;
}

.works_single .works_single__subtitle:nth-of-type(n+2) {
  padding-top: 20px;
}

.works_single img {
  width: 100%;
}

.works_single img.img_portrait {
  width: auto;
  height: 100%;
  max-height: 300px;
}

.works_single ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(162px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 10px 10px;
  padding-top: 10px;
}

.works_single .date {
  padding-top: 10px;
  margin-bottom: 10px;
}

.works_single h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 53px;
}

.works_single .works_single__body {
  line-height: 1.4;
  margin-bottom: 10px;
}

.works_single .works_single__body:last-of-type {
  margin-bottom: 0;
}

/* 大きな写真が二つある場合 */
.works_single ul.large_images{
  display: block;
}

.works_single ul.large_images li{
  padding-top: 10px;
}

/* 2カラムで写真を並べる */
ul.two_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 10px 10px;
}

/*タブレット版*/
@media screen and (min-width: 500px) {

  /*------------------------
  * top page
  ------------------------*/
  div.about {
    margin-bottom: 40px;
  }

  div.about dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #333;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  div.about dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  div.about dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.4;
  }

  /* ---modal---- */

  .modal__content {
    padding: 40px;
    width: 60%;
  }
  /* ---///modal---- */

}

/*pc版*/
@media screen and (min-width: 769px) {

  /*------------------------
  * utility
  ------------------------*/
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner.about {
    width: 526px;
    margin-left: auto;
    margin-right: auto;
  }

  .disp_pc {
    display: block;
  }

  .disp_sp {
    display: none;
  }

  .btn__wrapper {
    padding-top: 52px;
    margin-bottom: 26px;
  }

  .btn__wrapper .btn:hover {
    color: #fff;
    background-color: #5d351f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .btn__wrapper .btn:hover::before {
    border-color: #fff;
  }

  /*------------------------
  * header
  ------------------------*/
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    font-weight: 600;
    line-height: 72px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header .header__title {
    font-size: 2.2rem;
    line-height: 55px;
  }

  .header .header__title img {
    height: 40px;
  }

  .header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .header nav ul li {
    margin-left: 24px;
  }

  .header nav ul li.contact {
    width: 140px;
    color: #fff;
    text-align: center;
    background-color: #894724;
    line-height: 1;
  }

  .header nav ul li.contact a {
    color: #fff;
    padding: 0;
    margin: 1px;
  }

  .header nav ul li.contact a div {
    text-align: center;
    margin-bottom: 6px;
  }

  /*------------------------
  * section
  ------------------------*/
  .section__title {
    padding-top: 152px;
    margin-top: -70px;
  }

  .page__title {
    height: 20vw;
    font-size: 4rem;
    line-height: 20vw;
    padding-top: 70px;
  }

  .page__title.works {
    background-image: url(../img/png/works_bg.png);
  }

  .page__title.contact {
    background-image: url(../img/png/contact_bg.png);
  }

  /*------------------------
  * main visual
  ------------------------*/
  .mv {
    height: 500px;
    background: url(../img/png/TOP_pc.jpg) 50% 50%/100% no-repeat;
    background-size: cover;
  }

  .mv img {
    width: 30vw;
    height: auto;
    padding: 30px;
  }

  /*------------------------
  * top page
  ------------------------*/
  .intro__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -16px;
  }

  .intro__card {
    width: calc((100vw - 100px) / 3);
    padding: 27px 0 0 27px;
    margin-bottom: 20px;
    margin-right: 16px;
  }

  .eco {
    padding: 60px 36px;
    margin-bottom: 60px;
  }

  .eco>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }

  .eco>div div:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
    padding-right: 38px;
  }

  .eco>div div:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .eco .image {
    width: 230px;
    margin: 0;
  }

  .eco h2 {
    font-size: 2rem;
    line-height: 32px;
    border-bottom: solid 2px #762424;
    margin-bottom: 20px;
  }


  .eco p {
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .eco ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -13px;
    margin-left: 13px;
    margin-bottom: 10px;
  }

  .eco ul li:last-of-type {
    margin-bottom: 0;
  }

  .eco ul li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #AC643E;
  }

  div.about {
    margin-top: 40px;
  }

  /*------------------------
  * contact
  ------------------------*/
  .form {
    width: 776px;
    padding-top: 106px;
    margin-left: auto;
    margin-right: auto;
  }

  .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
  }

  .form dl .form__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    text-align: right;
    margin-right: 39px;
    margin-bottom: 0;
  }

  .form dl .form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 436px;
    flex: 0 0 436px;
  }

  .form dl .text-area {
    width: 436px;
    height: 40px;
  }

  .form dl .text-area.free {
    height: 221px;
    width: 436px;
  }

  .contact_offline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 686px;
    height: 84px;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    line-height: 84px;
    border: solid 2px #894724;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .contact_offline div:first-of-type {
    position: relative;
    width: 343px;
    height: 84px;
    color: #fff;
    background-color: #894724;
  }

  .contact_offline div:first-of-type:before {
    position: absolute;
    content: "";
    top: 41%;
    right: -91px;
    left: auto;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    border-top: solid 15px #894724;
    border-left: solid 42px transparent;
    border-right: solid 42px transparent;
  }

  .contact_offline div:nth-of-type(2),
  .contact_offline a {
    width: 343px;
    height: 84px;
    color: #5d351f;
    font-size: 2.6rem;
    font-weight: bold;
  }

  .contact_offline.fax {
    margin-bottom: 80px;
  }

  /*------------------------
  * footer
  ------------------------*/
  .cv__area {
    height: 277px;
    background: url(../img/png/cv_bg_pc.png) 50% 50%/100% no-repeat;
    background-size: cover;
    padding: 63px 20px 0;
    margin-top: 120px;
  }

  .cv__area>div {
    width: 675px;
    padding: 38px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .cv__area>div div a {
    height: 80px;
    font-size: 2.4rem;
    line-height: 80px;
    margin: 30px auto 0;
  }

  .footer__area {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #5d351f;
    padding: 48px 0 23px;
  }

  .footer__area ul {
    width: 675px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__area ul li a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 40px;
    padding: 12px 0;
  }

  small {
    font-size: 1.2rem;
  }

  /*------------------------
  * works
  ------------------------*/
  .page.works__area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(308px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 70px;
    padding: 120px 40px 0;
  }

  .page.works__area .works__card div {
    font-size: 1.6rem;
    padding-top: 8px;
    margin-bottom: 8px;
  }

  .page.works__area .works__card p {
    font-size: 1.6rem;
  }

  /*------------------------
  * works_single
  ------------------------*/
  .works_single.inner {
    width: 712px;
    padding: 160px 0 0;
    margin-left: auto;
    margin-right: auto;
  }

  .works_single.inner img {
    width: 100%;
  }

  .works_single.inner img.img_portrait {
    width: auto;
    height: 100%;
    max-height: 300px;
  }

  .works_single.inner .date {
    padding-top: 20px;
    margin-bottom: 16px;
  }

  .works_single.inner h2 {
    font-size: 2.4rem;
    margin-bottom: 87px;
  }

  .works_single.inner .works_single__body {
    margin-bottom: 80px;
  }

  .works_single.inner .works_single__body:last-of-type {
    margin-bottom: 0;
  }
/* 大きな写真が二つある場合 */

  .works_single.inner .large_images img {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (min-width: 900px) {

  .disp_900 {
    display: block;
  }

  /*------------------------
  * header
  ------------------------*/
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    font-weight: 600;
    line-height: 72px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0 0 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header .header__title {
    font-size: 2.6rem;
    line-height: 55px;
  }

  .header .header__title img {
    height: 40px;
  }

  .header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .header nav ul li {
    margin-left: 48px;
  }

  .header nav ul li.contact {
    width: 140px;
    color: #fff;
    text-align: center;
    background-color: #894724;
    line-height: 1;
  }

  .header nav ul li.contact a {
    color: #fff;
    padding: 0;
    margin: 1px;
  }

  .header nav ul li.contact a div {
    text-align: center;
    margin-bottom: 6px;
  }

  /*------------------------
  * contact
  ------------------------*/
  .form {
    width: 776px;
    padding-top: 106px;
    margin-left: auto;
    margin-right: auto;
  }

  .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
  }

  .form dl .form__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    text-align: right;
    margin-right: 39px;
    margin-bottom: 0;
  }

  .form dl .form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 576px;
    flex: 0 0 576px;
  }

  .form dl .text-area {
    width: 436px;
    height: 40px;
  }

  .form dl .text-area.free {
    height: 221px;
    width: 576px;
  }

  .contact_offline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 686px;
    height: 84px;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    line-height: 84px;
    border: solid 2px #894724;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .contact_offline div:first-of-type {
    position: relative;
    width: 343px;
    height: 84px;
    color: #fff;
    background-color: #894724;
  }

  .contact_offline div:first-of-type:before {
    position: absolute;
    content: "";
    top: 41%;
    right: -91px;
    left: auto;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    border-top: solid 15px #894724;
    border-left: solid 42px transparent;
    border-right: solid 42px transparent;
  }

  .contact_offline div:nth-of-type(2),
  .contact_offline a {
    width: 343px;
    height: 84px;
    color: #5d351f;
    font-size: 2.6rem;
    font-weight: bold;
  }

  .contact_offline.fax {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1100px) {

  /*------------------------
  * utility
  ------------------------*/
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .inner {
    width: 1064px;
    margin-left: auto;
    margin-right: auto;
  }

  .disp_900 {
    display: none;
  }

  /*------------------------
  * main visual
  ------------------------*/
  .mv img {
    width: 400px;
    height: auto;
    padding: 30px;
  }

  /*------------------------
  * top page
  ------------------------*/
  .intro__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -16px;
  }

  .intro__card {
    width: 344px;
    max-width: 300px;
    padding: 27px 0 0 27px;
    margin-bottom: 20px;
    margin-right: 16px;
  }
}

/*# sourceMappingURL=style.css.map */