@charset "UTF-8";
a {
  color: #555; }
  a:hover {
    color: #b69a5f; }

html {
  height: 100%; }

body {
  color: #333;
  background-color: #F9F9F9; }

#main {
  display: none; }

/*
body::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height:100vh;
    content: "";
    z-index: -3;
    display:block;
    position:fixed;
    background-color:$bg-color;
    background-image: url("../images/bg_slant_top.svg"), url("../images/bg_slant_bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 220px ,220px;
    background-position: left top, right bottom;
    background-attachment: fixed, fixed;
    @include mq(sm) { 
    background-color:$bg-color;
    background-image: url("../images/bg_slant_top.svg"), url("../images/bg_slant_bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 120px , 120px;
    background-position: left top, right bottom;
    background-attachment: fixed, fixed;
    }
}
*/
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100vh;
  background: url("../images/bg_slant_bottom.svg");
  background-position: 80vmin 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-color: transparent;
  /*Android4*/ }
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -4;
  width: 100%;
  height: 100vh;
  background: url("../images/bg_slant_top.svg");
  background-position: -80vmax  0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  /*fixedをトル！*/
  -webkit-background-size: cover;
  /*Android4*/ }

@media screen and (max-width: 768px) {
  body::before {
    background-position: 76vw 0; } }
@media screen and (max-width: 480px) {
  body::before {
    background-position: 74vw 0; } }
@media screen and (max-width: 768px) {
  body::after {
    background-position: -84vmax 0; } }
@media screen and (max-width: 480px) {
  body::after {
    background-position: -84vmax 0; } }
#contens {
  display: none; }

#main_navi {
  background-color: transparent !important;
  box-shadow: none !important; }
  #main_navi .sidenav-trigger {
    color: #FFF;
    margin: 0; }

.main-color {
  color: #D62598; }

.sub-color {
  color: #b69a5f; }

.bg-color {
  background-color: #f5f4e8; }

.white-text {
  color: #FFF; }

h1, h2, h3, h4, h5, h6, #navi, #logo-container, .commentLink, a.btn {
  font-family: 'Josefin Sans', sans-serif; }

h2 {
  color: #b69a5f;
  border: 2px solid #b69a5f;
  background-color: #F9F9F9;
  padding: 14px 0 7px;
  line-height: 1;
  margin: 1em 0 1em 25%;
  font-size: 2.6em;
  box-sizing: border-box;
  width: 50%; }

@media screen and (max-width: 768px) {
  h2 {
    padding: 10px 0 5px;
    margin: 1.8em 0 1.8em 10%;
    font-size: 1.6em;
    width: 80%; } }
h3 {
  color: #D62598; }

h5 {
  font-size: 1.2rem;
  font-weight: bold; }

h6 {
  font-size: 2.2rem;
  text-shadow: 0 0 14px #777;
  letter-spacing: 0.02em; }

@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.1rem; } }
.btn {
  color: #FFF !important;
  background: #FFF;
  border: 2px solid #D62598;
  border-radius: 36px;
  height: 36px;
  box-shadow: none;
  background: #D62598;
  box-sizing: border-box; }
  .btn input {
    color: #FFF;
    display: block;
    height: 30px;
    line-height: 30px; }
  .btn:hover, .btn:active {
    color: #D62598 !important;
    background: #FFF;
    border: 2px solid #D62598; }

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1000; }
  #loader-bg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 170px;
    width: 250px;
    margin-top: -85px;
    margin-left: -125px;
    text-align: center;
    color: #fff;
    z-index: 10001; }
    #loader-bg #loader img {
      width: 100%; }

.nav-wrapper #logo-container {
  font-size: 0.9rem; }
  .nav-wrapper #logo-container span {
    color: #BBB; }

@media screen and (max-width: 768px) {
  .nav-wrapper #logo-container {
    font-size: 0.66rem; } }
@media screen and (max-width: 480px) {
  .nav-wrapper #logo-container {
    width: 80%;
    text-align: center; } }
#index-banner {
  text-align: center;
  background-image: url(../images/01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  height: 60vw;
  max-height: 780px;
  width: 90%;
  margin-left: 5%; }
  #index-banner h1 {
    margin: 2.4rem auto 0;
    font-size: 4em;
    background: #b69a5f;
    color: #FFF;
    line-height: 1.4;
    padding: 24px 22px 14px;
    display: inline-block; }
  #index-banner h4.header {
    font-size: 1em;
    color: #b69a5f; }
  #index-banner .lead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #444;
    font-size: 0.9rem; }

@media screen and (max-width: 768px) {
  #index-banner {
    background: url(../images/01_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 94%;
    margin-left: 3%;
    height: 74vw; } }
@media screen and (max-width: 480px) {
  #index-banner {
    background: url(../images/01_mb.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 94%;
    margin-left: 3%;
    height: 82vw; } }
@media screen and (max-width: 933px) {
  #index-banner h1 {
    margin: 1.6rem auto 0;
    font-size: 3em;
    line-height: 1.4;
    padding: 18px 16px 8px; } }
@media screen and (max-width: 768px) {
  #index-banner h1 {
    margin: 1rem auto 0;
    font-size: 2.2em;
    line-height: 1.4;
    padding: 16px 16px 8px; } }
@media screen and (max-width: 480px) {
  #index-banner h1 {
    margin: 1rem auto 0;
    font-size: 2rem;
    line-height: 1.4;
    padding: 14px 14px 8px; } }
@media screen and (max-width: 933px) {
  #index-banner h4.header {
    font-size: 0.8em; } }
@media screen and (max-width: 768px) {
  #index-banner h4.header {
    font-size: 0.75em; } }
@media screen and (max-width: 480px) {
  #index-banner h4.header {
    display: none; } }
.side-nav h2 {
  display: block;
  background: #EEE;
  color: #333;
  margin: 0;
  padding: 20px 32px;
  font-size: 1.2rem;
  border-bottom: 1px solid #CCC; }
.side-nav li {
  border-bottom: 1px solid #CCC; }

.container#blog h2 {
  margin-bottom: 2rem; }
.container#blog .rss {
  margin: 0 0 2em; }
  .container#blog .rss li a {
    text-decoration: underline !important;
    padding: 1em 0;
    display: block;
    cursor: pointer;
    transition: .3s ease-out; }
    .container#blog .rss li a:hover {
      background: #dbd8d2;
      color: #444; }
  .container#blog .rss .itemTitle {
    font-weight: bold;
    display: inline; }
  .container#blog .rss .itemDate {
    font-size: 80%;
    color: #666;
    display: inline-block;
    margin-left: 1rem; }
  .container#blog .rss .itemContent {
    display: none;
    margin: 0.5em 0 0; }
    .container#blog .rss .itemContent p {
      margin: 0; }

#navigation-top {
  margin: 3em 0; }
  #navigation-top a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 24px 0 0;
    background: url(../images/angle-up.svg) 52% 1px no-repeat transparent;
    background-size: 14px;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #FFF;
    border-radius: 60px; }
    #navigation-top a:hover {
      background: url(../images/angle-up.svg) 52% 1px no-repeat transparent; }

#profile {
  margin-bottom: 3em; }
  #profile h3 {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: none;
    padding: 12px 0 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.5em;
    box-sizing: border-box;
    margin: 1em 0 1.5em 25%;
    box-sizing: border-box;
    width: 50%; }
  #profile .name {
    font-size: 150%; }
  #profile .image-round1 {
    width: 260px;
    border-radius: 50%; }
  #profile .badge {
    width: 100px; }

#footer .logo-w {
  width: 200px;
  margin-bottom: 3em; }
  #footer .logo-w img {
    width: 100%; }

.page-footer {
  background: linear-gradient(#D62598, #A7447B); }
  .page-footer .centered {
    position: relative;
    overflow: hidden;
    height: 180px; }
  .page-footer .sns-footer {
    position: relative;
    left: 50%;
    float: left; }
    .page-footer .sns-footer li {
      text-align: center;
      width: 4em;
      position: relative;
      left: -50%;
      float: left; }
  .page-footer #footer {
    background: #000;
    padding: 4em 0 0;
    margin: 0; }
  .page-footer .logo-footer img {
    width: 160px; }
  .page-footer .footer-copyright {
    font-size: 0.5rem;
    text-align: center;
    background: #b69a5f; }

#contact select {
  display: inline;
  border-radius: 0px; }
#contact [type="radio"]:not(:checked), #contact [type="radio"]:checked {
  position: static;
  opacity: 1;
  pointer-events: auto; }
#contact [type="checkbox"]:not(:checked), #contact [type="checkbox"]:checked {
  position: static;
  opacity: 1;
  pointer-events: auto; }
#contact textarea {
  height: 8em; }
#contact input:not([type]), #contact input[type=text]:not(.browser-default), #contact input[type=password]:not(.browser-default), #contact input[type=email]:not(.browser-default), #contact input[type=url]:not(.browser-default), #contact input[type=time]:not(.browser-default), #contact input[type=date]:not(.browser-default), #contact input[type=datetime]:not(.browser-default), #contact input[type=datetime-local]:not(.browser-default), #contact input[type=tel]:not(.browser-default), #contact input[type=number]:not(.browser-default), #contact input[type=search]:not(.browser-default), #contact textarea {
  background-color: #FFF;
  border: 1px solid #f2f2f2; }
#contact small.red {
  color: #C00;
  background: none !important;
  font-weight: normal; }

@media screen and (max-width: 640px) {
  .formTable {
    width: 100%; }

  .formTable th,
  .formTable td {
    padding: 15px 5px 10px;
    　　border-bottom: none;
    display: block;
    width: 100%; }

  .formTable th {
    padding: 15px 5px 0; } }
/*

@media (max-width: 933px) and (min-width: 0px) {
    .nav-wrapper {
        width: 100%;
        #logo-container {
            font-size: 0.66rem;
            line-height: 60px;
        }
    }
    #index-banner {
        .header {
            font-size:1.8rem;
            margin: 1rem 0 0.5rem 0;
            .single & {
                margin: 0; 
            }

            #logomark {
                width: 160px;
                .single & {
                    width: 120px;
                }
            }
        }
        h4.header {
            font-size:0.9rem;
        }
        .lead {
            text-align: center;
            margin-bottom: 1rem;
            color: #444;
            font-size: 0.75rem;
            br {
                display: none;
            }
        }
    }
    .page-footer {
        .centered {
            height: 80px;
        }
    }
}


/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
nav ul a, nav .brand-logo {
  color: #444; }

p {
  line-height: 2rem; }

.sidenav-trigger {
  color: #26a69a; }

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9); }
  .parallax-container .section {
    width: 100%; }

@media screen and (max-width: 768px) {
  .parallax-container {
    min-height: 300px; } }
.icon-block {
  padding: 0 15px; }
  .icon-block .material-icons {
    font-size: inherit; }

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

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