@charset "UTF-8";

/*----------------------------------------------------
	SP
----------------------------------------------------*/

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

/* ********** block0 ********** */

.visual {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img {
  height: 100vh;
}
.visual #img1 {
  background: url(../images/img01_sp.jpg) no-repeat center center / cover;
}
.visual #img2 {
  background: url(../images/img02_sp.jpg) no-repeat center center / cover;
}
.visual #img3 {
  background: url(../images/img03_sp.jpg) no-repeat center center / cover;
}
.visual .box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.visual .box h1 {
  width: 80px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%,0);
}
.visual .box h1 img {
  width:  100%;
}
.visual .box h2 {
  width: 100%;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-22px);
}
.visual .box p {
  width: 100%;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,22px);
}
.visual .scroll {
  height: 145px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  z-index: 1000;
  cursor: pointer;
  transform: translate(-50%,0);
}
.visual .scroll p {
  font-size: 10px;
}
.visual .scroll .arrow_wrap {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.visual .scroll .arrow {
  content: '';
  width: 1px;
  height: 110px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 45%;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
.visual:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: .5;
}

/* ********** intro ********** */

section .intro {
  width: 100%;
}
section .intro .inner {
  padding: 100px 20px 50px;

}
section .intro figure {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 50px;
}
section .intro dl {
  width: 100%;
}
section .intro dl dt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
}
section .intro dl dd {
  font-size: 12px;
  line-height: 2;
}

/* ********** title ********** */

section .title {
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
section .title h2 {
  margin: 0 0 25px 0;;
  padding: 0 0 35px 0;
  font-family: 'Alfa Slab One', cursive;
  font-size: 24px;
  letter-spacing: 5px;
  background: url(../images/h2_line.png) no-repeat center bottom / 260px auto;
}
section .title h2 p {
  font-size: 12px;
}

/* ********** lineup ********** */

section .lineup {
  padding: 50px 0 0 0;
  background: url(../images/bg.jpg) repeat center top;
}
section .lineup .block {
  border-top: 1px solid #606060;
  position: relative;
}
section .lineup .block .txt1 {
  width: 85px;
  position: absolute;
  top: -98px;
  left: 0;
}
section .lineup .block .txt2 {
  width: 160px;
  position: absolute;
  top: -80px;
  right: -40px;
}
section .lineup .block .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 20px 20px;
  position: relative;
  z-index: 2;
}
section .lineup .block .slider {
  margin: 0 0 20px 0;
}
section .lineup .block .slider .slider-for {
  margin: 0 0 10px 0;
  display: none;
}
section .lineup .block .slider .slider-for.slick-initialized {
  display: block;
}
section .lineup .block .slider .slider-for img {
  width: 100%;
}
section .lineup .block .slider .slider-nav {
  display: none;
}
section .lineup .block .slider .slider-nav.slick-initialized {
  display: block;
}
section .lineup .block h3 {
  margin: 0 0 20px 0;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
section .lineup .block h3 span {
  font-size: 24px;
  display: block;
}
section .lineup .block p.desc {
  margin: 0 0 40px 0;
  font-size: 13px;
  text-align: center;
}
section .lineup .block h4 {
  margin: 0 0 20px 0;
  color: #be946d;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 18px;
}
section .lineup .block .flex .box {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 12px;
}
section .lineup .block .flex .box h5 {
  margin: 0 0 20px 0;;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
section .lineup .block .flex .box h5:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #be946d;
  position: absolute;
  left: 0;
  bottom: 0;
}
section .lineup .block .flex .box table {
  width: 100%;
}
section .lineup .block .flex .box table th {
  width: 110px;
  padding: 0 0 5px 0;
  text-align: left;
}
section .lineup .block .flex .box table td {
  padding: 0 0 5px 0;
}
section .lineup .block .flex .box ul {
  margin: 30px 0 0 0;
}
section .lineup .block .flex .box ul li {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}
section .lineup .block .flex .box ul li img {
  margin: 0 15px 0 0;
}
section .lineup .block .flex .box h6 {
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  color: #f874b2;
  font-size: 20px;
  font-weight: 700;
}
section .lineup .block .flex .box p {
  font-size: 14px;
}
section .lineup .block .flex .box p sapan {
  font-size: 18px;
}
section .lineup .block .flex .box a.btn {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 5px;
  border: 1px solid #fff;
  display: block;
  transition: .3s;
}
section .lineup .block .flex .box a.btn:hover {
  color: #303030;
  background: #fff;
}


/* ********** system ********** */

section .system {
  background: url(../images/system_bg.jpg) no-repeat center top / cover;
}
section .system .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px 80px;
}
section .system p.desc {
  margin: 0 0 40px 0;
  font-size: 13px;
  text-align: center;
  line-height: 2;
}
section .system .price {
  margin: 0 0 40px 0;
}
section .system .price .box {
  width: 100%;
  padding: 20px;
  background: url(../images/dot.jpg) no-repeat left top,
  url(../images/dot.jpg) no-repeat right top;
}
section .system .price .box:last-of-type {
  background: url(../images/dot.jpg) no-repeat left top,
  url(../images/dot.jpg) no-repeat left bottom,
  url(../images/dot.jpg) no-repeat right top,
  url(../images/dot.jpg) no-repeat right bottom;
}
section .system .price .box .item {
  padding: 50px 20px 30px 20px;
  text-align: center;
  letter-spacing: 3px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, .8);
  position: relative;
}
section .system .price .box .item .plan {
  width: 80%;
  height: 80px;
  padding: 12px 0 0 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  background: url(../images/plan_bg.png) no-repeat center top / 100% 100%;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%,0);
}
section .system .price .box .item .txt1 {
  color: #754c24;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}
section .system .price .box .item .txt1 span {
  font-size: 52px;
  font-weight: 700;
}
section .system .price .box .item .txt2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
section .system .price .box .item .txt3 {
  margin: 15px 0 0 0;
  padding: 2px 20px 3px 20px;
  color: #42210b;
  letter-spacing: 2px;
  border: 1px solid #42210b;
  border-radius: 30px;
  display: inline-block;
}
section .system .block {
  padding: 20px;
  font-size: 12px;
  border: 1px solid #fff;
}
section .system .block .box1 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}
section .system .block .box2 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}
section .system .block a {
  color: #fff;
}
section .system .block a:hover {
  text-decoration: none;
}
section .system .block h3 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
section .system .block h3:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #be946d;
  position: absolute;
  left: 0;
  bottom: 0;
}
section .system .block p + h3 {
  margin: 40px 0 20px 0;
}

/* ********** flow ********** */

section .flow {
  margin: -32px 0 0 0;
  padding: 32px 0 0 0;
  background: url(../images/triangle_gray.png) repeat-x center top;
}
section .flow .outer {
  background: #2f3034;
}
section .flow .inner {
  margin: 0 auto;
  padding: 50px 20px;
}
section .flow .flex {
}
section .flow .flex figure {
  width: 100%;
  margin: 30px 0 0 0;
}
section .flow .flex .text {
  width: 100%;
}
section .flow .flex .text p {
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 12px;
}
section .flow .flex .text ul li:after {
  content: "";
  width: 1px;
  height: 30px;
  margin: 0 0 0 15px;
  background: #fff;
  display: block;
}
section .flow .flex .text ul li:last-child:after {
  display: none;
}
section .flow .flex .text ul li dl {
  display: flex;
  align-items: center;
}
section .flow .flex .text ul li dl dt {
  padding: 0 15px 0 0;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 20px;
}
section .flow .flex .text ul li dl dd {
  font-size: 12px;
  font-weight: 700;
}

/* ********** faq ********** */

section .faq {
  background: url(../images/bg.jpg) repeat center top;
}
section .faq .inner {
  margin: 0 auto;
  padding: 50px 20px;
}
section .faq .inner .block {
  padding: 30px 0;
  background: url(../images/dot.jpg) no-repeat left top,
  url(../images/dot.jpg) no-repeat right top;
}
section .faq .inner .block ul {
  border-top: 1px solid #8c8c8c;
}
section .faq .inner .block ul li {
  border-bottom: 1px solid #8c8c8c;
  position: relative;
}
section .faq .inner .block ul li:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #be946d;
  position: absolute;
  right: 10px;
  top: 33px;
  transition: .3s;
}
section .faq .inner .block ul li:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #be946d;
  position: absolute;
  right: 10px;
  top: 33px;
  transition: .3s;
  transform: rotate(90deg);
}
section .faq .inner .block ul li.active:before {
  opacity: 0;
  transform: rotate(90deg);
}
section .faq .inner .block ul li.active:after {
  transform: rotate(180deg);
}
section .faq .inner .block ul li dl {
padding: 0 40px 0 40px;
}
section .faq .inner .block ul li dl dt {
  padding:  20px 0;
  color: #be946d;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
section .faq .inner .block ul li dl dt:after {
  content: "Q.";
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: -35px;
}
section .faq .inner .block ul li dl dd {
  padding: 0 0 25px 0;
  font-size: 12px;
  display: none;
}
section .faq .inner .block ul li dl dd a {
  color: #fff;
}
section .faq .inner .block ul li dl dd a:hover {
  text-decoration: none;
}

/* ********** reserve ********** */

section .reserve {
  margin: -32px 0 0 0;
  padding: 32px 0 0 0;
  background: url(../images/triangle_gray.png) repeat-x center top;
}
section .reserve .outer {
  background: #2f3034;
}
section .reserve .inner {
  margin: 0 auto;
  padding: 50px 20px 80px 20px;
}
section .reserve .inner p {
  margin: 0 0 40px 0;
  text-align: center;
}
section .reserve .inner a.btn {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 5px;
  border: 1px solid #fff;
  display: block;
  transition: .3s;
}
section .reserve .inner a.btn:hover {
  color: #303030;
  background: #fff;
}

/* ********** loading ********** */

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background: #191919;
}
.loading img {
  width: 180px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/* ********** sub ********** */

section.sub {
  width: 100%;
  padding: 40px 20px 80px;
}
section.sub .inner {
  margin: 0 auto;
}
section.sub h2 {
  margin: 0 0 30px 0;
  font-size: 12px;
}
section.sub h2 .en {
  margin: 0 0 10px 0;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  display: block;
}
section.sub .content {
  padding: 30px 0 0 0;
  font-size: 12px;
  border-top: 1px solid #808080;
}

/* ********** reserve ********** */

section#reserve h3 {
  margin: 0 0 30px 0;
  color: #be946d;
  font-size: 16px;
}
section#reserve .red {
  color: #ff0000;
}
section#reserve .color {
  margin: 30px 0;
}
section#reserve .color ul {
  display: flex;
}
section#reserve .color ul li {
  margin: 0 20px 0 0;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #fff;
}
section#reserve .color .brown {
  background: #603813;
}
section#reserve .color .gray {
  background: #666666;
}
section#reserve .calendar {
  padding: 0 0 50px 0;
}
section#reserve .calendar iframe {
  width: 100%;
  height: 500px;
  background: #fff;
}
section#reserve .annotation {
  padding: 30px 0;
  border-top: 1px solid #808080;
}
section#reserve .annotation p:nth-of-type(2) {
  width: 130px;
}
section#reserve .content .box {
  padding: 30px 0 0 0;
  border-top: 1px solid #808080;
}
section#reserve .content dl {
  margin: 0 0 30px 0;
}
section#reserve .content dl dt {
  margin: 0 0 15px 0;
}
section#reserve .content dl dd {
  font-size: 14px;
}
section#reserve .content dl dd + dd {
  margin: 15px 0 0 0;
}
section#reserve .content dl dd label {
	margin: 0 20px 0 0;
	display: inline-block;
}
section#reserve .content dl dd .mwform-checkbox-field label {
	margin: 0;
}

section#reserve .content dl dd input[type="radio"] {
  margin: 0 5px 3px 0;
}
section#reserve .content dl dd input[type="text"],
section#reserve .content dl dd input[type="email"] {
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  background: #000;
}
section#reserve .content dl dd input[type="text"].s {
  width: 90px;
}
section#reserve .content dl dd input[type="text"].m {
  width: 120px;
}
section#reserve .content dl dd select {
  width: 120px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0;
  background: #000 url(../images/ico_select.png) no-repeat right 10px center / 20px auto;
	-webkit-appearance: none;
	appearance: none;
}
section#reserve .content dl dd textarea {
  width: 100%;
  height: 250px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  background: #000;
}
section#reserve .content a {
  color: #28c8fa;
}
section#reserve .content a:hover {
  text-decoration: none;
}
section#reserve .content .s {
  font-size: 12px;
}
section#reserve .content .btn input[type="submit"] {
	width: 100%;
	height: 70px;
	font-size: 18px;
	color: #fff;
  letter-spacing: 10px;
	border: none;
	background: #808080;
	transition: .3s;
  cursor: pointer;
}
section#reserve .content .btn input[type="submit"]:hover {
	opacity: .7;
}

/* ********** privacy ********** */

section#privacy h3 {
  margin: 0 0 30px 0;
  color: #be946d;
  font-size: 16px;
}
section#privacy .box {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  line-height: 2;
  font-size: 12px;
  border-bottom: 1px solid #808080;
}
section#privacy .box:last-of-type {
  margin: 0;
  border-bottom: none;
}
section#privacy .box p {
  margin: 0 0 20px 0;
}
section#privacy .box ul {
  margin: 0 0 20px 0;
}

/* ********** acreement ********** */

section#agreement h3 {
  margin: 0 0 20px 0;
  color: #be946d;
  font-size: 16px;
}
section#agreement h4 {
  font-weight: 700;
}
section#agreement .box {
  margin: 0 0 30px 0;
  line-height: 2;
  font-size: 12px;
}
section#agreement .box:last-of-type {
  margin: 0;
}
section#agreement .box h4 {
  font-size: 13px;
}
section#agreement .box p {
  margin: 0 0 20px 0;
}
section#agreement .box ul {
  margin: 0 0 20px 0;
}

/* ********** legal ********** */

section#legal .content {
  padding: 20px 0 0 0;
}
section#legal table {
  width: 100%;
}
section#legal table tr {
  border-bottom: 1px solid #4d4d4d;
}
section#legal table tr:last-child {
  border-bottom: 1px solid #808080;
}
section#legal table th {
  width: 120px;
  padding: 20px 0;
  color: #be946d;
  text-align: left;
}
section#legal table td {
  padding: 20px 0;
  word-break: break-all;
}

/* ********** howtoreserve ********** */

section#howto .sub {
  width: 100%;
  padding: 100px 0 150px;
}
section#howto .sub .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#howto .sub h2 {
  width: 300px;
  font-size: 16px;
}
section#howto .sub h2 .en {
  margin: 0 0 30px 0;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 32px;
  line-height: 1.5;
  display: block;
}
section#howto .sub .content {
  width: calc(100% - 300px);
  padding: 40px 0 0 0;
  border-top: 1px solid #808080;
}
	
section#howto h3 {
  margin: 0 0 20px 0;
  color: #be946d;
  font-size: 18px;
}
section#howto h4 {
  font-weight: 700;
}
section#howto .box {
  margin: 0 0 40px 0;
  line-height: 2;
  font-size: 14px;
}
section#howto .box:last-of-type {
  margin: 0;
}
section#howto .box h4 {
  font-size: 14px;
}
section#howto .box p {
  margin: 0 0 20px 0;
}
section#howto .box ul {
  margin: 0 0 20px 0;
}
section#howto .box ul a {
  color: #28c8fa;
}
section#howto .box ul a:hover {
  text-decoration: none;
}		
section#howto .box a.btn {
  width: 100%;
  padding: 25px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 5px;
  border: 1px solid #fff;
  display: block;
  transition: .3s;
}
section#howto .box a.btn:hover {
  color: #303030;
  background: #fff;
}	
section#howto .color {
  margin: 40px 0;
}
section#howto .color ul {
  display: flex;
}
section#howto .color ul li {
  margin: 0 20px 0 0;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #fff;
}
section#howto .color .brown {
  background: #603813;
}
section#howto .color .gray {
  background: #666666;
}
section#howto .calendar {
  padding: 0 0 50px 0;
}
section#howto .calendar iframe {
  width: 100%;
  height: 500px;
  background: #fff;
}
	
	
}
