@charset "UTF-8";
/* common */
* {
  margin: 0;
  padding: 0;
  font-weight: lighter;
}
body {
  font-size: 15px;
  line-height: 170%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 'Kosugi', sans-serif;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* contents_box */
#wrapper {
  width: 100%;
}
header {
  text-align: center;
  height: auto;
  font-size: 90%;
  position: absolute;
  top: 0;
}
/* h1〜h5 */
h1 {
  font-size: 120px;
  letter-spacing: 7px;
  line-height: 0.7em;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 200px;
  text-align: center;
  z-index: 99999;
  color: #fff;
  font-weight: bold;
}
h1 span {
  font-size: 38%;
  display: block;
  letter-spacing: 2px;
}
h1 span.aoba {
  letter-spacing: 5px;
  font-size: 27%;
  font-weight: lighter;
}
h2 {
  padding: 20px 0 10px 30px;
  margin-bottom: 20px;
  font-weight: bolder;
  background: url(../img/common/bg_h2.png) no-repeat 0 center;
  color: #000;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  line-height: 1.5em;
  padding-bottom: 1em;
  font-size: 120%;
}
h3 {
  font-weight: bolder;
  color: #fff;
	text-shadow: 0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1,0 0 3px #8498a1;
}
h5 {
  font-size: 120%;
}

/* input */
input[type="text"] {
  width: 90%
}

input[type="email"]{
  width: 90%
}

textarea {
  width: 90%
}

a {
  color: #655A52;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #007DD7;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a img {
  border: none;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
ul {
  margin-left: 1em;
  margin-bottom: 2em;
  list-style: none;
}
ul li {
  background: url("../img/common/ul.png") no-repeat left center;
  padding-left: 18px;
}
p {
  padding: 0 0 1em;
}
p.btn_detail {
  padding: 0;
  text-align: right;
  margin-top: 1em;
}
p.btn_detail a {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 7px 10px;
  letter-spacing: 2px;
  font-size: 120%;
}
p.btn_detail a:hover {
  background: #666;
  color: #fff;
}
header {
  position: relative;
}
#contact {
  float: right;
  padding-right: 10px;
}
#contact img {
  width: 180px;
}
.contents {
  position: relative;
  padding: 50px 10px;
  z-index: 100;
}
.contents p {
  padding-left: 1em;
  padding-right: 1em;
}
footer {
  text-align: center;
  position: relative;
  background: #ec833d;
  z-index: 99;
  box-shadow: 0 0 10px #666;
}
footer div {
  position: relative;
}
footer h4 {
  font-size: 100px;
  padding: 0;
  margin: 20px 0 50px;
}
/* footer_nav */
#footer_nav {
  padding: 10px 0;
  text-align: center;
  line-height: 150%;
}
#footer_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  white-space: nowrap;
  padding: 5px 0;
  background: none;
}
#footer_nav li a {
  text-decoration: none;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 2px;
}
#btn_nav {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 999;
}
#btn_nav img {
  width: 40px;
  height: 40px;
}
/*ナビ開閉時のスクロール制御*/
.bodyfixed {
  position: fixed;
  width: 100%;
}
nav {
  position: fixed;
  z-index: 9999998;
  top: 0px;
  width: 100%;
}
#sp_nav_bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 9999997;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
  top: 0;
  left: 0;
}
#sp_nav_bg p {
  position: absolute;
  color: #fff;
  padding: 0 10px;
  font-size: 70%;
  text-align: center;
  bottom: 20px;
}
#sp_nav_bg img {
  opacity: 0.3;
}
#nav {
  display: none;
  width: 80%;
  margin: 80px auto;
  left: 0;
  right: 0;
  border-top: 1px solid #777;
  z-index: 99999999;
  border: #8498a1 3px solid;
  border-radius: 4px;
  box-shadow: 0 0 0px 2px #cbd3d6;
}
#nav li {
  background: none;
  padding: 0;
}
.g_nav {
  background: #fff;
}
ul#nav li a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  color: #666;
  text-decoration: none;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 2px;
  background: #eee;
}
.img_center {
  text-align: center;
}
h5 {}
p#copyright {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  font-size: 90%;
}
#pagetop img {
  width: 74px;
}
.flex_box {
  margin: 20px;
}
/*whitebox*/
div.bg_white {
  margin: -50px 0 -150px;
  height: 150px;
  position: relative;
  background: #fff;
  z-index: 98;
}
div.bg_white::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  box-shadow: 0 8px 10px -10px #000 inset;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
}
div.bg_white .contents::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 60%;
  background: #fff;
}
.bg_gr {
  margin: 0;
  position: relative;
  transform: skewY(-5deg);
}
.bg_gr_mask {
  overflow: hidden;
  height: 100%;
}
.bg_gr .bg_gr_bg {
  transform: skewY(5deg);
  background: #f4f4f4 url(../img/common/bg1.jpg);
  padding: 180px 0 200px;
  margin-top: -100px;
}
.FadeLeft {
  opacity: 0;
  right: -200px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftin {
  opacity: 0;
  margin-left: -200px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.FadeLeft2, .leftin2 {
  opacity: 1;
  right: 0;
  margin-right: 0;
  margin-left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.free {
  margin: 260px 0 0;
  position: relative;
  box-shadow: 0 -8px 10px -10px #000;
}
.free_mask {
	
  overflow: hidden;
}
.free_mask_bg {
  background: #000 url(../img/common/bg_free.jpg) no-repeat center 0;
  background-size: cover;
  padding: 240px 10px;

}

.free_mask_bg div {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
  text-align: center;
}
#footer_logo {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
}
#footer_logo img {
  width: 100%;
}
#pagetop {
  background: #fff;
  text-align: center;
  padding: 40px 0;
  z-index: 99;
  position: relative;
  margin-top: -80px;
  box-shadow: 0 8px 10px -10px #000 inset;
}
#pagetop p {
  padding: 0;
}
#header_nav {
  position: absolute;
  z-index: 998;
  width: 98%;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 2% 5px 0;
  font-size: 80%;
  margin: 0;
}
#header_nav li {
  background: none;
  padding: 0;
  border-right: #fff 2px solid;
  display: inline-block;
  transform: skewX(-10deg);
}
#header_nav li:last-child {
  border: none;
}
#header_nav li a {
  color: #fff;
  padding: 0px 10px;
  text-decoration: none;
  transform: skewX(10deg);
  display: block;
}
#information {
  color: #fff;
  font-size: 80%;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
#information th, #information td {
  width: 100%;
  line-height: 1.5em;
  vertical-align: top;
  display: block;
}
#information td {
  margin-bottom: 1em;
}
#store p {
  display: inline-block;
}
#store img {
  height: 50px;
  width: auto;
}
/*spNav*/
nav.menu {
  width: 40px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 50px;
  z-index: 9999999;
  padding-left: 10px;
  background: #ec833d;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
}
nav .menu1 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 12px;
  position: absolute;
  border-radius: 4px;
}
nav .menu2 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 23px;
  position: absolute;
  border-radius: 4px;
}
nav .menu3 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 35px;
  position: absolute;
  border-radius: 4px;
}
nav .menu1, nav .menu2, nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */
}
nav .menuclick1 {
  top: 23px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}
nav .menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}
nav .menuclick3 {
  top: 23px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
/* others */
img {
  width: 100%;
}
.text_left {
  width: auto;
  padding: 0 1%;
  margin: 0;
}
.contents .img_right {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 20px;
}
.contents .img_left {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 20px;
}
#store_main {
  position: absolute;
  top: 400px;
  left: 10px;
}
#store_main p {
  padding: 0;
}
#store_main p img {
  width: 40%;
}
#com_logo {
  padding: 0 0 10px;
  text-align: left;
  color: #fff;
  font-size: 70%;
}
#com_logo img {
  width: 160px;
  padding-right: 20px;
}
.space{
	display:block;
	height: 40px;
	
}

/*-------------*/
/*768px*/
/*-------------*/
@media screen and (min-width : 768px) {
  body {
    min-width: 1000px;
  }
  img {
    width: auto;
  }
  #wrapper {}
  /* header */
  h1 {
    font-size: 120px;
    letter-spacing: 7px;
    line-height: 0.7em;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 200px;
    text-align: center;
    z-index: 99999;
    color: #fff;
    font-weight: bold;
  }
  h1 span {
    font-size: 38%;
    display: block;
    letter-spacing: 2px;
  }
  h1 span.aoba {
    letter-spacing: 5px;
    font-size: 27%;
    font-weight: lighter;
  }
  h2 {
    font-size: 140%;
    text-align: left;
  }
  h3, h4 {}
  h5 {
    font-size: 110%;
  }
  /* g_nav */
  #btn_nav, #sp_nav_bg {
    display: none;
  }
  nav {
    position: relative;
    z-index: 99999999;
  }
  ul#nav {
    display: block;
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    height: 40px;
    list-style: none;
    border: none;
    filter: drop-shadow(0px 0px 4px #666);
    border-radius: none;
    box-shadow: none;
  }
  ul#nav li {
    width: 12%;
    max-width: 200px;
    border-right: #b7bbc6 1px solid;
    border-left: #fff 1px solid;
    float: left;
    background: none;
    padding: 0;
  }
  ul#nav li a {
    width: 100%;
    height: 35px;
    padding-top: 15px;
    display: block;
    border: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-shadow: 0px 1px 0px #ffffff;
  }
  ul#nav li a {
    background: url(../img/common/nav.png) repeat-x 0 top;
  }
  ul#nav li a:hover {
    background: url("../img/common/nav_common_bottom.png") repeat-x 0 bottom;
    color: #fff;
    text-shadow: 0px 0px 3px #ffffff;
  }
  ul#nav li:first-child, ul#nav li:last-child {
    border: none;
  }
  ul#nav li:first-child a {
    background: url(../img/common/nav_first.png) no-repeat left top;
    padding-left: 1em;
  }
  ul#nav li:first-child a:hover {
    background: url(../img/common/nav_bottom.png) no-repeat left bottom;
  }
  ul#nav li:last-child a {
    background: url(../img/common/nav_first.png) no-repeat right top;
    padding-right: 1em;
  }
  ul#nav li:last-child a:hover {
    background: url(../img/common/nav_bottom.png) no-repeat right bottom;
  }
  ul#nav a:hover, ul#nav li.current a {
    background: url(../img/common/nav_bottom.png) no-repeat center bottom;
    color: #fff;
    text-shadow: 0px 0px 5px #ffffff;
  }
  ul#nav li:first-child a:hover, ul#nav li.current:first-child a {
    background: url(../img/common/nav_bottom.png) no-repeat left bottom;
  }
  ul#nav li:last-child a:hover, ul#nav li.current:last-child a {
    background: url(../img/common/nav_bottom.png) no-repeat right bottom;
  }
  /* main_contents */
  .contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  /* footer_nav */
  #footer_nav {
    padding: 20px 0;
    border: none;
  }
  #footer_nav li {
    display: inline;
    border-bottom: none;
    padding: 0;
    border-right: 1px solid #fff;
  }
  #footer_nav li:last-child {
    border: none;
  }
  /* footer */
  footer {
    font-size: 90%;
  }
  footer div {
    margin: 0 auto;
    position: relative;
  }
  .img_right {
    float: right;
  }
  .img_left {
    float: left;
  }
  .flex_box {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .text_right {
    float: right;
    width: 70%;
  }
  .text_left {
    float: left;
    width: 70%;
  }
  .contents .img_left, .contents .img_right {
    width: 25%;
    margin: auto;
    padding: 0;
  }
  .img_left img, .img_right img {
    width: 100%;
  }
  .free_mask_bg div {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #footer_logo, #footer_logo img {
    width: 320px;
  }
  #header_nav {
    text-align: right;
    margin: 0;
  }
  #information {
    width: 60%;
  }
  #information th {
    width: 10%;
    display: table-cell;
  }
  #information td {
    width: 70%;
    display: table-cell;
  }
  #store {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
  }
  #store img {
    height: 50px;
  }
  .menu {
    display: none;
  }
  .FadeLeft {
    margin-right: -200px;
    right: 0;
  }
  .FadeLeft2, .leftin2 {
    opacity: 1;
    right: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #store_main {
    position: absolute;
    top: 70px;
    left: 30px;
  }
  #store_main p {
    padding: 0 0 1em;
  }
  #store_main p img {
    width: 160px;
  }
  .free {
    margin: 0;
    /*  margin: 200px 0 0;  */
  }
  .free_mask_bg {
	  background-attachment: fixed;
	}
	.space{
	display:block;
	height: 100px;
	
}
}
@media screen and (min-width : 1600px) {
  div.bg_white {
    margin: -50px 0 -300px;
    height: 300px;
  }
}

/* ---------------------------
問い合わせフォーム周り
---------------------------*/
/* .contact-btn-wrap {
  display: flex;
} */

/* * {
  box-sizing: content-box!important;
}
.snow-monkey-form * {
  box-sizing: border-box!important;
} */