@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Averia+Serif+Libre");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@font-face {
  font-family: SolexMedium;
  src: url("/assets/Fonts/SolexMedium Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: AveriaSerifLibre;
  src: url("/assets/Fonts/AveriaSerifLibre-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FultonMarkers;
  src: url("/assets/Fonts/FultonMarkersRegulars.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Adelon-Demi;
  src: url("/assets/Fonts/Adelon-DemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: AxiomaticBlackSSK;
  src: url("/assets/Fonts/AxiomaticBlackSSK.bmap") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #F00;
  color: #FFF;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header1 {
  background: url(../image/common/bg.png);
  min-width: 1320px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .c-header1 {
    min-width: 100%;
    height: 60px;
  }
}

.c-header1--topline {
  padding-top: 32px;
  background: url(../image/common/top_line1.png) repeat-x;
}

@media screen and (max-width: 767px) {
  .c-header1--topline {
    padding-top: 12px;
    background: url(../image/common/top_line1_sp.png) repeat-x;
    -webkit-background-size: auto 12px;
            background-size: auto 12px;
  }
}

.c-header1__inner {
  *zoom: 1;
  position: relative;
}

.c-header1__inner:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-header1__inner {
    padding-bottom: 6px;
  }
}

.c-header1__inner h1 {
  visibility: hidden;
  position: absolute;
}

.c-header1__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding: 25px 0 21px 36px;
}

@media screen and (max-width: 767px) {
  .c-header1__logo {
    padding: 6px 0 0 7px;
    float: none;
  }
}

.c-header1__logo a {
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-header1__logo a {
    margin-top: 0;
  }
}

.c-header1__logo a + a {
  margin-left: 55px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-header1__logo a + a {
    margin-left: 19px;
  }
}

.c-header1__menu {
  float: left;
  margin-left: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-header1__menu {
    float: none;
    margin-left: 0;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}

.c-header1__menu ul {
  *zoom: 1;
  margin-top: 68px;
}

.c-header1__menu ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-header1__menu ul li {
  float: left;
}

.c-header1__menu ul li + li {
  border-left: 1px solid #978468;
}

.c-header1__menu ul li a {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #502F00;
  text-decoration: none;
  padding: 0 39px;
  letter-spacing: 1px;
}

.c-header1__menu ul li a:hover {
  color: #978468;
}

.c-header1__menu ul li:nth-of-type(1) a {
  padding: 0 44px 0 0;
}

.c-header1__menu-toggl {
  width: 37px;
  height: 37px;
  background: #E3E3E3;
  border-radius: 50%;
  margin-top: 53px;
  position: relative;
  cursor: pointer;
  background: url(/assets/image/common/menu_o.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-header1__menu-toggl {
    width: 31px;
    height: 31px;
    margin-top: 0;
    display: block;
  }
}

.c-header1__menu-toggl.is-on {
  background: url(/assets/image/common/menu_c.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.c-header1__nav {
  width: 281px;
  height: auto;
  background: #fff;
  padding: 20px 27px 37px 17px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header1__nav {
    width: 217px;
    padding: 5px 16px 21px;
  }
}

.c-header1__nav ul li a {
  display: block;
  border-bottom: 1px solid #797979;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #797979;
  padding: 12px 8px;
}

@media screen and (max-width: 767px) {
  .c-header1__nav ul li a {
    font-size: 1.0rem;
    line-height: 1.0rem;
    padding: 17px 8px;
    font-weight: bold;
  }
}

.c-header1__nav ul li a.color1 {
  color: #439E00;
}

.c-header1__nav ul li a.color2 {
  color: #00C3C6;
}

.c-header1__nav ul li a:hover {
  color: #dadada;
  opacity: 1;
}

.c-header1__sub {
  position: relative;
  cursor: pointer;
}

.c-header1__sub.is-onsub .c-header1__sub--icon:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.c-header1__sub--icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12.5px;
  right: 13px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-header1__sub--icon {
    width: 9px;
    height: 9px;
    top: 18.5px;
    right: 8px;
  }
}

.c-header1__sub--icon:before, .c-header1__sub--icon:after {
  content: "";
  background: #797979;
  position: absolute;
}

.c-header1__sub--icon:before {
  width: 16px;
  height: 3px;
  top: calc(50% - 1.5px);
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-header1__sub--icon:before {
    width: 9px;
    height: 1.5px;
    top: calc(50% - 0.5px);
  }
}

.c-header1__sub--icon:after {
  width: 3px;
  height: 16px;
  top: 0;
  left: calc(50% - 1.5px);
}

@media screen and (max-width: 767px) {
  .c-header1__sub--icon:after {
    width: 1.5px;
    height: 9px;
    left: calc(50% - 1px);
  }
}

.c-header1__sub ul {
  display: none;
}

.c-header1__sub ul li {
  display: block;
}

.c-header1__sub ul li a {
  border-bottom: 1px dashed #797979;
  padding: 12px 0px 12px 12px;
}

@media screen and (max-width: 767px) {
  .c-header1__sub ul li a {
    padding: 17px 8px;
    font-weight: bold;
  }
}

.c-header1__sub ul li a.bordersp {
  border-bottom: 1px solid #797979;
}

/*
------------------------------------------------------------*/
.c-header1--color1 .c-header1--topline {
  background: url(../image/common/top_line2.png) repeat-x;
}

@media screen and (max-width: 767px) {
  .c-header1--color1 .c-header1--topline {
    background: url(../image/common/top_line2_sp.png) repeat-x;
    -webkit-background-size: auto 12px;
            background-size: auto 12px;
  }
}

.c-header1--color1 .l-main {
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .c-header1--color1 .l-main {
    width: 100%;
  }
}

.c-header1--color1 .c-header1__logo {
  padding: 15px 0 21px 3px;
}

@media screen and (max-width: 767px) {
  .c-header1--color1 .c-header1__logo {
    padding: 6px 0 0 9px;
    float: none;
  }
  .c-header1--color1 .c-header1__logo a + a {
    margin-left: 0;
  }
}

.c-header1--color1 .c-header1__menu {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-header1--color1 .c-header1__menu {
    right: 5px;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-header1--color1 .c-header1__menu ul {
  margin-top: 69px;
}

.c-header1--color1 .c-header1__menu ul li a {
  padding: 0 28px;
}

.c-header1--color1 .c-header1__menu ul li:nth-of-type(1) a {
  padding: 0 41px 0 0;
}

.c-header1--color1 .c-header1__menu-toggl {
  margin-top: 54px;
  margin-left: 33px;
}

@media screen and (max-width: 767px) {
  .c-header1--color1 .c-header1__menu-toggl {
    margin-top: 0;
    margin-left: 0;
  }
}

/*
------------------------------------------------------------*/
.c-header1--color2 .c-header1--topline {
  background: url(../image/deepforest/line_304.png) repeat-x;
}

@media screen and (max-width: 767px) {
  .c-header1--color2 .c-header1--topline {
    background: url(../image/deepforest/line_304.png) repeat-x;
    -webkit-background-size: auto 12px;
            background-size: auto 12px;
  }
}

.c-header1--color2 .c-header1__logo {
  padding: 0 0 31px 0;
}

@media screen and (max-width: 767px) {
  .c-header1--color2 .c-header1__logo {
    padding: 0 0 13px 0;
  }
}

.c-header1--color2 .c-header1__logo a {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .c-header1--color2 .c-header1__logo a {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-header1--color2 .c-header1__logo a + a {
    margin-left: 11px;
  }
}

.c-header1--color2 .c-header1__menu {
  float: none;
  margin-left: 0;
}

.c-header1--color2 .c-header1__menu ul {
  margin-top: 65px;
}

.c-header1--color2 .c-header1__menu a {
  color: #5F2E00;
}

.c-header1--color2 .c-header1__menu ul li:nth-of-type(1) a {
  padding: 0 39px 0 0;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer1 {
  background: url(../image/common/top_line1.png) repeat-x left -100px bottom;
  -webkit-background-size: auto 32px;
          background-size: auto 32px;
  min-width: 1320px;
}

@media screen and (max-width: 767px) {
  .c-footer1 {
    min-width: 100%;
    background: url(../image/common/top_line1_sp.png) repeat-x left -50% bottom;
  }
}

.c-footer1__inner {
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-footer1__inner {
    display: none;
  }
}

.c-footer1__logo {
  *zoom: 1;
}

.c-footer1__logo:after {
  display: block;
  content: "";
  clear: both;
}

.c-footer1__logo a {
  float: left;
  margin-top: 15px;
  display: block;
}

.c-footer1__logo a:nth-of-type(2) {
  margin-top: 0;
  margin-left: 55px;
}

.c-footer1__nav ul {
  display: table;
  margin-top: 44px;
  margin-left: 27px;
}

.c-footer1__nav ul li {
  display: table-cell;
}

.c-footer1__nav ul li + li {
  border-left: 1px solid #502F00;
}

.c-footer1__nav ul li a {
  display: block;
  color: #502F00;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 41px;
  letter-spacing: 1px;
}

.c-footer1__nav ul li a:hover {
  color: #978468;
}

.c-footer1__copyright {
  margin-top: 25px;
  font-family: SolexMedium;
  font-weight: bold;
  color: #FFF;
  font-size: 1.7rem;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
  .c-footer1__copyright {
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}

.c-footer1__copyright img {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-footer1__copyright img {
    margin-top: 2px;
    height: 12px;
  }
}

/*
------------------------------------------------------------*/
.c-footer1--color1 {
  background: url(../image/common/top_line2.png) repeat-x left -100px bottom;
  -webkit-background-size: auto 32px;
          background-size: auto 32px;
}

.c-footer1--color1 .l-main {
  width: 1200px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-footer1--color1 .l-main {
    width: 100%;
  }
}

.c-footer1--color1 .c-footer1__inner {
  padding-left: 3px;
}

.c-footer1--color1 .c-footer1__logo {
  margin-top: 24px;
}

.c-footer1--color1 .c-footer1__copyright {
  margin-top: 10px;
}

.c-footer1--color1 .c-footer1__nav ul {
  margin-top: 87px;
  margin-left: 39px;
}

.c-footer1--color1 .c-footer1__nav ul li:last-child {
  border-right: 1px solid #502F00;
}

.c-footer1--color1 .c-footer1__nav ul li a {
  padding: 0px 30px;
}

/*
------------------------------------------------------------*/
.c-footer1--color2 {
  background: url(../image/deepforest/line_304.png) repeat-x left -100px bottom;
  -webkit-background-size: auto 32px;
          background-size: auto 32px;
}

.c-footer1--color2 .c-footer1__logo {
  margin-top: 45px;
}

.c-footer1--color2 .c-footer1__copyright {
  margin-top: 25px;
}

.c-footer1--color2 .c-footer1__nav ul {
  margin-left: 10px;
}

.c-footer1--color2 .c-footer1__nav ul li a {
  color: #502f00;
}

.c-footer1--color2 .c-footer1__nav ul li a:hover {
  color: #978468;
}

/*
------------------------------------------------------------*/
.c-pagetop {
  position: fixed;
  bottom: 70px;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  display: none;
}

.c-pagetop a {
  display: inline-block;
  position: absolute;
  top: -116px;
  right: -30px;
  width: 77px;
  height: 118px;
  z-index: 999;
  background: url(/assets/image/common/img_301.png) no-repeat;
  -webkit-transition: none;
  transition: none;
}

.c-pagetop a:hover {
  background: url(/assets/image/common/img_301_hover.png) no-repeat;
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  background: url(../image/common/bg.png);
  min-width: 1320px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

.l-main {
  width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    padding: 0 10px;
  }
}

.l-container {
  width: 1320px;
  margin: 0 auto;
}

/*
------------------------------------------------------------*/
.no-scroll {
  overflow: hidden;
}

.l-lightbox {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10000000;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.l-lightbox__img {
  width: 100%;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-lightbox__img {
    pointer-events: none;
  }
}

.l-lightbox__content {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #FFF;
  border-radius: 3px;
  -webkit-animation-name: example2;
          animation-name: example2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.l-lightbox__photo {
  border-radius: 3px;
  -webkit-animation-name: example2;
          animation-name: example2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  overflow: auto;
  max-height: calc(96vh - 40px);
  max-width: 95vw;
}

.l-lightbox__photo img {
  -webkit-animation-name: example4;
          animation-name: example4;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes example3 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-lightbox__close {
  width: 66px;
  height: 22px;
  background: url(../image/common/lightbox-btn-close.gif) top right no-repeat;
  opacity: 1;
  -webkit-animation-name: example3;
          animation-name: example3;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  margin-left: auto;
  margin: 10px 0 0 auto;
}

.display {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  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;
}

@-webkit-keyframes example {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@-webkit-keyframes example2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes example3 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes example4 {
  0% {
    opacity: 0;
  }
  52% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.eq_list {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .eq_list {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .mbsp0 {
    margin-bottom: 0 !important;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  text-align: center;
}

.c-btn1 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 33px;
  background: #FFF;
  font-size: 1.76rem;
  line-height: 1.76rem;
  color: #AEAEAE;
  border: 3px solid #AEAEAE;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  letter-spacing: -1.3px;
}

@media screen and (max-width: 767px) {
  .c-btn1 a {
    display: block;
    width: 230px;
    height: auto;
    padding: 4px 0;
    font-size: 1.2rem;
    color: #00713F;
    border: 2px solid #00713F;
    margin: 0 auto;
  }
}

.c-btn1 a + a {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .c-btn1 a + a {
    margin: 10px auto 0;
  }
}

.c-btn1 a:hover {
  color: #AEAEAE;
  border-color: #AEAEAE;
}

.c-btn1--color1 a {
  color: #00713F;
  border: 3px solid #00713F;
}

@media screen and (max-width: 767px) {
  .c-btn1--color1 a {
    border: 2px solid #00713F;
  }
}

.c-btn1--color2 a {
  color: #389ce9;
  border: 3px solid #389ce9;
}

@media screen and (max-width: 767px) {
  .c-btn1--color2 a {
    border: 2px solid #389ce9;
  }
}

.c-btn1--w335 a {
  width: 335px;
}

@media screen and (max-width: 767px) {
  .c-btn1--w335 a {
    width: 230px;
  }
}

/*
------------------------------------------------------------*/
.c-btn2 {
  text-align: center;
  width: 100%;
}

.c-btn2 img {
  cursor: pointer;
}

/*
------------------------------------------------------------*/
.c-btn3 a {
  border-radius: 50px;
  display: inline-block;
  color: #502F00;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.76rem;
  min-width: 380px;
  border: 3px solid #502F00;
  text-align: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-btn3 a {
    min-width: 180px;
    font-size: 1.1rem;
    border: 1.5px solid #502F00;
  }
}

.c-btn3 a:hover {
  color: #aeaeae;
  border: 3px solid #aeaeae;
}

/*
------------------------------------------------------------*/
.c-btn4 a {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  color: #00A4AA;
  text-decoration: none;
  font-family: "Yu Gothic", sans-serif;
  font-size: 3rem;
  min-width: 380px;
  border: 5px solid #FFDD77;
  text-align: center;
  padding: 4px 15px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-weight: bold;
}

.c-btn4 a:hover {
  color: #05e2ff;
}

.c-btn-hover a {
  margin: 40px auto 0;
  display: block;
  width: 576px;
  height: 65px;
  background: url(/assets/image/common/eq_btn.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.c-btn-hover a:hover {
  background: url(/assets/image/common/eq_btn-hover.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-btn-hover a {
    margin: 20px auto 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #502F00;
  text-align: center;
  font-family: 'Averia Serif Libre', cursive;
  font-weight: 400;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0px;
  }
}

.c-title1 span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .c-title1 span {
    font-size: 0.95rem;
    line-height: 0.95rem;
    margin-top: 5px;
  }
}

/*
------------------------------------------------------------*/
.c-title2 h2 {
  font-family: AveriaSerifLibre;
  font-weight: normal;
  font-size: 3.8rem;
  color: #244300;
}

@media screen and (max-width: 767px) {
  .c-title2 h2 {
    font-size: 1.3rem;
  }
}

.c-title2 p {
  font-size: 1.6rem;
  color: #244300;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title2 p {
    font-size: 1rem;
  }
}

/*
------------------------------------------------------------*/
.c-title3 {
  background: url(../image/common/bg1.png) center repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  text-align: center;
  padding: 13px 0;
  height: 61px;
}

@media screen and (max-width: 767px) {
  .c-title3 {
    height: 45px;
    padding: 10px 0;
  }
}

.c-title3--color1 {
  background: url(../image/common/bg2.png) center repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.c-title3--color2 {
  background: url(../image/deepforest/line_305.png) center repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.c-title3--color3 {
  background: url(../image/deepforest/line_306.png) center repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

/*
------------------------------------------------------------*/
.c-title4 {
  text-align: center;
}

.c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5, .c-title4 h6 {
  color: #244300;
  font-size: 3.8rem;
  font-family: 'Averia Serif Libre', cursive;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5, .c-title4 h6 {
    font-size: 2.2rem;
  }
}

.c-title4 p {
  font-size: 1.6rem;
  color: #244300;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title4 p {
    font-size: 1.1rem;
  }
}

.c-title4--color1 h1, .c-title4--color1 h2, .c-title4--color1 h3, .c-title4--color1 h4, .c-title4--color1 h5, .c-title4--color1 h6 {
  color: #154A96;
}

.c-title4--color1 p {
  color: #154A96;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
.c-list1
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list1 li {
  width: 300px;
  margin-right: 40px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .c-list1 li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-list1 li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-list1 li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .c-list1 li:nth-child(3n) {
    margin-right: auto;
  }
}

.c-list1__img {
  width: 300px;
  height: 210px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-list1__img {
    width: 100%;
    height: auto;
  }
  .c-list1__img img {
    width: 100%;
    height: auto;
  }
}

.c-list1__txt {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .c-list1__txt {
    margin-top: 3px;
  }
}

.c-list1__txt p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #515151;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-list1__txt p {
    font-size: 1rem;
  }
}

.c-list1__txt .small {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .c-list1__txt .small {
    display: block;
    font-size: 1rem;
    letter-spacing: -1px;
  }
}

.c-list1__ttl {
  text-align: center;
  margin: 15px 0 20px;
}

@media screen and (max-width: 767px) {
  .c-list1__ttl {
    width: 35px;
    margin-bottom: 0;
    margin-top: 6px;
    text-align: left;
    line-height: 1;
  }
}

.c-list1__ttl p {
  font-size: 4.9rem;
  font-family: Adelon-Demi;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #231815;
}

@media screen and (max-width: 767px) {
  .c-list1__ttl p {
    font-size: 2.4rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #231815;
  }
}

.c-list1__ttl span {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-list1__ttl span {
    font-size: 0.9rem;
  }
}

.c-list1__ttl--color1 {
  color: #FF492A;
}

.c-list1__ttl--color2 {
  color: #00EF11;
}

.c-list1__ttl--color3 {
  color: #FFE208;
}

@media screen and (max-width: 767px) {
  .c-list1--set {
    margin-top: 35px !important;
  }
  .c-list1--set li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .c-list1--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .c-list1--reverse .c-list1__img {
    width: 53%;
  }
  .c-list1--reverse .c-list1__txt {
    width: 47%;
    padding: 0 8px;
  }
}

/*
.c-list2
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-list2 li {
  text-align: center;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .c-list2 li {
    margin: 0 12.5px;
  }
}

.c-list2 li:last-child {
  margin-right: 12.5px;
}

.c-list2 li p {
  font-size: 1.4rem;
  color: #502F00;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-list2 li p {
    font-size: 0.7rem;
    margin-top: 2px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1__head {
  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;
  text-align: center;
  height: 46px;
  background: url(../image/common/bg_line.png) center;
  border-top: 2px solid #9d9d97;
  border-bottom: 2px solid #9d9d97;
}

@media screen and (max-width: 767px) {
  .c-table1__head {
    height: 27px;
    border-top: 1px solid #9d9d97;
    border-bottom: 1px solid #9d9d97;
  }
}

.c-table1__head p {
  color: #515151;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-table1__head p {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}

.c-table1__row {
  border-bottom: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .c-table1__row {
    padding: 5px 0;
  }
}

.c-table1__Lcol {
  width: 215px;
  color: #515151;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-table1__Lcol {
    width: 67px;
    font-size: 1.0rem;
    padding-left: 0;
  }
}

.c-table1__Rcol {
  width: calc(100% - 215px);
  border-left: 1px solid #808080;
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .c-table1__Rcol {
    width: calc(100% - 67px);
    padding-left: 8px;
  }
}

.c-table1__Rcol p {
  color: #515151;
  font-size: 1.8rem;
  line-height: 3.9rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-table1__Rcol p {
    font-size: 1.0rem;
    line-height: 2.0rem;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-slide {
  width: 443px;
}

.c-slide__img img {
  width: 100%;
  transtion: 0.3s;
}

.c-slide__img img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-slide {
    width: 100%;
  }
}

.c-slide .next {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%);
}

@media screen and (max-width: 767px) {
  .c-slide .next {
    width: 20px;
  }
}

.c-slide .prev {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%);
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .c-slide .prev {
    width: 20px;
  }
}

.c-slide .slick-dots {
  margin: 16px 0 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-slide .slick-dots {
    margin: 8px 0 10px;
  }
}

.c-slide .slick-dots button {
  display: none;
}

.c-slide .slick-dots li {
  width: 14px;
  height: 14px;
  background: #C6C6C6;
  display: inline-block;
  margin: 0 11px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .c-slide .slick-dots li {
    width: 7px;
    height: 7px;
  }
}

.c-slide .slick-dots .slick-active {
  background: #00713F;
}

.c-slide .slick-list {
  border-radius: 7px;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*.l-flame01
------------------------------------------------------------*/
.l-flame01 .l-main {
  position: relative;
}

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

.l-flame01__title--text1 {
  margin-bottom: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text1 {
    margin-bottom: 18px;
  }
}

.l-flame01__title--text1 h2 {
  font-size: 3.2rem;
  color: #244300;
  display: inline-block;
  position: relative;
  margin-top: -4px;
  margin-left: 16px;
}

.l-flame01__title--text1 h2:before {
  content: "";
  background: url(/assets/image/deepforest/icon_301.png) no-repeat;
  height: 160px;
  width: 130px;
  position: absolute;
  left: -178px;
  top: -56px;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text1 h2:before {
    height: 50px;
    width: 50px;
    -webkit-background-size: cover;
            background-size: cover;
    left: -69px;
    top: -16px;
  }
}

.l-flame01__title--text1 h2:after {
  content: "";
  background: url(/assets/image/deepforest/icon_302.png) no-repeat;
  height: 160px;
  width: 130px;
  position: absolute;
  right: -169px;
  top: -59px;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text1 h2:after {
    height: 50px;
    width: 50px;
    -webkit-background-size: cover;
            background-size: cover;
    right: -47px;
    top: -16px;
  }
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text1 h2 {
    font-size: 1.3rem;
  }
}

.l-flame01__title--text2 {
  position: relative;
  display: inline-block;
}

.l-flame01__title--text2 p {
  font-size: 1.79rem;
  color: #6C6C6C;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text2 p {
    font-size: 1.05rem;
  }
}

.l-flame01__title--text2 .text-wrap-form {
  position: relative;
  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;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text2 .text-wrap-form {
    padding-right: 5px;
  }
}

.l-flame01__title--text2 .text-wrap-form:before {
  content: "";
  background: url(/assets/image/deepforest/line_303.png) no-repeat;
  height: 66px;
  width: 13px;
  position: absolute;
  left: -23px;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text2 .text-wrap-form:before {
    -webkit-background-size: cover;
            background-size: cover;
    left: -10px;
    height: 53px;
    width: 8px;
    top: -8px;
  }
}

.l-flame01__title--text2 .text-wrap-form:after {
  content: "";
  background: url(/assets/image/deepforest/line_302.png) no-repeat;
  height: 66px;
  width: 13px;
  position: absolute;
  right: -28px;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text2 .text-wrap-form:after {
    -webkit-background-size: cover;
            background-size: cover;
    right: -10px;
    height: 53px;
    width: 8px;
    top: -8px;
  }
}

.l-flame01__title--text2 .text-first {
  margin-right: 20px;
}

.l-flame01__title--text2 .text-last {
  margin-left: 20px;
}

.l-flame01__title--text2 span {
  font-size: 2.014rem;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--text2 span {
    font-size: 1.205rem;
  }
}

.l-flame01__title--tel {
  text-align: center;
  margin: 31px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .l-flame01__title--tel {
    margin: 15px 0 0;
  }
}

.l-flame01__content {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-flame01__content {
    display: block;
    margin-top: 25px;
  }
}

.l-flame01__content__left {
  width: 510px;
  background: url(/assets/image/deepforest/flame_301.png) no-repeat;
  padding: 0 32px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__left {
    width: 100%;
    padding: 0 30px;
    margin-left: 0;
  }
}

.l-flame01__content__left .c-title2 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__left .c-title2 {
    margin-bottom: 10px;
  }
}

.l-flame01__content__left .c-title2 h2 {
  padding-top: 37px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__left .c-title2 h2 {
    padding-top: 16px;
    font-size: 2.2rem;
  }
}

.l-flame01__content__left--text {
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__left--text {
    padding-bottom: 25px;
  }
}

.l-flame01__content__left--text p {
  padding: 0 12px;
  font-size: 1.6rem;
  color: #515151;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__left--text p {
    font-size: 1rem;
    padding: 0 6px;
  }
}

.l-flame01__content__right {
  width: 510px;
  margin-left: 30px;
  background: url("/assets/image/deepforest/flame_302.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__right {
    margin: 10px 0 0 0;
    width: 100%;
  }
}

.l-flame01__content__right .c-title2 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__right .c-title2 {
    margin-bottom: 10px;
  }
}

.l-flame01__content__right .c-title2 h2 {
  padding-top: 38px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__right .c-title2 h2 {
    padding-top: 16px;
    font-size: 2.2rem;
  }
}

.l-flame01__content__right--info {
  margin: 0 auto;
  padding: 0 32px 46px;
}

@media screen and (max-width: 767px) {
  .l-flame01__content__right--info {
    padding: 0 30px 40px;
  }
}

.c-icon1 {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  top: 12px;
  right: 30px;
  border-radius: 50px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-icon1 {
    top: 11px;
    right: 11px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
  }
}

.c-icon1:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 16px solid #fff;
  -webkit-transform: rotate(61deg);
      -ms-transform: rotate(61deg);
          transform: rotate(61deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-icon1:after {
    top: 4px;
    right: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid #fff;
    -webkit-transform: rotate(61deg);
        -ms-transform: rotate(61deg);
            transform: rotate(61deg);
  }
}

/*
------------------------------------------------------------*/
.c-box.is-off .c-icon1::after {
  top: 7px;
  right: 10px;
  -webkit-transform: rotate(-28deg);
      -ms-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

@media screen and (max-width: 767px) {
  .c-box.is-off .c-icon1::after {
    top: 3px;
    right: 6px;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  background: #fff;
  padding: 23px 35px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-box1 {
    padding: 15px 15px 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .c-box1__img {
    width: 100%;
  }
  .c-box1__img img {
    width: 100%;
  }
}

.c-box1 .c-btn2 {
  margin-top: 79px;
}

@media screen and (max-width: 767px) {
  .c-box1 .c-btn2 {
    margin-top: 40px;
  }
}

/*
------------------------------------------------------------*/
.c-box2 {
  background: #fff;
  padding: 70px 35px 25px;
}

.c-box2.nopad {
  padding: 0 35px 25px;
}

.c-box2 .food-warn {
  padding: 15px 0 35px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-box2 .food-warn {
    padding: 15px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-box2 {
    padding: 20px 10px 20px;
  }
}

.c-box2__ttl1 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  color: #502F00;
  font-family: FultonMarkers;
  background: url(../image/common/icon_2.png) no-repeat center;
}

@media screen and (max-width: 767px) {
  .c-box2__ttl1 {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    background: url(../image/common/icon_2-sp.png) center no-repeat;
    background-repeat-x: repeat;
    -webkit-background-size: 100% 50%;
            background-size: 100% 50%;
  }
}

.c-box2__ttl1 span {
  background: #fff;
  display: inline-block;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .c-box2__ttl1 span {
    padding: 0 20px;
  }
}

.c-box2__red {
  color: #F21300;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 14px 0 -24px;
}

@media screen and (max-width: 767px) {
  .c-box2__red {
    font-size: 1rem;
    margin: 7px 0 -22px;
  }
}

.c-box2 .c-list1 {
  margin: 34px 0 57px;
}

@media screen and (max-width: 767px) {
  .c-box2 .c-list1 {
    margin: 17px 0 10px;
  }
}

.c-box2 .c-btn2 {
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .c-box2 .c-btn2 {
    margin-top: 18px;
  }
}

/* c-twitter
------------------------------------------------------------*/
.c-twitter__img img {
  width: 100%;
}

.c-map {
  border: 15px solid #fff;
  border-bottom: 12px solid #fff;
  width: 100%;
  height: auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-map {
    border: none;
    background: none;
  }
}

.c-map iframe {
  width: 100%;
  height: 670px;
}

@media screen and (max-width: 767px) {
  .c-map iframe {
    height: 225px;
  }
}

.insta-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.insta-graph .avatar {
  margin-right: 20px;
  margin-top: 5px;
  width: 93px;
}

@media screen and (max-width: 767px) {
  .insta-graph .avatar {
    width: 60px;
    margin-right: 10px;
  }
}

.insta-graph .profile h3 {
  margin-bottom: 5px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .insta-graph .profile h3 {
    font-size: 1.3rem;
  }
}

.insta-graph .profile p {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .insta-graph .profile p {
    font-size: 1rem;
  }
}

.insta-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta-list li {
  position: relative;
  padding-top: 140px;
  width: 140px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .insta-list li {
    margin-top: 1.5%;
    width: 32.5%;
    padding-top: 32.5%;
  }
}

.insta-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-deepforest .insta-list {
  margin-top: 10px;
}

.page-bossanova .insta-list {
  margin-top: 20px;
}

.insta-btn {
  margin-top: 30px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .insta-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 350px) {
  .insta-btn {
    margin-top: 10px;
  }
}

.insta-btn a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .insta-btn a {
    width: 120px;
  }
}

@media screen and (max-width: 350px) {
  .insta-btn a {
    width: 80px;
  }
}

/*------------------------------------------------------------
Index
------------------------------------------------------------*/
.l-lightbox__photo img {
  width: 100%;
  height: auto;
}

.p-index {
  padding-bottom: 130px;
  min-width: 1320px;
  /*
	------------------------------------------------------------*/
  /*
	------------------------------------------------------------*/
  /*
	------------------------------------------------------------*/
}

@media screen and (max-width: 767px) {
  .p-index {
    min-width: 100%;
    padding-bottom: 35px;
  }
}

.p-index__mainVisual {
  position: relative;
  margin-bottom: 67px;
  min-width: 1320px;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual {
    min-width: 100%;
    margin-bottom: 32px;
  }
}

.p-index__mainVisual ul li.slick-slide {
  position: relative;
}

.p-index__mainVisual ul li.slick-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual ul li.slick-slide:before {
    display: none;
  }
}

.p-index__mainVisual ul li.slick-center:before {
  background: none;
}

.p-index__mainVisual ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual ul li img {
    width: 528px;
    min-height: 200px;
  }
}

.p-index__mainVisual--arrow {
  width: 1320px;
  position: absolute;
  left: 50%;
  top: calc(50% - 41px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual--arrow {
    width: 100%;
    top: calc(50% - 26px);
  }
}

.p-index__mainVisual--arrow a {
  display: block;
  width: 44px;
  height: 44px;
  background: rgba(51, 51, 51, 0.49);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual--arrow a {
    width: 30px;
    height: 30px;
  }
}

.p-index__mainVisual--arrow a.next {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual--arrow a.next {
    right: 10px;
  }
}

.p-index__mainVisual--arrow a.prev {
  left: 40px;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual--arrow a.prev {
    left: 10px;
  }
}

.p-index__mainVisual--arrow a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual--arrow a img {
    width: 10px;
    height: 14px;
  }
}

.p-index__mainVisual .slick-dots {
  text-align: center;
  margin-top: 22px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual .slick-dots {
    margin-top: 7px;
    height: auto;
  }
}

.p-index__mainVisual .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0 11px;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}

.p-index__mainVisual .slick-dots li button {
  border-radius: 50%;
  border: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  background: #E1E1E1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-index__mainVisual .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.p-index__mainVisual .slick-dots li.slick-active button {
  background: #00CE62;
}

.p-index .p-index01 .l-main {
  padding: 0;
}

.p-index .p-index01__inner {
  background: url(../image/index/100.png) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: 44px;
  padding-top: 87px;
  padding-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__inner {
    background: url(../image/index/100_sp.png) center top no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-top: 22px;
    padding-top: 50px;
    padding-bottom: 63px;
  }
}

.p-index .p-index01__text {
  background: url(../image/index/101.png) no-repeat center;
  padding-top: 62px;
  height: 280px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__text {
    background: url(../image/index/101_sp.png) no-repeat center;
    -webkit-background-size: 95% 210px;
            background-size: 95% 210px;
    width: auto;
    height: 210px;
    margin: 0 auto;
    padding-top: 23px;
  }
}

.p-index .p-index01__text p {
  font-size: 1.8rem;
  line-height: 4.3rem;
  color: #463100;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__text p {
    font-size: 1.05rem;
    line-height: 2.15rem;
  }
}

.p-index .p-index01__list {
  *zoom: 1;
  margin-top: 51px;
}

.p-index .p-index01__list:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__list {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.p-index .p-index01__item {
  width: 510px;
  height: 520px;
  background: url(../image/index/102.png) no-repeat center left;
  -webkit-background-size: 510px 520px;
          background-size: 510px 520px;
  float: left;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__item {
    width: 100%;
    height: auto;
    background: url(../image/index/102_sp.png) no-repeat center top;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    float: none;
    padding-bottom: 26px;
    margin-left: 0;
  }
}

.p-index .p-index01__item:nth-child(2n + 1) {
  margin-left: 0;
  clear: left;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__item:nth-of-type(2) {
    margin-top: 10px;
  }
}

.p-index .p-index01__item:nth-of-type(2) .p-index01__title {
  padding-top: 44px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__item:nth-of-type(2) .p-index01__title {
    padding-top: 27px;
    margin-left: 7px;
  }
}

.p-index .p-index01__item:nth-of-type(2) .p-index01__body {
  margin-top: 26px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__item:nth-of-type(2) .p-index01__body {
    margin-top: 15px;
    margin-left: 0;
  }
}

.p-index .p-index01__title {
  text-align: center;
  padding-top: 62px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__title {
    padding-top: 34px;
    margin-right: 5px;
  }
}

.p-index .p-index01__body {
  *zoom: 1;
  width: 455px;
  margin-left: 25px;
  margin-top: 40px;
}

.p-index .p-index01__body:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__body {
    width: 100%;
    margin-left: 0;
    padding: 0 13px;
    margin-top: 24px;
  }
}

.p-index .p-index01__image {
  width: 215px;
  height: 200px;
  float: left;
  margin-left: 25px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__image {
    width: calc(50% - 9px);
    height: auto;
    margin-left: 18px;
  }
}

.p-index .p-index01__image:nth-child(2n + 1) {
  margin-left: 0;
  clear: left;
}

.p-index .p-index01__image img {
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__image img {
    width: 100%;
  }
}

.p-index .p-index01__image:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01__image:hover img {
    opacity: 1;
  }
}

.p-index .p-index01 .c-btn1 {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index01 .c-btn1 {
    margin-top: 20px;
  }
}

.p-index .p-index01__btn {
  margin-top: 56px;
  text-align: center;
}

.p-index .p-index01__btn a {
  width: 337px;
  height: 33px;
  margin: 0 auto;
  border: 3px solid #aeaeae;
  border-radius: 20px;
  display: block;
  color: #AEAEAE;
  font-size: 1.76rem;
  line-height: 1.76rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
  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;
  letter-spacing: -1.3px;
}

.p-index .p-index02__title {
  position: relative;
  padding-top: 215px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__title {
    padding-top: 43px;
  }
}

.p-index .p-index02__title--Licon {
  position: absolute;
  left: 9px;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__title--Licon {
    bottom: 13px;
  }
  .p-index .p-index02__title--Licon img {
    width: 80px;
  }
}

.p-index .p-index02__title--Ricon {
  position: absolute;
  right: -32px;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__title--Ricon {
    right: 1px;
    bottom: 14px;
  }
  .p-index .p-index02__title--Ricon img {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__title .c-title1 {
    line-height: 2.0rem;
  }
}

.p-index .p-index02__inner {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__inner {
    margin-top: 23px;
  }
}

.p-index .p-index02__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__btn {
    display: block;
    margin-top: 10px;
  }
}

.p-index .p-index02__btn .c-btn1 + .c-btn1 {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index02__btn .c-btn1 + .c-btn1 {
    margin: 10px auto 0;
  }
}

.p-index .p-index03 {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index03 {
    padding-top: 33px;
  }
}

.p-index .p-index03__text {
  margin-top: 38px;
}

.p-index .p-index03__text p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3.0rem;
  text-align: center;
  color: #515151;
}

.p-index .p-index03 .c-table1 {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .p-index .p-index03 .c-table1 {
    margin-top: 10px;
  }
}

.page-index .c-header1__menu-toggl span {
  top: calc(50% - 1px);
}

.p-bossanova {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-bossanova {
    min-width: auto;
  }
}

.p-bossanova1 {
  width: 100%;
  margin: 0 auto;
}

.p-bossanova1 img {
  width: 100%;
  height: auto;
}

.p-bossanova2 {
  margin-top: 112px;
  padding: 0 0 60px;
  background: #E6F5FF;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 {
    margin-top: 30px;
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--text1 {
    margin-bottom: 14px;
  }
}

.p-bossanova2 .l-flame01__title--text1 h2 {
  color: #004784;
}

.p-bossanova2 .l-flame01__title--text1 h2:before {
  background: url(/assets/image/bossanova/202.png) no-repeat;
  height: 159px;
  width: 114px;
  left: -230px;
  top: -65px;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--text1 h2:before {
    background: url(/assets/image/bossanova/202.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: 55px;
    width: 40px;
    left: -86px;
    top: -11px;
  }
}

.p-bossanova2 .l-flame01__title--text1 h2:after {
  background: url(/assets/image/bossanova/203.png) no-repeat;
  height: 103px;
  width: 187px;
  right: -293px;
  top: -39px;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--text1 h2:after {
    background: url(/assets/image/bossanova/203.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: 28px;
    width: 53px;
    right: -91px;
    top: -2px;
  }
}

.p-bossanova2 .l-flame01__title--text2 span {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--text2 span {
    font-size: 1.45rem;
  }
}

.p-bossanova2 .l-flame01__title--text2 p {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--text2 p {
    font-size: 1.25rem;
  }
}

.p-bossanova2 .text-wrap-form {
  padding-right: 0;
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .text-wrap-form {
    padding-left: 0;
  }
}

.p-bossanova2 .text-wrap-form:before {
  background: url(/assets/image/bossanova/204.png) no-repeat;
  height: 38px;
  width: 14px;
  left: -10px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .text-wrap-form:before {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    left: -22px;
    top: -7px;
  }
}

.p-bossanova2 .text-wrap-form:after {
  background: url(/assets/image/bossanova/205.png) no-repeat;
  height: 38px;
  width: 14px;
  right: -30px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .text-wrap-form:after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    right: -20px;
    top: -7px;
  }
}

.p-bossanova2 .l-flame01__title--tel {
  margin: 6px 0 0;
}

.p-bossanova2 .l-flame01__title--tel img {
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--tel {
    margin-top: 14px;
  }
  .p-bossanova2 .l-flame01__title--tel img {
    margin: 0;
    width: 80%;
  }
}

.p-bossanova2 .l-flame01__title--text2 .text-first {
  margin-right: 10px;
  letter-spacing: 2px;
}

.p-bossanova2 .l-flame01__title--text2 .text-last {
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__title--text2 .text-last {
    margin-left: 14px;
  }
}

.p-bossanova2 .l-flame01__content__left {
  margin-left: 0;
  height: 654px;
  background: url(/assets/image/bossanova/insta-bg.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__content__left {
    margin: auto;
    max-width: 355px;
    height: 450px;
  }
}

@media screen and (max-width: 350px) {
  .p-bossanova2 .l-flame01__content__left {
    height: auto;
    min-height: 390px;
  }
}

.p-bossanova2 .l-flame01__content__right {
  background: url(/assets/image/bossanova/207.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.p-bossanova2 .l-flame01__content__right,
.page-deepforest .l-flame01__content__right {
  margin-left: 0;
}

.p-bossanova2 .c-title2 h2, .p-bossanova2 .c-title2 p {
  color: #154A96;
}

.p-bossanova2 .c-slide .slick-dots .slick-active {
  background: #4FB9FF;
}

.p-bossanova2 .l-flame01__content,
.page-deepforest .l-flame01__content {
  margin-top: 46px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__content {
    margin-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__content__right {
    margin: 15px auto 0;
    max-width: 355px;
  }
}

.p-bossanova2 .l-flame01__content__left .c-title2 h2,
.p-bossanova2 .l-flame01__content__right .c-title2 h2 {
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__content__left {
    padding: 0 19px;
  }
}

.p-bossanova3 {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .p-bossanova3 {
    padding: 25px 0 0;
  }
}

.p-bossanova3__link {
  text-align: center;
  margin: 51px 0 61px;
}

@media screen and (max-width: 767px) {
  .p-bossanova3__link {
    margin: 15px 0 24px;
  }
}

.p-bossanova4 {
  padding: 64px 0 62px;
}

@media screen and (max-width: 767px) {
  .p-bossanova4 {
    padding: 0 0 10px;
  }
}

.p-bossanova4 .c-list2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-bossanova4 .c-list2 {
    margin-top: 16px;
  }
}

.p-bossanova4 .c-list2 li {
  margin-right: 48px;
}

@media screen and (max-width: 767px) {
  .p-bossanova4 .c-list2 li {
    margin: 0;
    margin-right: 28px;
  }
}

.p-bossanova4 .c-list2 li:last-child {
  margin-right: 0;
}

.p-bossanova4 .c-btn4 {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-bossanova4 .c-btn4 {
    margin-top: 18px;
  }
}

.p-bossanova4 .c-btn4 a {
  color: #0059FF;
  border: 5px solid #FFF000;
  font-weight: bold;
  padding: 5px 22px 4px;
}

@media screen and (max-width: 767px) {
  .p-bossanova4 .c-btn4 a {
    min-width: auto;
    font-size: 1.5rem;
    border: 3px solid #FFF000;
    padding: 3px 6px 2px;
  }
}

.p-bossanova4 .c-title4 {
  margin-bottom: 20px;
}

.p-bossanova5 .c-price {
  height: 1596px;
  padding-top: 300px;
  padding-left: 61px;
  background: url(/assets/image/bossanova/213.png) top center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bossanova5 .c-price {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    background: url(/assets/image/bossanova/213-sp.png) top center no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-bossanova5 .c-price__img {
    padding: 38% 13% 20px 8%;
  }
  .p-bossanova5 .c-price__img img {
    width: 100%;
    height: auto;
  }
}

.p-bossanova6 {
  padding: 122px 0 0;
}

@media screen and (max-width: 767px) {
  .p-bossanova6 {
    padding: 51px 0 0;
  }
}

.p-bossanova6 .c-title4 {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .p-bossanova6 .c-title4 {
    margin-bottom: 4px;
  }
}

.p-bossanova6 .c-box {
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .p-bossanova6 .c-box {
    margin-bottom: 30px;
  }
}

.p-bossanova6 .c-box:last-child {
  margin-bottom: 0;
}

.p-bossanova6 .c-box:last-child.is-off {
  margin-bottom: 0;
}

.p-bossanova6 .c-box.is-off {
  margin-bottom: 20px;
}

.p-bossanova6 .c-box1 .c-btn2 {
  margin-top: 18px;
}

.p-bossanova6 .c-box1__img {
  margin: 8px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-bossanova6 .c-box1__img {
    margin: 4px 0 25px;
  }
}

.p-bossanova7 {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .p-bossanova7 {
    padding: 30px 0 0;
  }
}

.p-bossanova7 .c-map {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-bossanova7 .c-map {
    margin-top: 15px;
  }
}

.p-bossanova7__txt {
  margin-top: 9px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #515151;
}

@media screen and (max-width: 767px) {
  .p-bossanova7__txt {
    font-size: 1rem;
  }
}

.p-bossanova8 {
  padding: 120px 0 74px;
}

@media screen and (max-width: 767px) {
  .p-bossanova8 {
    padding: 30px 0 20px;
  }
}

.p-bossanova8 .c-table1 {
  margin-top: 39px;
}

@media screen and (max-width: 767px) {
  .p-bossanova8 .c-table1 {
    margin-top: 20px;
  }
}

.p-bossanova8 .c-btn3 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-bossanova8 .c-btn3 {
    margin-top: 15px;
    text-align: center;
  }
}

.page-bossanova .c-header1--topline {
  background: url(../image/common/top_line2_sp.png) repeat-x;
  -webkit-background-size: auto 12px;
          background-size: auto 12px;
}

.page-bossanova .c-btn-hover a {
  background: url(/assets/image/bossanova/eq_btn.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.page-bossanova .c-btn-hover a:hover {
  background: url(/assets/image/bossanova/eq_btn_hover.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-bossanova2 .l-flame01__content__left .c-title2 h2, .p-bossanova2 .l-flame01__content__right .c-title2 h2 {
    padding-top: 16px;
  }
}

.l-flame01__content__right--info {
  padding: 0 30px 10px;
}

/*------------------------------------------------------------
Deepforest
------------------------------------------------------------*/
.p-deepforest {
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-deepforest {
    min-width: auto;
  }
}

.p-deepforest .l-main {
  position: relative;
}

.p-deepforest .c-maintitle1 {
  margin: 0 auto 115px;
  width: 100%;
}

.p-deepforest .c-maintitle1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-deepforest .c-maintitle1 {
    margin: 0 0 25px;
  }
  .p-deepforest .c-maintitle1 img {
    width: 100%;
  }
}

.p-deepforest__1 {
  background: #D5EAE2;
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__1 {
    padding: 0 0 30px;
  }
}

.p-deepforest__2 {
  margin: 120px 0 123px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__2 {
    margin: 35px 0 35px;
  }
}

.p-deepforest__2 .c-title4 {
  margin-left: 25px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__2 .c-title4 {
    margin-left: 0;
  }
}

.p-deepforest__2 .c-campaign1__img {
  margin: 52px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__2 .c-campaign1__img {
    margin: 24px 0 35px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-deepforest__2 .c-campaign1__img img {
    width: 100%;
    margin-left: 0;
  }
}

.p-deepforest__2 .c-twitter img {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__2 .c-twitter img {
    margin-left: 0;
  }
}

.p-deepforest__3 .c-title4 {
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__3 .c-title4 {
    margin-left: 0;
  }
}

.p-deepforest__3 .c-list2 {
  margin-left: 19px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__3 .c-list2 {
    margin-left: 0;
  }
}

.p-deepforest__3 .c-btn4 {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-deepforest__3 .c-title4 {
    margin-bottom: 20px;
  }
}

.p-deepforest__4 {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__4 {
    margin-top: 10px;
  }
}

.p-deepforest__4 .c-price {
  background: url("/assets/image/deepforest/img_347.png") no-repeat;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-deepforest__4 .c-price {
    background: url("/assets/image/deepforest/imgsp_347.png") no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
  }
}

.p-deepforest__4 .c-price__img {
  padding: 298px 112px 40px 61px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__4 .c-price__img {
    padding: 35% 15% 30px 10%;
  }
  .p-deepforest__4 .c-price__img img {
    width: 100%;
  }
}

.p-deepforest__5 {
  margin-top: 125px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__5 {
    margin-top: 45px;
  }
}

.p-deepforest__5 .c-title4 {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__5 .c-title4 {
    margin-bottom: 10px;
  }
}

.p-deepforest__5 .c-box {
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__5 .c-box {
    margin-bottom: 30px;
  }
}

.p-deepforest__5 .c-box:last-child {
  margin-bottom: 0;
}

.p-deepforest__5 .c-box:last-child.is-off {
  margin-bottom: 0;
}

.p-deepforest__5 .c-box.is-off {
  margin-bottom: 20px;
}

.p-deepforest__6 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__6 {
    margin-top: 30px;
  }
}

.p-deepforest__6 .c-title4 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__6 .c-title4 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-deepforest__6 .p-bossanova7__txt {
    margin-top: 10px;
  }
}

.p-deepforest__7 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__7 {
    margin-top: 30px;
  }
}

.p-deepforest__7 .c-title4 {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__7 .c-title4 {
    margin-bottom: 20px;
  }
}

.p-deepforest__7 .c-btn3 {
  margin: 23px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-deepforest__7 .c-btn3 {
    text-align: center;
    margin: 12px 0 25px;
  }
}

.page-deepforest .c-header1--topline {
  background: url(../image/deepforest/line_304.png) repeat-x;
  -webkit-background-size: auto 12px;
          background-size: auto 12px;
}

@media screen and (max-width: 767px) {
  .page-deepforest .c-header1__logo img {
    height: 30px;
    width: auto;
  }
}

.page-deepforest .l-flame01__title--tel {
  margin: 30px 0 0;
}

.page-deepforest .l-flame01__title--tel img {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .page-deepforest .l-flame01__title--tel {
    margin: 15px 0 0;
  }
  .page-deepforest .l-flame01__title--tel img {
    margin: 0;
  }
}

.page-deepforest .l-flame01__title--text2 .text-last:after {
  top: -8px;
}

.page-deepforest .c-header1--color2 .c-header1__logo {
  padding: 0 0 6px 0;
}

.page-deepforest .c-header1--topline {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-deepforest .c-header1--topline {
    padding-bottom: 0;
  }
}

.page-deepforest .c-title4 h2 {
  color: #244300;
}

.page-deepforest .c-title4 p {
  color: #244300;
}

.page-deepforest .l-flame01__content__left {
  margin-left: 0;
  height: 654px;
  background: url(/assets/image/deepforest/insta-bg.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 767px) {
  .page-deepforest .l-flame01__content__left {
    margin: auto;
    max-width: 355px;
    height: 450px;
  }
}

@media screen and (max-width: 350px) {
  .page-deepforest .l-flame01__content__left {
    height: auto;
    min-height: 390px;
  }
}

@media screen and (max-width: 767px) {
  .page-deepforest .l-flame01__content__left .c-title2 h2, .page-deepforest .l-flame01__content__right .c-title2 h2 {
    font-size: 2.5rem;
    color: #244300;
  }
  .page-deepforest .l-flame01__content__left .c-title2 p, .page-deepforest .l-flame01__content__right .c-title2 p {
    color: #244300;
  }
}

.page-deepforest .l-flame01__content__left--text p {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .page-deepforest .l-flame01__content__right {
    margin: 15px auto 0;
    max-width: 355px;
  }
}

.page-deepforest .l-flame01__content__right--info {
  padding: 0 30px 10px;
}

.page-deepforest .c-twitter {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-deepforest .c-twitter {
    margin-top: 15px;
  }
}
