﻿@charset "UTF-8";
/* css Document */
/* 共通
--------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #373636;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 150px;
  }
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.container-fluid {
  max-width: 1200px;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -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;
}

p.btn a {
  background-size: 16px;
  color: #fff;
  padding: 18px 15px;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.btn a {
    font-size: 14px;
    background-size: 10px;
  }
}

.btn_01 {
  background: #373636 url(images/rental_okinawa/arrow_icon.png) no-repeat 30% 50%;
}
@media screen and (max-width: 767px) {
  .btn_01 {
    background: #373636 url(images/rental_okinawa/arrow_icon.png) no-repeat 12% 50%;
    margin-bottom: 15px;
  }
}

.btn_02 {
  background: #373636 url(images/rental_okinawa/arrow_icon.png) no-repeat 12% 50%;
}
@media screen and (max-width: 767px) {
  .btn_02 {
    background: #373636 url(images/rental_okinawa/arrow_icon.png) no-repeat 12% 50%;
  }
}

.en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

h2 {
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
h2 span.en {
  font-size: 50px;
  margin: 0 0 15px;
  display: block;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  h2 span.en {
    margin: 0 0 10px;
    font-size: 30px;
  }
}
h2 span.ja {
  font-size: 22px;
  display: block;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  h2 span.ja {
    font-size: 12px;
  }
}

/* ヘッダー
--------------------------- */
header {
  background: url(images/rental_okinawa/main_bg.jpg) no-repeat center;
  background-size: cover;
  height: 680px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 10px;
  padding: 250px 0 0;
}
@media screen and (max-width: 991px) {
  header {
  height: 480px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 10px;
  padding: 150px 0 0;
	  
  }
}
@media screen and (max-width: 767px) {
  header {
    background: url(images/rental_okinawa/main_sp_bg.jpg) center no-repeat;
    background-size: cover;
    height: 350px;
    padding: 40px 0 0;
	  
  }
}
header p {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  header p {
    font-size: 17px;
  }
}
header h1 {
  padding: 0;
  margin: 0;
  font-size: 72px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  header h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 25px;
  }
}

/* 受付
--------------------------- */
section#reception {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  section#reception {
    padding: 0 15px 15px;
  }
}
section#reception .inner {
  background: #fff;
  padding: 0 40px 0;
}
@media screen and (max-width: 767px) {
  section#reception .inner {
    padding: 0 15px 0;
  }
}
section#reception .inner h2 {
  margin: 80px auto 50px;
}
@media screen and (max-width: 767px) {
  section#reception .inner h2 {
    margin: 40px auto 30px;
  }
}
section#reception .inner ul li {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  section#reception .inner ul li {
    margin: 0 0 50px;
  }
}
section#reception .inner .block {
  background: #fff;
  min-width: 475px;
  height: 475px;
  border-radius: 50%;
  text-align: center;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 991px) {
  section#reception .inner .block {
    min-width: 259px;
    height: 259px;
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  section#reception .inner .block {
    min-width: auto;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}
section#reception .inner .block .num {
  display: block;
  font-size: 80px;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  section#reception .inner .block .num {
    font-size: 50px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section#reception .inner .block .num {
    font-size: 50px;
    margin: 0 0 10px;
  }
}
section#reception .inner .block .txt {
  font-size: 45px;
  line-height: 1.5;
  font-weight: 500;
	color: #fff;
}
@media screen and (max-width: 991px) {
  section#reception .inner .block .txt {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  section#reception .inner .block .txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
section#reception .inner .num_01 {
  background: #2db5a6;
}
section#reception .inner .num_02 {
  background: #2db5a6;
}


/* ご利用案内
--------------------------- */
section#exposition {
  background: #e6e6e6;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  section#exposition {
    padding: 40px 0 20px;
  }
}
section#exposition .inner h2 {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  section#exposition .inner h2 {
    margin: 0 0 30px;
  }
}
section#exposition .inner > ul > li {
  position: relative;
  height: 700px;
  margin: 0 0 100px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li {
    height: auto;
    margin: 0 0 40px;
  }
}
section#exposition .inner > ul > li.left p.img {
  right: 0;
}
section#exposition .inner > ul > li.right p.img {
  left: 0;
}
section#exposition .inner > ul > li.right .txt_wrap {
  right: 0;
}
section#exposition .inner > ul > li.block01 .txt_wrap {
  padding: 40px 30px 30px;
  top: 80px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li.block01 .txt_wrap {
    padding: 20px 15px;
  }
}
section#exposition .inner > ul > li.block01 .txt_wrap h3 span {
  vertical-align: 15px;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  section#exposition .inner > ul > li.block01 .txt_wrap h3 span {
    vertical-align: 10px;
  }
}
section#exposition .inner > ul > li.block01 .txt_wrap h3:before {
  content: "01";
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  color: #2db5a6;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section#exposition .inner > ul > li.block01 .txt_wrap h3:before {
    font-size: 50px;
  }
}
section#exposition .inner > ul > li.block02 {
  margin: 0 0 250px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li.block02 {
    margin: 0 0 40px;
  }
}
section#exposition .inner > ul > li.block02 .txt_wrap {
  padding: 40px 30px 30px;
  top: 40px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li.block02 .txt_wrap {
    padding: 20px 15px;
  }
}
section#exposition .inner > ul > li.block02 .txt_wrap h3 span {
  vertical-align: 15px;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  section#exposition .inner > ul > li.block02 .txt_wrap h3 span {
    vertical-align: 10px;
  }
}
section#exposition .inner > ul > li.block02 .txt_wrap h3:before {
  content: "02";
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  color: #2db5a6;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section#exposition .inner > ul > li.block02 .txt_wrap h3:before {
    font-size: 50px;
  }
}
section#exposition .inner > ul > li.block03 {
  position: relative;
  height: auto;
  margin: 0 0 120px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li.block03 {
    height: auto;
    margin: 0 0 40px;
  }
}
section#exposition .inner > ul > li p.img {
  width: 700px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li p.img {
    position: relative;
    width: 100%;
  }
}
section#exposition .inner > ul > li p.bg {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li p.bg {
    text-align: right;
    margin-top: -50px;
  }
  section#exposition .inner > ul > li p.bg img {
    display: inline;
    width: 25%;
  }
}
section#exposition .inner > ul > li .txt_wrap {
  position: absolute;
  z-index: 2;
  background: #fff;
  max-width: 570px;
  min-height: 420px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li .txt_wrap {
    position: static;
    max-width: 100%;
    min-height: auto;
    margin: 0;
  }
}
section#exposition .inner > ul > li .txt_wrap p.en {
  font-size: 64px;
  color: #eeece7;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li .txt_wrap p.en {
    font-size: 29px;
  }
}
section#exposition .inner > ul > li .txt_wrap h3 {
  font-size: 28px;
  margin: 5px 0 20px;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li .txt_wrap h3 {
    margin: 3px 0;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  section#exposition .inner > ul > li .txt_wrap h3 {
    margin: 0 0 15px;
  }
}
section#exposition .inner > ul > li .txt_wrap p.txt {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li .txt_wrap p.txt {
    font-size: 13px;
  }
}
section#exposition .inner > ul > li .txt_wrap p.txt small {
  margin: 0;
  display: block;
  color: #686767;
  padding-left: 1em;
  text-indent: -1em;
}
section#exposition .inner > ul > li .txt_wrap .contact {
  padding: 20px;
  margin-top: 30px;
}
section#exposition .inner > ul > li .txt_wrap .contact .txt {
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li .txt_wrap .contact .txt {
    font-size: 14px;
  }
}
section#exposition .inner > ul > li .txt_wrap .contact .txt_02 {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0;
}
section#exposition .inner > ul > li .txt_wrap .contact .txt_02 a {
  color: #373636;
}
@media screen and (max-width: 991px) {
  section#exposition .inner > ul > li .txt_wrap .contact .txt_02 {
    font-size: 14px;
	margin: 10px 0 0;
  }
}
section#exposition .inner > ul > li .txt_wrap .num_01 {
  background: #c6dcd3;
}
section#exposition .inner > ul > li .txt_wrap .num_02 {
  background: #c6dcd3;
}
section#exposition .inner > ul > li .txt_wrap .detail {
  font-size: 14px;
}
section#exposition .inner > ul > li .txt_wrap .detail dt {
  margin: 10px 0 0;
  background: #e6e6e6;
  font-weight: bold;
  padding: 3px 20px;
}
section#exposition .inner > ul > li .txt_wrap .detail dd {
  margin: 10px 0 0;
  padding: 0 20px;
}
section#exposition .inner > ul > li .txt_wrap .detail dd ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

/* フッター
--------------------------- */
footer p.copyright {
  font-size: 14px;
  color: #fff;
  background: #373636;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer p.copyright {
    font-size: 10px;
  }
}
