@charset "UTF-8";
/* 全体設定 */
body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #3C3C3C;
}

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

.f-arvo {
  font-family: 'Arvo', serif;
}

.wrapper {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

header ._inner {
  max-width: 1000px;
  width: 1000px;
}

._inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.___inner {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

section {
  padding: 20px 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%;
  padding: 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffffe0;
  z-index: 5000;
}

header.header h1 {
  float: left;
  width: 200px;
  text-align: center;
}

header.header div.menu {
  float: right;
  width: calc(100% - 300px);
  padding-left: 80px;
  margin-top: 18px;
}

header.header div.menu > ul > li {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.header div.menu > ul > li > a {
  padding: 5px 10px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}

header.header div.menu > ul > li.login > a {
  color: #008F4B;
}

header.header div.menu > ul > li.login > a:after {
  content: "";
  background: url("../img/icon-home.png") no-repeat;
  display: inline-block;
  background-size: contain;
  width: 15px;
  height: 17px;
  vertical-align: text-top;
  margin-left: 5px;
}

header.header div.menu > ul > li.regist {
  background: #E2C200;
}

header.header div.menu > ul > li.regist > a {
  color: #fff;
}

header.header div.menu > ul > li.regist > a:after {
  content: "";
  background: url("../img/icon-blank.png") no-repeat;
  display: inline-block;
  background-size: contain;
  width: 13px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

header.header div.menu > ul > li:hover > a {
  border-bottom: 2px solid #008F4B;
}

header.header div.menu > ul > li.active > a {
  border-bottom: 2px solid #008F4B;
}

header.header div.menu ul li {
  display: inline-block;
  font-weight: bold;
  vertical-align: text-bottom;
  font-size: 12px;
}

header.header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

header.header ul.menu__second-level li {
  display: block !important;
}

header.header .menu > ul > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header .menu > ul > li.menu__single {
  position: relative;
}

header.header li.menu__single ul.menu__second-level {
  position: absolute;
  top: 20px;
  width: 150px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  padding: 0 5px;
  box-sizing: border-box;
  box-shadow: gray;
  box-shadow: 2px 3px 13px #cecece8a;
}

header.header li.menu__single ul.menu__second-level li {
  font-size: 10px;
}

header.header li.menu__single ul.menu__second-level li a {
  display: block;
  padding: 5px 0;
}

header.header li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
}

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

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

.dl-table.type4 dt {
  width: 30%;
}

.dl-table.type4 dd {
  margin-left: 30%;
  padding-bottom: 15px;
}

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

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

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

form.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: #008F4B;
  color: #fff;
  position: relative;
}

footer .logo {
  padding: 70px 0 130px;
  max-width: 250px;
  margin: 0 auto;
}

footer p, footer a {
  color: #fff;
}

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

footer #pagetop {
  position: absolute;
  top: 20px;
  right: 15%;
  cursor: pointer;
}

footer .menu {
  margin-bottom: 50px;
  text-align: center;
}

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

footer .menu li:last-child {
  width: auto;
  padding-right: 0;
}

footer .menu li a {
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  display: inline-block;
}

footer .menu li a:hover {
  text-decoration: underline;
}


footer .menu li a + .menu_sub {
  padding-top: 30px;
}

footer .menu li .menu_sub li {
  display: block;
}

footer .menu li .menu_sub li a {
  font-size: 10px;
}

footer .sns {
  text-align: right;
}

footer div.box ul li {
  margin: 10px 0;
  font-size: 10px;
}

footer .cpr {
  padding: 10px 0;
}

footer .cpr p {
  color: #fff;
  padding-top: 20px;
  font-size: 10px;
  text-align: center;
  font-family: 'Arvo', serif;
}

.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 {
  -webkit-transform: rotate(315deg);
          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-gradient(linear, left top, left bottom, from(rgba(237, 235, 231, 0)), color-stop(50%, rgba(237, 235, 231, 0.9)), color-stop(50%, rgba(237, 235, 231, 0.9)), to(#eae8e3));
  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;
}

#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;
  }
  header ._inner {
    max-width: 90%;
    width: 90%;
  }
  ._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 {
    padding-top: 0;
  }
  header.header h1 {
    padding-top: 12px;
    width: 100%;
    text-align: left;
  }
  header.header h1 img {
    max-width: 140px;
  }
  header.header h1.logo {
    padding: 10px 0 30px;
  }
  header.header #sp-btn-close {
    width: 30px;
    padding-top: 10px;
    margin-left: auto;
  }
  header.header #nav-content .box_2_2 .box:nth-child(1) img {
    max-width: 160px;
  }
  header.header .icon-tel {
    max-width: 20%;
  }
  #acMenu {
    border-bottom: #D2D2D2 1px solid;
  }
  #acMenu dt {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    border-top: #D2D2D2 1px solid;
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #acMenu dt a {
    color: #fff;
  }
  #acMenu dt.link:after {
    content: '→';
    position: absolute;
    right: 20px;
  }
  #acMenu dt.link.regist > a:after {
    content: "";
    background: url(../img/icon-menu.png) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 13px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
  }
  #acMenu dt.link.regist, #acMenu dt.link.login {
    background: #E2C200;
  }
  #acMenu dt.link.regist:after, #acMenu dt.link.login:after {
    color: #3C3C3C;
  }
  #acMenu dt.link.regist a, #acMenu dt.link.login a {
    color: #3C3C3C;
  }
  #acMenu dt.link a {
    display: block;
    line-height: 50px;
    position: absolute;
    width: calc(100% - 40px);
  }
  #acMenu dt.acc:after {
    content: '+';
    position: absolute;
    right: 20px;
  }
  #acMenu dd {
    width: 100%;
    line-height: 50px;
    text-align: left;
    display: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #acMenu dd li {
    font-size: 12px;
    line-height: 40px;
  }
  #acMenu dd li a {
    color: #fff;
    display: block;
  }
  .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-left: auto;
    position: absolute;
    right: 0;
    padding: 15px;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #008F4B;
    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;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 100%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 100;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #008F4B;
    /*背景色*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    /*中身を表示（右へスライド）*/
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  section#contact {
    padding-bottom: 30px;
  }
  footer .pagetop img {
    max-width: 20%;
    margin: 0 auto;
  }
  footer #pagetop {
    right: 5%;
    top: -50px;
  }
  footer #pagetop img {
    width: 12px;
  }
  footer .logo {
    padding: 30px 0 20px;
  }
  footer .logo img {
    max-width: 150px;
  }
  footer .cpr {
    padding-top: 20px;
  }
  .box-page {
    background: #fff;
    max-width: 100%;
    padding: 20px 0 50px;
  }
  .box-page .inner {
    -webkit-box-sizing: border-box;
            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;
    -webkit-box-sizing: border-box;
            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;
  }
  .dl-table.type4 dt, .dl-table.type4 dd {
    padding: 10px 15px 10px 15px;
  }
  .dl-table.type4 dd {
    padding-bottom: 15px;
  }
  .dl-table.type4 iframe {
    max-width: 100% !important;
    margin-top: 20px;
  }
}
