@charset "UTF-8";
/* 全体設定 */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  position: relative;
}

body#top {
  background: url("../img/bg_top.png") no-repeat;
  background-size: cover;
}

body#quiz {
  background: url("../img/bg_quiz.png") no-repeat;
  background-size: cover;
}

body#result {
  background: url("../img/bg_result.png") no-repeat;
  background-size: cover;
}

body#n {
  background: url("../img/bg_n.png") no-repeat;
  background-size: cover;
}

body#y {
  background: url("../img/bg_y.png") no-repeat;
  background-size: cover;
}

body#quiz .wrapper, body#result .wrapper, body#n .wrapper, body#y .wrapper {
  width: 70%;
}

.f-oswald {
  font-family: 'Oswald', sans-serif;
}

.wrapper {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 95%;
  border: 1px solid #5C2700;
  margin: 0 auto;
  box-sizing: border-box;
}

._inner {
  border: 1px solid #5C2700;
  margin: 5px;
  padding: 40px 70px;
  box-sizing: border-box;
}

section {
  padding: 40px 0;
}

section > .title {
  text-align: left;
}

/* ------------------------ */
.breadcrumb {
  text-align: left;
  background: url("../images/bg-01.png");
}

.breadcrumb .inner {
  max-width: 960px;
  width: 960px;
}

.breadcrumb ul {
  padding-left: 0px;
}

.breadcrumb ul li {
  color: #5c3718;
  display: inline-block;
  padding-left: 10px;
  padding-top: 20px;
  font-size: 16px;
}

.breadcrumb ul li br {
  display: none;
}

.breadcrumb ul li a {
  color: #5c3718;
  text-decoration: underline;
}

.mv img {
  width: 100%;
}

header.header {
  width: 100%;
  background: url("../images/bg_head.png") repeat-x top left, url("../images/bg-01.png");
  padding-top: 30px;
}

header.header .icon-tel {
  position: absolute;
  top: 0;
  right: 20px;
}

header.header h1.logo {
  display: inline-block;
  padding: 20px;
}

header.header .inner {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

header.header .global_nav ul {
  float: right;
}

header.header .global_nav ul li {
  display: inline-block;
  padding: 20px;
  vertical-align: middle;
}

header.header .global_nav ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

header.header .global_nav ul li.tel {
  background: #f2f6f6;
  padding: 10px 44px;
}

header.header .global_nav ul li.mail {
  background: #077c7b;
  padding: 10px 44px;
}

/* テキスト関連 */
p.title_1 {
  border-left: solid 4px #dcdcdc;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 2px 25px;
  text-align: left;
}

p.title_2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: left;
}

p.title_3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: left;
}

p.title_4 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 2px 25px;
  text-align: center;
}

p.title_5 {
  color: #666;
  font-size: 23px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  letter-spacing: 2px;
}

p.text {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  text-align: left;
}

p.text_1 {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-align: left;
}

p.text_2 {
  font-size: 16px;
  line-height: 2.2;
  color: #333;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.box-page {
  max-width: 100%;
  padding: 40px 100px 100px;
}

.box-page .inner {
  background: #fff;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  padding: 30px 40px;
}

.bar_1 {
  background: #cacaca;
  height: 1px;
  margin: 40px 0;
}

/* レイアウト */
.dl-2 dl {
  width: 50%;
  float: left;
}

.dl-2 dl dt {
  width: 40% !important;
}

.dl-2 dl dd {
  width: 60% !important;
}

.dl-table {
  border-bottom: 1px solid #e8eaeb;
  border-left: 1px solid #e8eaeb;
  border-right: 1px solid #e8eaeb;
  color: #333;
  background: #f6f6f6;
}

.dl-table dt, .dl-table dd {
  border-top: 1px solid #e8eaeb;
  box-sizing: border-box;
  line-height: 1.4;
}

.dl-table dt {
  font-size: 15px;
  font-weight: bold;
  width: 30%;
  float: left;
}

.dl-table dd {
  background: #fff;
  margin-left: 30%;
  text-align: left;
}

.dl-table dd::after {
  content: '';
  display: block;
  clear: both;
}

.dl-table.type1 dt, .dl-table.type1 dd {
  padding: 15px 15px 0 15px;
}

.dl-table.type1 dd {
  padding-bottom: 15px;
}

.dl-table.type2 dt, .dl-table.type2 dd {
  padding: 20px 15px 0 15px;
}

.dl-table.type2 dd {
  padding-bottom: 20px;
}

.dl-table.type3 {
  background: #fff;
  border-left: 0;
  border-right: 0;
}

.dl-table.type3 dt, .dl-table.type3 dd {
  padding: 15px 15px 0 15px;
  text-align: left;
}

.dl-table.type3 dt {
  width: 20%;
}

.dl-table.type3 dd {
  margin-left: 20%;
  padding-bottom: 20px;
}

/* form */
form .req {
  background: #c8414c;
  font-size: 11px;
  padding: 1px 8px;
  float: right;
  color: #fff;
}

form input[type="text"], form input[type="email"] {
  height: 30px;
  background: #f6f6f6;
  border: 1px solid #f1f1f1;
  font-size: 16px;
  padding-left: 5px;
  width: 100%;
}

form textarea {
  background: #f6f6f6;
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 160px;
  font-size: 16px;
}

form .btn-submit {
  margin-top: 40px;
  width: 300px;
  height: 55px;
  overflow: hidden;
  border: none;
  background: #087c7c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

footer {
  background: url("../images/bg-footer.png");
  color: #fff;
}

footer .pagetop {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

footer .menu li {
  display: inline-block;
  padding-left: 20px;
  text-align: right;
}

footer .menu li a {
  color: #fff;
  font-size: 13px;
}

footer .cpr {
  padding: 20px 0;
}

footer .cpr p.cpr_01 {
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab input:checked ~ .cp_actab-content {
  max-height: 100em;
}

.cp_actab input[type=checkbox] + label::after {
  content: '+';
}

.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #ccc;
}

.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333;
  text-align: left;
}

.cp_actab .cp_actab-content p {
  margin: 1em;
}

.acc_box {
  position: relative;
}

.acc_box + .acc_box {
  margin-top: 40px;
}

.acc_btn {
  z-index: 2;
  position: absolute;
  right: 0;
  text-decoration: underline;
  bottom: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  padding-bottom: 10px;
}

.acc_btn:after {
  content: "続きを読む";
}

.acc_body {
  position: relative;
  overflow: hidden;
}

.acc_body.is-hide {
  height: 0px;
  /*隠した後の高さ*/
}

.acc_body p + p {
  margin-top: 1em;
}

.acc_body::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(237, 235, 231, 0) 0%, rgba(237, 235, 231, 0.9) 50%, rgba(237, 235, 231, 0.9) 50%, #eae8e3 100%);
  background: linear-gradient(top, rgba(237, 235, 231, 0) 0%, rgba(237, 235, 231, 0.9) 50%, rgba(237, 235, 231, 0.9) 50%, #eae8e3 100%);
}

.acc_btn.is-show {
  bottom: -1em;
}

.acc_btn.is-show::after {
  content: "閉じる";
}

.acc_btn.is-show + .acc_body::before {
  display: none;
}

/* - コンテンツ領域 -- */
section p.ttl {
  max-width: 80%;
  margin: 0 auto 30px;
}

section#contact {
  background: url("../images/bg-wave-g-o.png") repeat-x top left, url(../images/bg-01.png);
  padding-top: 80px;
}

section#contact .ttl-area {
  margin-top: 30px;
}

section#contact .ttl-area a {
  font-weight: bold;
  font-size: 26px;
  color: #5c3718;
  border-bottom: 2px solid #5c3718;
}

section#contact .ttl {
  color: #5c3718;
  background: url(../images/bg_ttl.png) no-repeat bottom center;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

section#contact .ttl:first-letter {
  color: #f18f00;
}

section#contact .list_store span {
  font-weight: bold;
}

#top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  padding: 6px 3px;
}

/* sp */
@media (max-width: 768px) {
  body {
    max-width: 100%;
  }
  .inner {
    max-width: 90%;
    margin: 0 auto;
  }
  ._inner {
    max-width: 90%;
    margin: 0 auto;
  }
  /* - コンテンツ領域 -- */
  section {
    padding: 20px 0;
  }
  section p.more img {
    max-width: 65%;
  }
  p.title_5 {
    font-size: 16px;
    margin-left: 0px;
  }
  header.header {
    position: static;
  }
  header.header h1.logo {
    padding: 10px 0 30px;
  }
  header.header h1.logo img {
    max-width: 40%;
  }
  header.header .icon-tel {
    max-width: 20%;
  }
  .breadcrumb {
    text-align: left;
    padding: 10px 0;
  }
  .breadcrumb .inner {
    max-width: 100%;
    width: 90%;
  }
  .breadcrumb ul li {
    display: inline-block;
    padding-left: 10px;
    padding-top: 0;
  }
  .breadcrumb ul li br {
    display: none;
  }
  /* ハンバーガーメニュー */
  ul.sp_menu {
    margin-top: 30px;
  }
  ul.sp_menu li {
    text-align: left;
    color: #666;
    border-top: 1px solid #666;
    font-size: 16px;
  }
  ul.sp_menu li:last-child {
    border-bottom: 1px solid #666;
  }
  ul.sp_menu li a {
    color: #666;
    display: block;
    padding: 15px 0;
    padding-left: 30px;
  }
  ul.sp_menu li i {
    padding-right: 10px;
  }
  #nav-drawer {
    position: relative;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 10px;
    position: absolute;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;
    width: 45px;
    border-radius: 3px;
    background: #5c3718;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -12px;
  }
  #nav-open span:after {
    bottom: -25px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  section#contact {
    padding-bottom: 30px;
    background: url(../images/bg-wave-g-w.png) repeat-x bottom left, url(../images/bg-01.png);
  }
  section#contact .ttl-area {
    margin-top: 10px;
  }
  section#contact .ttl-area a {
    font-size: 20px;
  }
  section#contact .list_store ul.ul_3 li {
    width: 100%;
    display: block;
  }
  section#contact .list_store ul.ul_3 li span {
    font-weight: bold;
  }
  section#contact .ttl {
    color: #5c3718;
    background: url(../images/bg_ttl.png) no-repeat bottom center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section#contact .ttl:first-letter {
    color: #f18f00;
  }
  footer .pagetop img {
    max-width: 20%;
    margin: 0 auto;
  }
  footer .cpr {
    padding-top: 20px;
  }
  .box-page {
    background: #fff;
    max-width: 100%;
    padding: 20px 0 50px;
  }
  .box-page .inner {
    box-sizing: border-box;
    max-width: 95%;
    width: 100%;
    padding: 30px 0;
  }
  /* レイアウト */
  .dl-table {
    border-bottom: 1px solid #e8eaeb;
    border-left: 1px solid #e8eaeb;
    border-right: 1px solid #e8eaeb;
    color: #333;
    background: #f6f6f6;
  }
  .dl-table dt, .dl-table dd {
    border-top: 1px solid #e8eaeb;
    box-sizing: border-box;
    line-height: 1.4;
    display: block;
    float: none;
    width: 100%;
  }
  .dl-table dt {
    text-align: center;
    width: 100% !important;
  }
  .dl-table dd {
    margin-left: 0 !important;
    width: 100%;
  }
  .dl-table.type1 dt, .dl-table.type1 dd {
    padding: 10px 15px 10px 15px;
  }
  .dl-table.type1 dd {
    padding-bottom: 15px;
  }
  .dl-table.type2 dt, .dl-table.type2 dd {
    padding: 10px 15px 10px 15px;
  }
  .dl-table.type2 dd {
    padding-bottom: 20px;
  }
  .dl-table.type3 dt, .dl-table.type3 dd {
    padding: 10px 15px 10px 15px;
  }
  .dl-table.type3 dd {
    border-top: 0;
  }
}
