@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
#menubar01 {
  display: none;
}
/* ===================
改行
====================== */
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
/* ===================
ヘッダー関連
====================== */
#header {
  position: fixed;
  width: 100%;
  height: 65px;
  background-color: #fff;
  z-index: 5000;
}
.head-wrap {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head-wrap .contact-btn {
  display: none;
}
.head-logo {
  width: 20%;
}
.head-logo img {
  display: block;
  width: 100%;
}
/***3列め***/
/* ===================
ハンバーガー
====================== */
#hamburger {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000;
}
#hamburger .contact-btn {
  background-color: #0086cb;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#hamburger .contact-btn a {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
#hamburger ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  top: 18px;
  right: 12px;
  height: 22px;
  z-index: 10;
  width: 36px;
}
.inmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.inmenu span:nth-of-type(1) {
  top: -5px;
  background-color: #fff;
}
.inmenu span:nth-of-type(2) {
  top: 6px;
  background-color: #fff;
}
.inmenu span:nth-of-type(3) {
  bottom: 4px;
  background-color: #fff;
}
.inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/*------*/
.hammenu {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 1000;
  right: 6px;
  top: 6px;
  color: #fff;
  font-size: 12px;
  background-color: #0086cb;
}
.menu-text {
  position: absolute;
  top: 20px;
  font-size: 12px;
  color: #fff;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 65px;
  padding-top: 50px;
}
#nav.active {
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  margin-top: 65px;
  padding-top: 50px;
}
#nav ul {
  /*  padding: 50px 0 100px;*/
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #342009;
  list-style-type: none;
}
ul.dl-menu {
  padding: 0px;
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #89898a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.dl-menu li {
  margin-top: 10px;
}
ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.1em;
}
.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #342009;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #fff
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}
.hum-icon {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.hum-icon a {
  width: calc(100% / 3 - 20px);
  margin: 20px;
}
/*-----hamburger_set_end-----*/
/* ===================
ブロック要素
====================== */
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3rem;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3.5rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #fff;
  padding-bottom: 4em;
}
/* ===================
見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  padding: 0.5em 0;
  border-bottom: solid 3px black;
}
/* ===================
ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  display: none;
}
.footer-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.link-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.link-wrap ul li {
  width: 100%;
  list-style: none;
}
.link-wrap li {
  width: 100%;
  color: #333;
  list-style: none;
  padding: 1em;
}
.link-wrap a {
  color: #333;
}
.company-info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
}
.company-info {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
.company-info ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.company-info img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
.company-info li {
  list-style: none;
  padding: 0.5em;
  color: #333;
}
.company-info a {
  padding: 0.1em 0;
  color: #333;
}
.company-name a {
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.1em;
}
.copy {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 50px 0 10px;
}
/* ===================
ニュース
====================== */
.news-wrap {
  width: 100%;
  margin: 0 auto;
}
.news-ttl {
  width: 100%;
  margin: 5em auto;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
.news-ttl h2 {
  font-family: "Prata";
  font-size: 30px;
  color: #154995;
}
.news-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin: 1em auto 0;
}
table.table-news th {
  width: 26%;
  border-bottom: 0px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 1em;
}
table.table-news td {
  width: 100%;
  display: block;
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
table.table-news th span {
  display: inline-block;
  width: 80px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #154995;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}
.news-archive {
  color: #fff;
  padding: 10px;
  width: 260px;
  display: block;
  margin: 0 auto 3.5em;
  text-align: center;
  text-decoration: underline;
}
/* ===================
グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.map-box {
  width: 90%;
  max-width: 1100px;
  margin:0 auto;
margin-top: 1em;
  text-align: center;
}
.gmap {
  max-width: 1100px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* ===================
フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  height: 2.5em;
  cursor: pointer;
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}
.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
/* ===================
ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 65px;
  background: #2ea8e1;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ===================
株式会社アックスプロダクツ
====================== */
/*トップ*/
.sp-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
}
.sp-btn a {
  width: 50%;
}
.top-img {
  position: relative;
}
.top-img img {
  min-width: 100%;
}
.top-txt {
  width: 90%;
  text-align: left;
  margin: 2em auto 0;
}
.top-btn {
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 30px auto 0;
}
.top-btn a {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 15px;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1.2rem;
  font-family: serif;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  color: #333333;
  border: 1px solid #4d4d4d;
  margin: 0 auto;
  margin-top: 0em;
}
.top-btn a i {
  color: #80b2e2;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
.top-btn a:hover {
  animation: btn-animation 1s;
}
@keyframes btn-animation {
  0% {
    box-shadow: 0 0 0 0 #b6d1ec;
  }
  100% {
    box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
  }
}
.txt-ja {
  width: 40%;
  max-width: 500px;
}
.txt-en {
  width: 50%;
  max-width: 600px;
  margin-top: 2em;
}
.top-sec {
  text-align: center;
}
.kizai-sec {
  padding: 0 1em;
}
.kizai-cnt {
  padding: 0 1em;
}
.movie-cnt {
  position: relative;
  background-image: url("../img/movie_bg_sp.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 800 / 755;
  margin-top: 5em;
}
.movie-in {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 1em;
}
.ttl-1 {
  text-align: center;
  color: #333333;
  font-size: 28px;
  margin: 3.5em 0 0 0;
}
.ttl-2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0
}
.t-1 {
  text-align: center;
  margin-top: 2em;
  letter-spacing: -0.08em;
  line-height: 1.8;
}
.t-2 {
  text-align: center;
  color: #fff;
  margin-top: 2em;
  letter-spacing: -0.08em;
  line-height: 1.8;
}
.flex-1 {
  display: flex;
  justify-content: center;
}

.flex-toi {
display: flex;
width: 90%;
flex-direction: column;
justify-content: center;
margin: 0 auto;
margin-top: 2em;
}

.btn-bl {
  width: 90%;
  max-width: 400px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1rem;
  margin: 0 auto;
  color: #333;
  border: 8px solid #0086cb;
}

.btn-bl:hover {
  color: #fff;
  border: 8px solid #0086cb;
  background-color: #0086cb;
z-index: 5000;
opacity: 1.0;
}

.btn-wh {
  width: 90%;
  max-width: 400px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1rem;
  margin: 3em auto 0;
  color: #fff;
  border: 8px solid #fff;
}

.btn-wh:hover {
  color: #000;
  border: 8px solid #fff;
  background-color: #fff;
opacity: 1.0;
}

.btn-bk {
  width: 90%;
  max-width: 400px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1rem;
  margin: 0 auto;
  color: #333;
  border: 8px solid #333;
}
.btn-bk:hover {
  color: #fff;
  border: 8px solid #000;
  background-color: #000;
opacity: 1.0;
}
.company-sec {
  margin-top: 6em;
}
.company-sec .btn-bk {
  width: 80%;
  margin-top: 1.5em;
}
.company-sec .flex-1 {
  flex-direction: column;
}
.company-sec .company-img {
  width: 100%;
}
.company-sec .company-img img {
  width: 90%;
  aspect-ratio: 480 / 320;
}
.contact-sec {
  background-color: #0086cb;
  padding: 3em 0;
  margin-top: 7em;
}
.contact-sec .flex-1 {
  width: 90%;
  margin: 1.5em auto 0;
  flex-direction: column;
  padding: 0 1em;
}
.contact-sec .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #fff;
}

.contact-sec .contact-btn:hover {
  background-color: #fff;
  color: #000;
opacity: 1.0;
}
.contact-sec .contact-btn:hover p {
  color: #0086cb;
}
.contact-sec .contact-btn:hover i {
  color: #0086cb;
}

.contact-sec .contact-btn p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.contact-sec .contact-btn i {
  margin-right: 20px !important;
  font-size: 30px;
  color: #fff;
}
.tel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #0086cb;
  padding: 10px;
  margin-top: 2em;
}
.tel-btn p {
  color: #0086cb;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.tel-btn i {
  transform: scaleX(-1);
  font-size: 40px;
  margin-right: 20px;
}
.sns-link {
  margin-top: 4em;
}
.sns-link .flex-1 {
  width: 100%;
}
.sns-link .flex-1 a {
  width: calc(100% / 3 - 40px);
  max-width: 70px;
  margin: 20px;
}
.security-link {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: underline;
  margin-top: 30px;
}
/*レンタル*/
.size-s {
  display: block;
  width: 90%;
  margin: 1em auto 0;
}
.kizai-sec .flex-1 {
  flex-direction: column;
  margin-top: 1em;
}
.kizai-sec .flex-1 img {
  width: calc(100% - 2em);
  margin: 1em;
}
.rental-sec {
  margin-top: 5em;
}
.rental-sec .h3 {
  margin-top: 2em;
}
.rental-sec .flex-1 {
  justify-content: flex-start;
  flex-direction: column;
}
.rental-sec .ttl-1 {
  text-align: center;
  margin-top: 1em;
}
.rental-sec .t3 {
  text-align: center;
  margin-top: 2em;
}
.rental-sec .flex-1 img {
  width: 100%;
}
.nagare-txt {
  width: 100%;
  padding: 0 1em;
}
.first-customer-sec {
  margin-top: 5em;
  padding: 0 1em;
}
.first-customer-sec .flex-1 {
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.t4 {
  text-align: center;
  margin-top: 2em;
}
.first-customer-sec img {
  display: block;
  max-width: 40px;
  margin: 1em auto 0;
}
.first-customer-sec .t4 {
  letter-spacing: -0.02em;
}
.qa-sec {
  margin: 5em auto 0;
}
.qa-sec .flex-1 {
  justify-content: center;
  flex-direction: column;
}
.qa-sec .flex-1 .qa-txt {
  width: 100%;
  padding: 0 1em;
}
.qa-sec .t3 {
  text-align: left;
  margin-top: 2em;
}
.qa-sec .flex-1 img {
  width: 100%;
  margin-top: 2em;
}
.qa-sec .ttl-1 {
  text-align: center;
  margin-top: 0;
}



@media (max-width: 281px) {
  p {
    font-size: 14px;
  }
  .top-btn a {
    font-size: 15px;
  }
  .btn-bl {
    font-size: 12px;
  }
  .company-name a {
    font-size: 16px;
  }
  .contact-sec .contact-btn p {
    font-size: 13px;
  }
}

.bt001{
margin-top: 1em;
padding: 0 1em;
}

.backimg001{
margin-top: 2em;
}

#bg-video {
object-fit: cover;
/*position:fixed;*/
right: 0;
bottom: 0;
top: 10%;
z-index: -100;
min-width: 100%;
min-height: 100%;
height: auto;
width: 100%;
margin: 0 auto;
}

.pc_video {
padding-top: 4.0em;
margin-bottom: -2.5em;
width: 100%;
padding-bottom: 0%;
}

#sp-video {
padding-top: 5em;
margin-bottom: -2.5em;
position: relative;
width: 100%;
padding-bottom: 56.25%;
}

#sp-video video {
object-fit: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn-ren a{
width: 280px;
display: inline-block;
text-align: center;
padding: 15px;
font-weight: bold;
text-decoration: none !important;
font-size: 1rem;
margin: 0 auto;
margin-top: 2em;
color: #333;
border: 8px solid #0086cb;
}

.btn-ren a:hover {
color: #fff;
border: 8px solid #0086cb;
background-color: #0086cb;
z-index: 5000;
opacity: 1.0;
}

.kizaiflex{
display: flex;
flex-direction: column;
width: 90%;

margin: 0 auto;
margin-top: 2em;
}

.kizai001{
width: 100%;
padding: 0;
}

.kizai002{
width: 100%;
margin-top: 1.7em;
}

.ttl-came {
text-align: center;
color: #333333;
font-size: 28px;
margin: 1.5em 0 0 0;
}

.t-came {
text-align: center;
margin-top: 2em;
letter-spacing: -0.08em;
line-height: 1.8;
}

.btn-ren02 a{
width: 280px;
display: inline-block;
padding: 15px;
font-weight: bold;
text-decoration: none !important;
font-size: 1rem;
margin-top: 2em;
color: #333;
border: 8px solid #0086cb;
}

.btn-ren02 a:hover {
color: #fff;
border: 8px solid #0086cb;
background-color: #0086cb;
z-index: 5000;
opacity: 1.0;
}

.cameflex{
margin-top: 5em;
}

.nakabun{
background-color: #f2f2f2;
background-image:linear-gradient(-180deg, #fff 50%, transparent 50%);
background-size: 10px 10px;
margin: 5em 0em 3em 0em;
padding: 1.5em 1em 3.5em 1em;
}

.mark{
width: 100%;
max-width: 45px;
margin: 0 auto;
margin-top: 1.5em;
}

.ttl-s {
  text-align: center;
  color: #333333;
  font-size: 28px;
  margin: 1.5em 0 0 0;
}

.btn-ren-s a{
width: 280px;
display: inline-block;
text-align: center;
padding: 15px;
font-weight: bold;
text-decoration: none !important;
font-size: 1rem;
margin: 0 auto;
margin-top: 2em;
color: #333;
border: 8px solid #0086cb;
}

.btn-ren-s a:hover {
color: #fff;
border: 8px solid #0086cb;
background-color: #0086cb;
z-index: 5000;
opacity: 1.0;
}

.btn-ren03 a{
width: 280px;
display: inline-block;
text-align: center;
padding: 15px;
font-weight: bold;
text-decoration: none !important;
font-size: 1rem;
margin: 0 auto;
margin-top: 2em;
color: #333;
border: 8px solid #0086cb;
}

.btn-ren03 a:hover {
color: #fff;
border: 8px solid #0086cb;
background-color: #0086cb;
z-index: 5000;
opacity: 1.0;
}

.rentalpeo{
width: 75%;
margin: 0 auto;
margin-top: 3em;
}

.topflex_sp{
display: flex;
flex-direction: column;
padding-top: 65px;
}

















/*iphone5&SE用*/
@media screen and (min-width: 320px) and (max-width: 374px){
	
.btn-wh {
margin: 0.5em auto 0;
}

.t-2 {
margin-top: 0.5em;
}
	
.movie-in {
top: 10%;
}
	
}




