@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*メインイメージ*/
#under_mainimg {
  background: url("/img/home/mainimg_01.jpg") center/cover no-repeat;
  height: 80vh;
  margin-bottom: 0; }
  #under_mainimg .wrap h2 {
    font-size: 4rem;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    @media (min-width: 769px) {
      #under_mainimg .wrap h2 {
        font-size: calc( 4rem + ( 1vw - 7.69px ) * 4.6403712297 ); } }
    @media (min-width: 1200px) {
      #under_mainimg .wrap h2 {
        font-size: 6rem; } }
  #under_mainimg .wrap p {
    font-size: 1.3rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 0);
    text-shadow: 0 0 11px #fff;
    text-align: center;
    width: 100%; }
    @media (min-width: 769px) {
      #under_mainimg .wrap p {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
    @media (min-width: 1200px) {
      #under_mainimg .wrap p {
        font-size: 1.5rem; } }

header #header .menu_wrap ul li a.active {
  color: #604C3F; }

footer {
  margin-top: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*メインイメージ*/
  #under_mainimg {
    height: 100vh; } }
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1200px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
