@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Passion+One:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Allan|Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wjzyyr');
  src:  url('../fonts/icomoon.eot?wjzyyr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wjzyyr') format('truetype'),
    url('../fonts/icomoon.woff?wjzyyr') format('woff'),
    url('../fonts/icomoon.svg?wjzyyr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\f061";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-right:before {
  content: "\f105";
}


html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  font-size: 64%;
  }

body {
  background: -moz-linear-gradient(left, rgba(218, 230, 216, 1.0), rgba(173, 185, 186, 1.0));
    background: -webkit-linear-gradient(left, rgba(218, 230, 216, 1.0), rgba(173, 185, 186, 1.0));
    background: linear-gradient(to right, rgba(218, 230, 216, 1.0), rgba(173, 185, 186, 1.0));
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0; 
  color: #fff;/* 2a2a2a*/
  width: 100%;
  height: 100%;
  font-family: "Sawarabi Gothic","M PLUS Rounded 1c","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
  font-weight: 400;
}



a {
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a:link {
  color: #fff;/*2E2A23*/
  text-decoration: none; }

a:visited {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none;
 }

.black {
   color: #2E2A23!important;
}
.center_c {
  text-align: center !important;
}

.center_l {
  text-align: center !important;
}
 

.mt40 {
   margin-top: 40px !important;
}

.mb40 {
   margin-bottom: 40px !important;
}

.noscript {
  display: none; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; }

img[src$=".svg"] {
  width: 100%; }

#content {
   position: relative;
}

.under {
   text-decoration: underline;
   /*display: inline-block;
   border-bottom: dotted 2px #87CEFA;*/
   font-size: 90%;
}
.dsp {
    display: none!important; }

.dpc {
    display: block!important; }

.dsp1079 {
    display: none!important; }

.dpc1079 {
    display: block!important; }


.pages p.copyright {
   font-size: 0.8em;
   /*line-height: 1.6;*/
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   height: 50px;
   line-height: 50px;
   text-align: center;
   letter-spacing: 0;
}

@media screen and (max-width: 1079px) {
    .dpc1079 {
        display: none!important;
    }

    .dsp1079 {
        display: block!important;
    }
}

@media screen and (max-width: 768px) {
body {
  line-height: 1.6;
  letter-spacing: 0; 
}
    .dpc {
        display: none!important;
    }

    .dsp {
        display: block!important;
    }

.center_c {
  text-align: center !important;
}

.center_l {
  text-align: left !important;
}

.mt40 {
   margin-top: 20px !important;
}

.mb40 {
   margin-bottom: 20px !important;
}

.pages p.copyright {
   font-size: 0.7em;
   /*line-height: 1.6;*/
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   height: 32px;
   line-height: 32px;
   text-align: center;
   letter-spacing: 0;
}

}



#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #bacdbd;
  z-index: 5000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 4999;
}




p.textwrap {
  line-height: 160%; 
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}

ul, li {
  list-style: none; 
}


header {
    position: fixed; 
    background: transparent;
    height: 74px;/*46*/
    left: 0;
    top: 0;
    width: 100%; 
    z-index: 1900;
}



header h1 a img {
  position: absolute;
  left: 2%!important;
  top: 5px!important;
  text-align: left;
  height: 64px;
  width: auto!important;
  transition: .2s ease-out;
}

header h1 a img:hover {
  opacity:1.0;
  transition: 0.5s ease;
}






nav.globalMenu {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    color: #acc3af;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenu ul {
    background: #acc3af;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
    height: 100vh;
}

nav.globalMenu ul li {
    list-style-type: none;
    padding: 5px 0;
    width: 100%;
}


nav.globalMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenu ul li a {
    display: block;
    padding: 1em 0;
    font-family: 'Passion One', cursive;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase; 
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
}

@media screen and (max-width: 867px) {
header h1 a img {
  position: absolute;
  left: 2%!important;
  top: 5px!important;
  text-align: left;
  height: 34px;
  width: auto!important;
  transition: .2s ease-out;
}


nav.globalMenu ul li a {  
    padding: 13px 0;
    line-height: 1;
}
}


nav.globalMenu.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;
    right: 2%;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2003;
    background: transparent;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    color: #fff;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 2%;
}

.navToggle span:nth-child(1) {
    top: 5px;
}

.navToggle span:nth-child(2) {
    top: 14px;
}

.navToggle span:nth-child(3) {
    top: 23px;
}

.navToggle span:nth-child(4) {
    font-family: sans-serif;
    border: none;
    font-size: 9px;
    font-weight: 600;
    top: 19px;
    letter-spacing: 0;
}


.navToggle.active span:nth-child(1) {
    top: 14px;
    right: 2%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



footer {
  background: #fadedf;
  padding: 50px 0;
  text-align: center;
  position: relative;
  }






@media screen and (max-width: 867px) {

footer {
  background: #fadedf;
  padding: 30px 0;
  text-align: center;
  position: relative;
  }



}





footer small {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: #fff; 
}

#page-top {
    position: fixed;
    bottom: 2px;
    right: 2px;
    z-index:1000;
}
#page-top a {
    background-color: rgba(42,42,42,0.3);
    text-decoration: none;
    color: #fff;
    width: 40px;
   height: 40px;
    line-height: 40px;
    font-size: 2rem;
    text-align: center;
    display: block;
    
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(42,42,42,0.6);
}


p.insta a img {
  position: fixed; 
  left: 5px;
  bottom: 5px;
  text-align: left;
  width: 31px;
  height: auto;
  opacity: 0.8;
  transition: .2s ease-out;
  z-index: 1905;
}

p.insta a img:hover {
  opacity:1.0;
  transition: 0.5s ease;
}




@media screen and (max-width: 768px) {
#page-top a {
    
    width: 30px;
   height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
    
}

p.insta a img {
  
  left: 3px;
  bottom: 3px;
  width: 25px;
  
}

footer small {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  color: #fff; 
}
}




a.contact { 
       position: relative;
       font-family: 'Passion One', cursive;
       display:block; 
       display: inline-block;  
       padding: 0; 
       margin:50px auto 100px; 
       width:80%; 
       height: 54px;
       line-height:50px; 
       text-align:center; 
       border: 2px solid #fff;
       color:#fff; 
       font-weight: 400;
       
       font-size: 2.2rem; 
       letter-spacing: 0.08em; 
       position:relative;
       text-decoration: none;
       
}



a.contact:hover {
	background:rgba(223, 220, 218, 0.3);
        cursor:pointer;
}


    
a.contact span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 50px;
}

@media screen and (max-width:768px) {
a.contact {
       font-size: 1.8rem; 
       letter-spacing: 0.08em;
       height: 40px;
       line-height:36px; 
       margin:20px auto 60px; 
}

a.contact span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 36px;
}
}



a.contact1 { 
       position: relative;
       font-family: 'Passion One', cursive;
       display:block; 
       display: inline-block;  
       padding: 0; 
       margin:50px auto; 
       width:80%; 
       height: 54px;
       line-height:50px; 
       text-align:center; 
       border: 2px solid #fff;
       color:#fff; 
       font-weight: 400;
       
       font-size: 2.2rem; 
       letter-spacing: 0.08em; 
       position:relative;
       text-decoration: none;
       
}



a.contact1:hover {
	background:rgba(223, 220, 218, 0.3);
        cursor:pointer;
}


    
a.contact1 span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 50px;
}

@media screen and (max-width:768px) {
a.contact1 {
       font-size: 1.8rem; 
       letter-spacing: 0.08em;
       height: 40px;
       line-height:36px; 
       margin:20px auto 60px; 
}

a.contact1 span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 36px;
}
}



a.contact2 { 
       position: relative;
       font-family: 'Passion One', cursive;
       display:block; 
       display: inline-block;  
       padding: 0; 
       margin:50px auto 0; 
       width:80%; 
       height: 54px;
       line-height:50px; 
       text-align:center; 
       border: 2px solid #fff;
       color:#fff; 
       font-weight: 400;
       
       font-size: 2.2rem; 
       letter-spacing: 0.08em; 
       position:relative;
       text-decoration: none;
       
}



a.contact2:hover {
	background:rgba(223, 220, 218, 0.3);
        cursor:pointer;
}


    
a.contact2 span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 50px;
}

@media screen and (max-width:768px) {
a.contact2 {
       width: 200px;
       font-size: 1.8rem; 
       letter-spacing: 0.08em;
       height: 40px;
       line-height:36px; 
       margin:30px auto 0; 
}

a.contact2 span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 36px;
}
}




a.contact3 { 
       position: relative;
       font-family: 'Passion One', cursive;
       display:block; 
       display: inline-block;  
       padding: 0; 
       margin:50px auto 100px; 
       width:360px; 
       height: 54px;
       line-height:50px; 
       text-align:center; 
       border: 2px solid #fff;
       color:#fff; 
       font-weight: 400;
       
       font-size: 2.2rem; 
       letter-spacing: 0.08em; 
       position:relative;
       text-decoration: none;
       
}



a.contact3:hover {
	background:rgba(223, 220, 218, 0.3);
        cursor:pointer;
}


    
a.contact3 span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 50px;
}

@media screen and (max-width:768px) {
a.contact3 {
       font-size: 1.8rem; 
       letter-spacing: 0.08em;
       width: 200px; 
       height: 40px;
       line-height:36px; 
       margin:30px auto 60px; 
}

a.contact3 span {
  font-family: 'icomoon' !important;
  content: "\f0da";
  position: absolute;
  right : 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 36px;
}
}