@charset "UTF-8";

html {
}

button,
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
/*button {
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  border: none;
  outline: none;
  background: none; }*/
body {
  color:#333;/*#231815;*/
  font-size: 14px;
  font-family: "Gill Sans W04 Roman", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic","メイリオ","Meiryo", Osaka, sans-serif;
/*  font-family: Avenir , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic","メイリオ","Meiryo", Osaka, Sans-Serif;*/
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
a {
  color: #231815;
  text-decoration: none; }
footer input[type="submit"],
a {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }
input[type="submit"]:hover,
a:hover {
  opacity: .5; }
.clearfix {
  zoom: 1;
  overflow: hidden; }
.clearfix:after {
  content: "";
  display: block;
  clear: both; }
input {
  font-size:10px; }
input[type="text"],input[type="url"],input[type="password"], button, textarea, footer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0; 
	}
img {
  width: auto;
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
  border: none; }
.wysiwyg {
  word-break: break-word;
  line-height:1.75; }
.wysiwyg table {
  width: 100%!important; }
.wysiwyg ol {
  margin-left:16px;
  list-style-type:decimal; }
p {
  line-height: 1.75; }
ol,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
nav,h1,h2,h3,h4,h5 {
  letter-spacing: 0.05rem; }
/*--------------------------*/
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  
/*h1 {
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
h2 {
  font-size: 14px;
  line-height: 1.3; }*/
.prev-next {
  text-align: center; }
.prev-next a {
  display: inline-block;
  padding: 16px;
  line-height: 0; }

/*.sp-hide {
  display: block; }*/
header {
  background:#393332;
}
header nav a {
  display:block;
}
/*header .logo,
header nav li {
  border-bottom: 1px solid #e0dedd;
}*/
header nav li a {
  padding:22px 16px;
  text-align:center;
  font-size:12px;
  font-weight:normal;
text-transform: uppercase;
color:#fff;
}
header span {
  text-transform:uppercase;
  text-align:left;
  vertical-align: middle;
}
header div.logo{
  display:inline-block;
}
header nav li.logo a{
  padding:0; }
header .logo img{
  height:56px;
}
/*
.logo {
  text-align:center;
  padding:22px 8px;
}*/
.main-inner {
  width:100%;
  height:100%;
  padding:24px;
    overflow:scroll;

}
.inner-box {
 /* margin:24px;*/
  padding:24px;
  background: rgba(255,255,255,0.8);
}
.inner-box h1 {
  margin-top:0;
}
.inner-box p {
  margin-bottom:0;
}
.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: rgba(255,255,255,0.1);
	/*background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
  line-height:1;
  border-radius:0;
  cursor:pointer;
}
.select-wrap {
  position:relative;
  font-size:12px;
  margin-bottom:8px;
}
.select-wrap:after {
  position: absolute;
  top: 23%;
  right: 11px;
  content: "\0f0d7";
  display: inline-block;
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 22px;
  z-index:-1;
}
/*
.select-wrap.sp:after {
  display:none;
}*/
#name,#tel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: rgba(255,255,255,0.1);
    line-height: 1;
    border-radius: 0;
    font-size:12px;
    margin-bottom:8px;

}
#tel + input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*border: 1px solid #999;*/
	/*background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 50%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 50%);*/
  line-height:1;
  font-size:14px;
  letter-spacing:0.2px;
  text-transform:uppercase;
  background:#999;
  border:none;
  color:#fff;
  border-radius:6px;
}
.select-wrap input[type="date"],
.select-wrap input[type="text"] {
  font-size:12px;
}
#calendar2,
#calendar {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
  line-height:1;
	background: rgba(255,255,255,0.1);
  cursor:pointer;
}
.select-wrap input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
  line-height:1;
	background: rgba(255,255,255,0.1);
  cursor:pointer;
  border-radius:0;
  min-height:34px;
}
.inner-box .select-wrap:after {
  z-index:0;
}
#sns-wrap {
  position:fixed;
  top:0;
  right:24px;
  z-index:900;
  display:inline-block;
  /*border-radius:0 0 4px 4px;*/
  background: rgba(255,255,255,0.4);
  padding:12px 0;
}
#sns-btn {
/*  color:#333;*/
  display:block;
  padding:16px 16px 8px;
  letter-spacing:0.5px;
  cursor:pointer; }
/*
.sns-box {
  height:0;
  overflow:hidden;
  -webkit-transition:all 1s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}
.show-sns .sns-box {
  height:80px;
  padding:8px 0;
}*/
.sns-box a {
  text-align:center;
  display:block;
  font-size:24px;
  padding:8px 16px;
  color:#333;
}
.sns-box a img {
  max-height:40px; }
body {
  background:#eae5e3;
}
body.top {
  background:none;
}
.main h1 {
  text-align:center;
  color: #000;
  text-transform:uppercase;
  font-size: 32px;
  letter-spacing: 2.5px;
  margin:0;
  padding: 32px 0 24px;
 /* font-family: 'Oswald', sans-serif;*/
}

/*
.bx-viewport {
  width: auto!important;
  overflow: hidden;
  height: 100%!important;
  position: fixed!important;
}
bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px!important;
    width: 100%;
}
*/
footer {
  width: 100%;
  text-align: center;
  background:#000;
}
footer small {
  padding:12px 16px;
  font-size:10px;
  display:block;
  color:#fff;
}
footer .logo {
  background:#e60012;
  text-align:center;
}
footer .logo img {
  height:50px;
}
footer a {
  font-size:12px;
  text-transform:uppercase;
  display:block;
  padding:8px 12px 2px;
  color:#999;
}
.pattern {
  width: 100%;
  height: 100%;
  /*background: url(/img/top-catch-btn.png);*/
  background: url(http://www.webcreatorbox.com/sample/images/yokojima.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
} 
.reserve-btn {
  position:fixed;
  bottom:16px;
  right:16px;
  z-index:9999;
  cursor:pointer;
}
.reserve-btn:hover {
  opacity:0.8;
}
.cont {
  padding-top:56px;
}
.cont .wysiwyg {
  padding:0 8px;
  max-width:1000px;
  margin:0 auto;
}

@media screen and (max-width: 768px) {
header nav li a {
font-size:14px; }
.show-sp #sns-wrap {
  height:0;
  display:none;
}
.sp {
  display: block; }
.sp-hide{
  display: none; }
input {
  font-size:16px; }
.iframe-wrap {
  position: relative;
  padding-top: 56.25%; }
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/*.wrap {
  padding:  0 8px; }
#sp-btn {
  font-size: 28px; }*/
header {
 /* height: 0;*/
 /* width:0;
  white-space:nowrap;
  overflow: visible;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  z-index:9999;
  background:rgba(255, 255, 255, 0.9);
  overflow:hidden;*/
}
/*header footer,
header nav .logo {
  display:none;
}*/

header {
/*  position: fixed;
  left:0;
  width:0;
  top:60px;*/
}
header {
    position: fixed;
    background: #000;
    width: 100%;
    top: 0;
    z-index: 9998;
}
header nav ul{
  display:none; }
.show-sp header nav ul {
  display:block;
}
.show-sp header {
  width:100%;
  left:0;
}
.show-sp header li a  {
  text-align:center;
  padding:18px 16px;
  font-weight:bold;
}
header li.logo {
  display:none;
}
.show-sp header span {
  padding-left:16px;
  display:inline-block;
  width:60%;
}
header .logo, header nav li {
  border:none;
}
#sp-btn {
  display:inline-block;
  /*top:16px;
  left:16px;*/
  color:#fff;
  font-size:28px;
  /*padding:0 0 16px;*/
}
.show-sp .main {
  /*margin-left:70%;*/
}
#reserve {
  display:none;
}
/*.top #sp-btn {
  padding:16px;
}*/
.select-wrap,
.select-wrap input[type="date"],
.select-wrap input[type="text"] {
  font-size:16px;
}
.main {
  width:100%;
  height:100%;
  -webkit-transition:all 1s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}
.main-btn {
  position: fixed;
  /*top: 16px;
  left: 16px;*/
  padding:16px;
 /* width: 100%;*/
  z-index: 9999;
 /* background: rgba(255,255,255,0.9);*//

}
.main-btn .sp {
  position:absolute;
  top:18px;
  right:16px;
}
.main-btn .sp img {
  max-height:24px;
}
.main-btn {
  top: 0;
  right: 0;
}
/*
header nav img,
header .logo img {
  height:24px;
}*/
.catch.sp {
  position:relative;
}
.catch.sp img {
  width:100%;
}
.readmore {
position: absolute;
    top: 80%;
    text-align: center;
    width: 100%;
}
.readmore img{
max-width:128px;
}
.top .footer-sp a.back {
  display:none;
}
.footer-sp a.back {
  text-align:center;
border: none;
    margin-top: -36px;
    position:relative;
}
.back span {
  display:block;
  position:absolute;
  top:-20px;
  text-align:center;
  width:100%;
  padding-right:16px;
}
.back img {
  max-height:41px;
}
.footer-sp a{
  border-top:1px solid #c9bc9c;
  background:#231815;
  color:#fff;
  text-align:center;
  display:block;
  padding:16px;
}
.footer-sp small{
  display:block;
  text-align:center;
  color:#231815;
  background:#c9bc9c;
  padding:16px;
}
#sns-wrap {
  display:none;
}
.sp-sns-box {
  display:block;
  text-align:center;
  padding:16px;
}
.sp-sns-box a {
padding: 0 8px;
font-size:24px;
}
.sp-sns-box a img {
  max-height:26px;
  vertical-align:bottom;
}
.main-inner {
  background:#c9bc9c!important;
}
.inner-box {
  margin:24px;
  margin-bottom: 80px;
}
.main-inner {
  padding:0;
}
.main h1 {
  padding-top:84px;
  padding-bottom:24px;
 /* background:#231815;*/
 padding: 24px 0 16px;
  font-size:20px;
  letter-spacing:1px;
}
.glode-logo {
  position:absolute;
  
}
.glide-slide {
  position:relative;
}
.top footer {
  position:absolute;
  bottom:0;
  left:0;
  text-align:center;
}
.top footer {
  position:fixed;
}
.glide--horizontal .glide__bullets {
    padding-left: 0;
    bottom: 20%!important;
}
}/*max 768*/

@media screen and (min-width: 769px) {
.slide-logo {
    width: 100%;
    text-align: center;
    margin-top: -70%;
    margin-left: 30px;

}
  .sp-sns-box {
    display:none;
  }
.main {
/*  position:fixed;*/
  width:100%;
  height:100%;
  -webkit-transition:all 1s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}

#sp-btn,
.sp {
  display: none; }
  header {
  top: 0;
  height: 100%;
  white-space:nowrap;
  overflow: visible;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
  z-index:9999;
  /*background:rgba(255, 255, 255, 0.9);*/
}

header {
  position: fixed;
  top: 0;
  height:56px;
  width:100%;
  overflow:hidden;
  box-shadow: 0 3px 10px 10px rgba(0,0,0,0.3);
}
header span {
  width: 0;
  display: inline-block;
  overflow: hidden;
}
/*.show header,
header:hover {
  width:236px;
}*/
.show header span,
header:hover span {
  padding-left:16px;
  width:136px;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}
.main {
/*  padding-left:150px;*/
}
header:hover + .main {
/*  margin-left:300px;*/
}
header ul{
    display:inline-block;
letter-spacing:-4em;
}
header li {
  display:inline-block;
  letter-spacing:normal;
}
header li {
  border-left:1px solid #fff;
}
header li.logo {
  border:none;
}
header nav {
  position:relative;
  text-align:right;
  height:56px;
}
header div.logo{
  position:absolute;
  left:0;
}
/*
#reserve {
  position: fixed;
  top: 0;
  left:-300px;
  width:0;
  height: 100%;
  overflow: visible;
  border-left: 1px solid #e0dedd;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
  z-index:9998;
  padding:24px;
}
.a-reserve{
  cursor:pointer;
}
.show #reserve {
  width:230px;
  left:236px;
}
.show #r-close {
  position: absolute;
  top: 16px;
  right: -57px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 8px 12px;
  border-radius: 0 4px 4px 0;
  cursor:pointer;
}
.show #r-close:hover {
  opacity:1;
}*/
.main-content {
margin-left:120px;
}
.main h1 {
  width: 70%;
  margin:0 auto;
}
.inner-box {
  width:70%;
  margin:0 auto;
}
/*.glide--horizontal .glide__arrow.prev {
  left: 124px!important;
}*/
footer {
  /*position:absolute;
  bottom:0;
  left:0;*/
  text-align:center;
}
.top footer {
  display:none;
}
footer .logo.sp-hide {
    background: #000;
  display:inline-block;    
}
footer .logo img {
    height: 30px;
}
footer small {
  display:inline-block;
}

}
@media screen and (min-width: 1400px) {
.glide__slide video {
  height:1200px!important;
}
}
@media screen and (min-width: 1930px) {
.glide__slide video {
  height:1500px!important;
}
}