@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1A1A1A;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-weight: 400; }

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

a {
  text-decoration: none;
  color: #1A1A1A; }

a:hover {
  opacity: 0.6; }

li {
  list-style: none; }

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px; }

.img_sp {
  display: none; }

.tb {
  display: none; }

.min {
  font-family: 'Zen Old Mincho', serif; }

.orange {
  color: #F56602;
  font-weight: 700; }

.bg_wave {
  background: url("../img/bgt.png") no-repeat center top, url("../img/bgb.png") no-repeat center bottom;
  padding-top: 80px;
  padding-bottom: 80px; }

.bg_wave2 {
  background: url("../img/bgb.png") no-repeat center bottom;
  padding-bottom: 80px; }

.bg_b {
  background-color: #FAF4F0; }

.section1 {
  padding-top: 110px;
  padding-bottom: 80px; }

.section2 {
  padding-top: 120px; }

.section3 {
  padding-top: 120px;
  padding-bottom: 120px; }

.h2_box {
  text-align: center;
  margin-bottom: 64px; }
  .h2_box .h3_1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 8rem;
    color: rgba(245, 102, 2, 0.3);
    line-height: 0.8; }
  .h2_box .h2_1 {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.08em; }

.lead1 {
  font-size: 2rem;
  color: #965D33;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding-bottom: 32px; }

.lead2 {
  text-align: center;
  font-size: 2rem;
  color: #965D33;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding-bottom: 32px; }

.reverse {
  flex-direction: row-reverse; }

.mbp {
  margin-bottom: 20px; }

.mbp2 {
  margin-bottom: 40px; }

.more_btn {
  text-align: center;
  margin-top: 40px; }
  .more_btn a {
    color: #fff;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    background-color: #F56602;
    padding: 16px 70px 17px; }
    .more_btn a::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 7px;
      background: url("../img/arrow_white.png") no-repeat;
      background-size: contain;
      margin-left: 24px;
      transform: translate(0, -20%); }
    .more_btn a:hover {
      color: #F56602;
      background-color: #fff;
      border: 1px solid #F56602; }
      .more_btn a:hover::after {
        content: "";
        background: url("../img/arrow_orange.png") no-repeat;
        display: inline-block;
        width: 8px;
        height: 7px;
        background-size: contain;
        margin-left: 24px;
        transform: translate(0, -20%); }

.bg1 {
  background-image: url("../img/bg1.png");
  background-repeat: no-repeat;
  background-size: 1800px auto;
  background-position: center; }

.bg2 {
  background-image: url("../img/bg2.png");
  background-repeat: no-repeat;
  background-size: 1800px auto;
  background-position: center; }

.bg3 {
  background-image: url("../img/bg3.png");
  background-repeat: no-repeat;
  background-size: 1800px auto;
  background-position: center; }

.breadcrumb.single_top {
  padding-top: 120px; }

.navigation.post-navigation > .nav-links {
  width: 90%;
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-top: 60px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  overflow: hidden; }

.nav-next > a {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 1.3rem;
  font-family: 'Zen Old Mincho', serif;
  color: #965D33; }

.nav-previous > a {
  float: left;
  width: 50%;
  font-size: 1.3rem;
  font-family: 'Zen Old Mincho', serif;
  color: #965D33; }

.h1_single {
  font-family: 'Zen Old Mincho', serif;
  color: #965D33; }

.single_content {
  margin-top: 20px; }

@media screen and (max-width: 1200px) {
  .h2_box {
    margin-bottom: 60px; }
    .h2_box .h3_1 {
      font-size: 6rem; }
    .h2_box .h2_1 {
      font-size: 2.2rem; }

  .lead1 {
    font-size: 1.8rem; }

  .lead2 {
    font-size: 1.8rem; }

  .breadcrumb.single_top {
    padding-top: 70px; } }
@media screen and (max-width: 830px) {
  .section1 {
    padding-top: 100px;
    padding-bottom: 60px; }

  .section2 {
    padding-top: 100px; }

  .section3 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .tb {
    display: block; }

  .bg_wave {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 100%; }

  .bg_wave2 {
    padding-bottom: 30px;
    background-size: 100%; }

  .bg1 {
    background-image: url("../img/bg1_sp.png");
    background-repeat: no-repeat;
    background-size: 96% auto;
    background-position: center; }

  .bg3 {
    background-image: url("../img/bg3_sp.png");
    background-repeat: no-repeat;
    background-size: 96% auto;
    background-position: center; } }
@media screen and (max-width: 670px) {
  .bg_wave {
    padding-top: 20px;
    padding-bottom: 20px; }

  .bg_wave2 {
    padding-bottom: 20px; } }
@media screen and (max-width: 470px) {
  .bg_wave {
    padding-top: 16px;
    padding-bottom: 16px; }

  .bg_wave2 {
    padding-bottom: 16px; } }
@media screen and (max-width: 350px) {
  .bg_wave {
    padding-top: 10px;
    padding-bottom: 10px; }

  .bg_wave2 {
    padding-bottom: 10px; } }
@media screen and (max-width: 500px) {
  body {
    font-size: 1.5rem; }

  .img_sp {
    display: block; }

  .img_pc {
    display: none; }

  .section1 {
    padding-top: 60px;
    padding-bottom: 40px; }

  .section2 {
    padding-top: 60px; }

  .section3 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .h2_box {
    margin-bottom: 40px; }
    .h2_box .h3_1 {
      font-size: 4rem; }
    .h2_box .h2_1 {
      font-size: 1.8rem; }

  .lead1 {
    font-size: 1.7rem;
    padding-bottom: 24px; }

  .lead2 {
    font-size: 1.7rem;
    padding-bottom: 24px; }

  .more_btn a {
    padding: 12px 70px 13px; } }
@media screen and (max-width: 300px) {
  .h2_box {
    margin-bottom: 40px; }
    .h2_box .h3_1 {
      font-size: 2.8rem; }
    .h2_box .h2_1 {
      font-size: 1.6rem; }

  .lead1 {
    font-size: 1.6rem; }

  .lead2 {
    font-size: 1.6rem;
    padding-bottom: 24px; }

  .more_btn a {
    padding: 12px 40px 13px; } }
/*header*/
.header_sp {
  display: none; }

.header_pc {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0; }
  .header_pc .pc_logo {
    width: 300px;
    height: 120px;
    padding-left: 35px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 9px 7px -6px rgba(0, 0, 0, 0.09); }
    .header_pc .pc_logo h1 {
      color: #272727;
      font-size: 1.2rem;
      white-space: nowrap;
      padding-top: 20px;
      margin-bottom: 6px; }
    .header_pc .pc_logo div {
      width: 240px; }
  .header_pc .hr_block {
    padding-top: 12px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: 4%;
    box-shadow: 0px 9px 7px -6px rgba(0, 0, 0, 0.09); }
    .header_pc .hr_block .tel_wrap {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header_pc .hr_block .tel_wrap .top_tel {
        color: #F56602;
        font-size: 3rem;
        font-weight: 900; }
        .header_pc .hr_block .tel_wrap .top_tel::before {
          content: "";
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url(../img/tel1.png) no-repeat;
          background-size: contain;
          margin-right: 2px;
          transform: translate(0, 10%); }
      .header_pc .hr_block .tel_wrap .onlinebtn {
        width: 170px;
        margin-left: 14px;
        margin-right: 16px; }

#pcnav_list ul {
  display: flex;
  justify-content: flex-end; }

/*2階層目以降は横並びにしない*/
#pcnav_list ul ul {
  display: block; }

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#pcnav_list ul li {
  position: relative; }

/*ナビゲーションのリンク設定*/
#pcnav_list ul li a {
  display: block;
  text-decoration: none;
  color: #1A1A1A;
  padding: 12px 30px 18px;
  transition: all .3s; }

#pcnav_list ul li li a {
  padding: 10px 20px; }

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
#pcnav_list ul li.has-child::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 23px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1A1A1A;
  border-right: 2px solid #1A1A1A;
  transform: rotate(135deg); }

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
#pcnav_list ul li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: #F56602;
  width: 220px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s; }

/*hoverしたら表示*/
#pcnav_list li.has-child:hover > ul,
#pcnav_list li.has-child ul li:hover > ul,
#pcnav_list li.has-child:active > ul,
#pcnav_list li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1; }

/*ナビゲーションaタグの形状*/
#pcnav_list li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  white-space: nowrap; }

#pcnav_list li.has-child ul li:last-child a {
  border-bottom: none; }

#pcnav_list li.has-child ul li a:hover,
#pcnav_list li.has-child ul li a:active {
  background: #EA9960; }

@media screen and (max-width: 1200px) {
  .header_pc {
    display: none; }

  .header_sp {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
    height: 56px;
    box-shadow: 0px 9px 7px -6px rgba(0, 0, 0, 0.09); }

  .sp_logo {
    width: 130px;
    padding-top: 15px;
    padding-left: 16px; }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 99;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center; }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #F56602;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  .hamburger span:nth-child(1) {
    top: 8px; }

  .hamburger span:nth-child(2) {
    top: 18px; }

  .hamburger span:nth-child(3) {
    top: 28px; }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  nav.globalMenuSp {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(150, 93, 51, 0.9);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 16px;
    height: calc(100vh - 60px); }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: auto; }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all; }

  nav.globalMenuSp > ul > li > a {
    border-bottom: 1px solid #fff; }

  nav.globalMenuSp > ul > li.has-child > ul > li > a {
    border-bottom: 0;
    margin-left: 24px;
    font-size: 1.5rem; }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0; }

  nav.globalMenuSp ul li:hover {
    background: #ddd; }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    text-decoration: none; }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible; } }
/*footer*/
.sp_cta {
  display: none; }

.footer {
  background: url("../img/bgt.png") no-repeat center top;
  padding-top: 80px; }

.info_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 48px; }
  .info_wrap .col1 {
    width: 50%; }
    .info_wrap .col1 .logo_f {
      width: 249px;
      margin-bottom: 8px; }
    .info_wrap .col1 .tel_info > a {
      color: #F56602;
      font-size: 3rem;
      font-weight: 900;
      margin-bottom: 8px; }
      .info_wrap .col1 .tel_info > a::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../img/tel1.png) no-repeat;
        background-size: contain;
        margin-right: 2px;
        transform: translate(0, 10%); }
    .info_wrap .col1 .web_info {
      width: 192px;
      margin-bottom: 20px; }
    .info_wrap .col1 .time {
      width: 96%; }
  .info_wrap .col2 {
    width: 48%; }
    .info_wrap .col2 .map {
      height: 86%; }

.small {
  text-align: center;
  font-size: 1.1rem;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #FAF4F0; }

.up {
  position: fixed;
  z-index: 90;
  bottom: -100px;
  right: 3%;
  border-radius: 50%;
  cursor: pointer; }

.up span {
  position: relative;
  height: 54px;
  width: 54px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 6px 17px -7px rgba(122, 132, 135, 0.3);
  background: rgba(245, 102, 2, 0.5);
  -webkit-transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.7s cubic-bezier(0.33, 1, 0.68, 1); }

.up span:before, .up span:after {
  content: "";
  position: absolute;
  top: 49%;
  width: 32%;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 12px; }

.up span:before {
  left: 24%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); }

.up span:after {
  right: 24%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.up span:hover {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  box-shadow: 0 10px 20px -6px rgba(122, 132, 135, 0.3);
  opacity: .8; }

@media screen and (max-width: 830px) {
  .footer {
    padding-top: 30px;
    background-size: 100%; } }
@media screen and (max-width: 670px) {
  .footer {
    padding-top: 20px; } }
@media screen and (max-width: 470px) {
  .footer {
    padding-top: 16px; } }
@media screen and (max-width: 350px) {
  .footer {
    padding-top: 10px; } }
@media screen and (max-width: 500px) {
  .info_wrap {
    display: block; }
    .info_wrap .col1 {
      width: 100%; }
      .info_wrap .col1 .time {
        width: 100%; }
    .info_wrap .col2 {
      width: 100%;
      margin-top: 30px; }
      .info_wrap .col2 .map {
        height: 280px; }

  .sp_cta {
    display: block;
    z-index: 90;
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 50px; }
    .sp_cta .cta_web {
      width: 49.5%;
      height: 100%;
      text-align: center;
      line-height: 1.3;
      background-color: #F56602;
      padding-top: 13px; }
      .sp_cta .cta_web a {
        color: #fff;
        font-weight: 700;
        font-size: 1.4rem; }
        .sp_cta .cta_web a::before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url(../img/webicon.png) no-repeat;
          background-size: contain;
          margin-right: 6px;
          transform: translate(0, 10%); }
        .sp_cta .cta_web a span {
          width: 14px;
          display: block;
          margin: 0 auto; }
    .sp_cta .cta_tel {
      width: 49.5%;
      height: 100%;
      text-align: center;
      line-height: 1.3;
      background-color: #fff;
      border: 2px solid #F56602;
      padding-top: 12px; }
      .sp_cta .cta_tel a {
        color: #F56602;
        font-weight: 700;
        font-size: 1.4rem; }
        .sp_cta .cta_tel a::before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url(../img/tel1.png) no-repeat;
          background-size: contain;
          margin-right: 4px;
          transform: translate(0, 10%); } }
