@charset "utf-8";

/* sanitize */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
article,
aside,
footer,
header,
nav,
figcaption,
figure,
section,
main {
  display: block;
}
img {
  border: none;
}
address {
  font-style: normal;
}
ul {
  list-style: none;
}
input:focus,
textarea:focus {
  outline: 0;
}

/* GLOBAL
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  font-weight: 400;
  color: #333;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  z-index: 0;
  margin: 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HG明朝B, "MS Mincho", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #40220f;
  letter-spacing: 0.02em;
}

/* Misc.
---------------------------------------------------------- */
/* Clearfix */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after,
.cf:after {
  clear: both;
}
.clearfix,
.cf {
  zoom: 1;
}
.hidden {
  display: none;
}
.t-bold {
  font-weight: bold;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
a {
  color: #40220f;
  outline: none;
  overflow: hidden;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s all;
}
a[href^="tel:"] {
  cursor: default;
}
.img-btn {
  transition: all 0.3s ease-in-out;
}
.img-btn:hover {
  opacity: 0.75;
}
.show-mobile-inline,
.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}
.hide-mobile-inline {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-mobile-inline {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }
  .hide-mobile-inline {
    display: none;
  }
}

/* Base Layout
---------------------------------------------------------- */
main {
  width: 100%;
  overflow: hidden;
  font-feature-settings: "pkna" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Header
---------------------------------------------------------- */
header {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
  text-align: center;
}
#header-logo-layer {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#header-logo-layer #logo {
  width: 320px;
  text-align: left;
}
#header-logo-layer #logo p {
  line-height: 1.4;
  font-size: 14px;
}
#header-logo-layer #logo img {
  width: 320px;
  height: auto;
}
#header-logo-layer #header-copy {
  -webkit-flex: 1;
  flex: 1;
  padding: 20px 0 0 0;
}
#header-logo-layer #header-flow {
  padding: 0 0 0 20px;
  width: 500px;
  text-align: right;
}
#header-logo-layer #header-flow img {
  max-width: 480px;
}
#header-pc nav {
  padding-top: 60px;
}

#header-pc nav ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#header-pc nav ul li {
  position: relative;
  width: 100%;
  margin: 0 10px;
}
#header-pc nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 16px;
  position: absolute;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: 0.4s all;
}
#header-pc nav ul li:hover::before {
  border-left: 1px solid #c9bc9c;
  border-top: 1px solid #c9bc9c;
  border-right: 1px solid #c9bc9c;
}
#header-pc nav ul li:hover a {
  color: #c9bc9c;
  transition: 0.4s all;
}
#header-pc nav ul li a {
  text-decoration: none;
  padding: 0 20px;
}
#header-sns {
  width: 80px;
  display: flex;
  padding-top: 15px;
}
#header-sns a {
  display: block;
  width: 30px;
  height: auto;
  margin-left: 10px;
}
#header-sns a img {
  width: 30px;
  height: auto;
}

/* Footer
---------------------------------------------------------- */
footer {
  background: #f7f1e8;
}
.footer {
  width: 780px;
  padding: 20px 0;
  margin: 0 auto;
}

.footer nav ul {
  display: flex;
  justify-content: center;
}
.footer nav ul li {
  padding: 0 12px;
  border-right: 1px solid #40220f;
}
.footer nav ul li:first-of-type {
  border-left: 1px solid #40220f;
}
.footer nav ul li a {
  text-decoration: none;
}
.copyright {
  margin-top: 30px;
  text-align: center;
}

.inner {
  width: 610px;
  margin: 0 auto 40px auto;
}

section h1 {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #40220f;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

/* Top page
---------------------------------------------------------- */
/* main image */
.sec_image {
  margin-bottom: 80px;
}
.sec_image_inner {
  width: 780px;
  margin: 0 auto;
}
.sec_image img {
  width: 100%;
  height: auto;
}
.sec_image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 280px;
  background-color: #f7f1e8;
  margin: 40px 0 0 0;
}
.sec-btn-block {
  text-align: center;
}
.sec-btn-block a {
  display: inline-block;
}
.sec-btn-block a img {
  height: 60px;
  width: auto;
}

/* Section 1 */
.sec1-block1 .f-left {
  width: 380px;
  padding-right: 30px;
  float: left;
}
.sec1-block1 .f-right {
  width: 230px;
  float: left;
}
.sec1-block1 .f-right img {
  width: 230px;
  height: auto;
}

/* Section 2 */
.sec2-block1 {
  padding-bottom: 40px;
}
.sec2-block1 > img {
  width: 100%;
  height: auto;
}
.sec2-block2 {
  padding-bottom: 20px;
}
.sec2-block2 .f-left {
  width: 410px;
  padding-right: 30px;
  float: left;
}
.sec2-block2 .f-right {
  width: 200px;
  float: left;
}
.sec2-block2 .f-left img {
  width: auto;
  height: 22px;
}
.sec2-block2 .f-right img {
  width: 200px;
  height: auto;
}
.sec2-block2-more-btn {
  text-align: right;
}
.sec2-block2-more-btn a img {
  width: auto;
  height: 18px;
}

/* Section 3 */
.sec3 {
  display: -webkit-flex;
  display: flex;
}
.sec3 h2 {
  text-align: center;
  border-bottom: 1px solid #40220f;
  margin-bottom: 18px;
}
.sec3 h2 img {
  width: 16px;
  height: auto;
  margin-right: 12px;
}
.sec3-left {
  width: 58%;
}
.sec3-right {
  width: 38%;
  margin-left: 4%;
}
.sec3-right h2 {
  text-align: center;
}
#insta_banner img {
  width: 100%;
  height: auto;
}

/* Section 4 */
.sec4 {
  display: -webkit-flex;
  display: flex;
}
.sec4 h2 {
  text-align: center;
  border-bottom: 1px solid #40220f;
  margin-bottom: 18px;
}
.sec4-left {
  width: 50%;
}
.sec4-right {
  width: 45%;
  margin-left: 5%;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sec4-right a {
  display: block;
  padding-bottom: 16px;
}
.sec4-right .sec4-right-btn img {
  width: 100%;
  height: auto;
}
.sec4-right .sec4-right-mail img {
  width: auto;
  height: 20px;
}
.sec4-right .sec4-right-tel img {
  width: auto;
  height: 20px;
}

.block-gotop {
  text-align: right;
  width: 780px;
  margin: 0 auto;
  padding: 20px 0;
}
.block-gotop img {
  width: 50px;
  height: auto;
}


/* Company
---------------------------------------------------------- */
/* main image */
.results .sec_image::before,
.company .sec_image::before {
  height: 150px;
  margin: 14px 0 0 0;
}
.results .sec_image,
.company .sec_image {
  margin-bottom: 60px;
}
.sub_content_wraper {
  display: -webkit-flex;
  display: flex;
  width: 780px;
  margin: 0 auto;
}
.sub_content_left {
  width: 200px;
  margin-right: 20px;
}
.sub_content_left {
  -webkit-flex: 1;
  flex: 1;
}
.sub_content_left a {
  display: block;
  margin-bottom: 12px;
}
.sub_content_left a img {
  width: 200px;
  height: auto;;
}
.sub_content_right section {
  margin-bottom: 40px;
}
.sub_content_right h1 {
  font-size: 19px;
  margin-top: 0;
}
.company .sec1-block1 .f-left {
  width: 340px;
}
.company .sec1-block1 .f-left table td:first-of-type {
  min-width: 70px;
}
.company .sec1-block1 .f-right {
  width: 210px;
  float: left;
}
.company .sec1-block1 .f-right img,
.company .sec2-block1 .f-right img {
  width: 210px;
  height: auto;
}
.company .sec2-block1  .f-left {
  width: 330px;
  padding-right: 30px;
  float: left;
}
.company .sec3 {
  display: block;
}
.compnay_access,
.compnay_address {
  margin-bottom: 12px;
}
.company .sec2-block1 {
  padding-bottom: 0;
}
/* Results
---------------------------------------------------------- */
.result_img {
  max-width: 300px;
  height: auto;
  padding: 12px 0 12px 30px;
}
dl#faqList {
  margin-top: 40px;
}
dl#faqList dt {
  background-image: url(../img/results/icon_q.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}
dl#faqList dd {
  line-height: 1.8;
  background-image: url(../img/results/icon_a.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #40220f;
}
/* Contact
---------------------------------------------------------- */
.contact {
  padding-top: 20px;
}
.t-center {
  text-align: center;
}
.contact .sub_content_right h1 img {
  height: 16px;
  width: auto;
}
.contact .sec2 span.t-bold {
  font-size: 16px;
  font-weight: bold;
}
.contact .sec2,
.contact .sec3 {
  text-align: center;
}
.contact .sec3 {
  display: block;
}
.contact .sec3-block1 img {
  height: 20px;
  width: auto;
}
.flow_list {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dotted #000;
  line-height: 1.4;
}
.flow_list:first-of-type {
  border-top: 1px dotted #000;
  margin-top: 20px;
}
.contact .sec-btn-block {
  margin-top: 20px;
}
.flow_list .label {
  min-width: 160px;
  padding: 12px;
  background: #f7f1e8;
  text-align: center;
  line-height: 1.4;
  margin-right: 20px;
  font-weight: bold;
}
.contact_flow img.hide_mobile {
  height: auto;
  width: 100%;
}
.contact_flow img.show_mobile {
  display: none;
}