@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Acme);

/* #concept
================================================== */
#concept{
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding-top:90px;
  z-index:0;
  background-image:url(//rental.asoviva-works.com/images/concept-bg.jpg) ;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-attachment: scroll;
  background-size: cover
}

@media screen and (max-width: 810px) {
#concept{
  background-image:url(//rental.asoviva-works.com/images/concept-bg-sp.jpg) ;
  padding-top:70px;
  height: 90vh;
}
}

@media screen and (max-width: 568px) {
#concept{
  height: 75vh;
}
}

#concept img {
  width: 100%;
  height:auto;
}

#concept .bt-logo{
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index:1;
}

@media screen and (max-width: 568px) {
#concept .bt-logo{
  width: 50%;
}
}

.csp-info{
  width: 50%;
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index:1;
  box-sizing: border-box;
  padding:14% 0 0 3%;
  text-align: left;
  color:#FFF;
}

@media screen and (max-width: 810px) {
.csp-info{
  width: 100%;
  padding:30px 0 0 12%;
}
}

@media screen and (max-width: 568px) {
.csp-info{
  padding:30px 0 0 10%;
}
}

.csp-info h2{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:2.8em;
}

@media screen and (max-width: 810px) {
.csp-info h2{
  font-size:2em;
}
}

@media screen and (max-width: 568px) {
.csp-info h2{
  font-size:1.8em;
}
}

.csp-info p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
  line-height:1.8;
  display:block;
  padding:5px 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.csp-info p{
  padding:0;
}
}

@media screen and (max-width: 568px) {
.csp-info p{
  width: 96%;
}
}

#cfooter-menu{
  box-sizing: border-box;
  width:100%;
  position: absolute;
  left: 0;
  right:0;
  bottom: 0;
  z-index:1;
  padding:2% 2% 1%;
  text-align: center;
}

@media screen and (max-width: 568px) {
#cfooter-menu{
  display:none;
}
}

#cfooter-menu li{
  display:inline-block;
  vertical-align: middle;
  border-right:1px solid #FFF;
  padding:0 20px;
  line-height:1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.9em;
}

#cfooter-menu li:last-child {
  border-right: none;
}

#cfooter-menu a {
  text-decoration: none;
  color:#FFF;
}

#cfooter-menu a:hover {
  color:#FFF;
  text-decoration:underline;
}
/* コンセプト追加
--------------------------------------------------*/
#concept-syousai{
  width:100%;
  box-sizing: border-box;
  padding:3% 1%;
  margin:0 auto;
}

@media only screen and  (max-width: 810px) {
#concept-syousai{
	padding:4% 2%;
}
}

@media only screen and  (max-width: 568px) {
#concept-syousai{
	padding:5% 1% 5%;
}
}

#concept-syousai h3{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.5em;
  color:#6A6A36;
  line-height:2;
  letter-spacing: 0.03em;
  margin:1% 0 2%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#concept-syousai h3{
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
#concept-syousai h3{
  font-size:1.1em;
}
}

@media screen and (max-width: 325px) {
#concept-syousai h3{
  font-size:1.05em;
  letter-spacing: 0em;
}
}

.cps-catch{
  line-height:2;
  color:#6A6A36;
  padding:0 1% 2%;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 1150px) {
.cps-catch{
  font-size:15px;
  margin-bottom:10px;
  text-align: left;
}
}

@media screen and (max-width: 810px) {
.cps-catch{
  line-height:1.8;
}
}

/* コンセプトスタッフ
--------------------------------------------------*/
#concept-staff{
  width:100%;
  box-sizing: border-box;
  padding:3% 1% 0;
  margin:0 auto;
  background:#F8F8F0;
}

@media only screen and  (max-width: 810px) {
#concept-staff{
	padding:4% 2% 0;
}
}

@media only screen and  (max-width: 568px) {
#concept-staff{
	padding:5% 1% 0;
}
}

#concept-staff h4{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.5em;
  color:#6A6A36;
  line-height:1.6;
  letter-spacing: 0.03em;
  margin:1% 0 2%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#concept-staff h4{
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
#concept-staff h4{
  font-size:1.2em;
}
}

@media screen and (max-width: 325px) {
#concept-staff h4{
  font-size:1.15em;
  letter-spacing: 0em;
}
}

.cpstaff-catch{
  line-height:2;
  color:#6A6A36;
  padding:0 1% 2%;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 1150px) {
.cpstaff-catch{
  font-size:15px;
  margin-bottom:10px;
  text-align: left;
}
}

@media screen and (max-width: 810px) {
.cpstaff-catch{
  line-height:1.8;
}
}

#concept-staff .staff-list{
  text-align: center;
  width:100%;
  max-width:1000px;
  box-sizing: border-box;
  padding:2%;
  margin:0 auto;
}

@media only screen and  (max-width: 810px) {
#concept-staff .staff-list{
  padding:2% 0;
}
}

@media only screen and  (max-width: 568px) {
#concept-staff .staff-list{
  padding:4% 0;
}
}

#concept-staff .staff-list li{
  display:inline-block;
  width:49%;
  vertical-align: top;
  box-sizing: border-box;
  padding:10px 3%;
}
@media only screen and  (max-width: 810px) {
#concept-staff .staff-list li{
  padding:10px 1%;
}
}

@media only screen and  (max-width: 568px) {
#concept-staff .staff-list li{
  display:block;
  width:100%;
  padding:5% 3%;
}
}

#concept-staff li .thumbnail {
  background: transparent;
  border: 0;
}

.kod_syousai{
  width:100%;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.kod_syousai{
  padding: 5px 0;
}
}

.kod_syousai .kod_name{
  color:#6A6A36;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size:1.4em;
  line-height:1.6;
  margin-top:10px;
  text-align: center;
  letter-spacing:0em;
}

@media screen and (max-width: 568px) {
.kod_syousai .kod_name{
  line-height:1.5;
  font-size:1.2em;
}
}

.kod_from{
  text-align: center;
  margin-top:10px;
}

.kod_from p{
  color:#6A6A36;
  font-size:0.95em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  background:#FFF;
  text-align: center;
  display:inline-block;
  border:1px solid #6A6A36;
  padding:5px 15px;
}

@media screen and (max-width: 330px) {
.kod_from p{
    display:block;
    padding:5px 10px;
    font-size:0.9em;
}
}

.kod_syousai .kod_tx{
  color:#6A6A36;
  font-size:0.95em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  line-height:1.6;
  text-align: left;
  margin-top:15px;
}


#concept-staff .staff-list li img.img-circle{border-radius:50%}

#concept-staff .staff-list li img.img-circle.cir-img {
  width: 80%;
  height: auto;
  box-sizing: border-box;
  border: 5px solid #DEDEC7;
  transition: all 1s;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
#concept-staff .staff-list li img.img-circle.cir-img {
  border: 3px solid #DEDEC7;
}
}

#concept-staff .staff-list li .thumbnail:hover>img.img-circle.cir-img{
  border: 5px solid #C0C0AA;
}

@media screen and (max-width: 568px) {
#concept-staff .thumbnail:hover>img.img-circle.cir-img{
  border: 3px solid #C0C0AA;
}
}

#concept-staff .staff-list li img {
  width: 100%;
  height: auto;
}

/* .bukken-topimg
================================================== */
.bukken-topimg {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom:500px;
  z-index:1;
}

@media screen and (max-width: 810px) {
.bukken-topimg {
  height:500px;
  margin-bottom:5%;
  padding-bottom:0px;
}
}

@media screen and (max-width: 568px) {
.bukken-topimg {
  height:400px;
}
}

.bukken-topimg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-image: url("../images/bg-rental.jpg");
  background-position: top center;
}

@media screen and (max-width: 810px) {
.bukken-topimg {
  background-image: url("../images/bg-rental-tb.jpg");
  background-position: bottom center;
}
}

@media screen and (max-width: 568px) {
.bukken-topimg {
  background-image: url("../images/bg-rental-sp.jpg");
  background-position: bottom left;
}
}

.rental-top{
  width: 100%;
  box-sizing: border-box;
  padding:1.5% 2% 5%;
  text-align: center;
}

@media screen and (max-width: 818px) {
.rental-top{
  padding:3% 0 5%;
}
}

@media screen and (max-width: 568px) {
.rental-top{
  padding:5% 0;
}
}

.rental-top h3{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.3em;
  color:#6A6A36;
  line-height:2;
}

@media screen and (max-width: 568px) {
.rental-top h3{
  font-size:1.3em;
}
}

/* term-lst
================================================== */
.term-lst{
  display:block;
  width: 100%;
  margin:0;
  padding:3%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.term-lst{
  padding:3% 0;
}
}

.term-lst h2{
  text-align: center;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  padding:0 0 3%;
  font-size:2em;
}

.term{
  width: 100%;
  max-width:800px;
  margin:1% auto;
  padding:2%;
  box-sizing: border-box;
  border-bottom:1px dotted #B5B5B5;
}

@media screen and (max-width: 568px) {
.term{
  padding:3% 2%;
}
}

.term-lst .term:last-child {
  border-bottom:none;
}

.term-lst h3{
  color:#FFF;
  padding:8px 30px 10px;
  display:inline-block;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:20px;
  position: relative;
  background:#8A874F;
}


@media screen and (max-width: 568px) {
.term-lst h3{
  padding:6px 20px 8px;
  font-size:0.95em;
  margin-bottom:10px;
}
}

.term-lst h3::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: ' ';
  border: 10px solid transparent;
  border-top-color:#8A874F;
}

@media screen and (max-width: 568px) {
.term-lst h3::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  content: ' ';
  border: 8px solid transparent;
  border-top-color:#8A874F;
}
}

.term-lst p{
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 568px) {
.term-lst p{
  font-size:0.9em;
}
}

.term-lst .pt5{
  padding-bottom:10px;
}

/* terms
--------------------------------------------------*/
#terms{
  width:100%;
  box-sizing: border-box;
  padding:0 2% 1%;
  margin:0 auto;
}

@media only screen and  (max-width: 568px) {
#terms{
	width:100%;
	padding:0 1% 5%;
}
}

#terms h2{
  padding:10px;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:20px;
  font-size:1.6em;
}
@media only screen and  (max-width: 568px) {
#terms h2{
  margin-bottom:10px;
  padding:0px;
}
}

#terms .cont_sub{
  line-height:2;
  font-size:14px;
  margin-bottom:10px;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#terms .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#terms .cont_sub{
  margin-bottom:10px;
}
}

.yk-top{
  line-height:2;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#6A6A36;
  margin-bottom:10px;
  padding:0 1%;
  font-size:0.95em;
  text-align: center;
}

@media screen and (max-width: 810px) {
.yk-top{
  line-height: 1.6;
  padding:0 2%;
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
.yk-top{
  margin-bottom:10px;
}
}

.terms_bt {
  display:block;
  width:98%;
  margin:2% auto 0;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.terms_bt  {
  width:100%;
}
}

.terms_bt>li{font-size:0.9em;display:inline-block;padding-left:5px;padding-right:5px;color:#ccc; margin-bottom:15px;}

@media screen and (max-width: 810px) {
.terms_bt>li{
  margin-bottom:0px;
}
}

@media only screen and  (max-width: 568px) {
.terms_bt>li{padding-left:2px;padding-right:2px;margin-bottom:10px;}
}

.terms_bt a{color:#66643C;display:inline-block;padding:3px 20px 3px;border:1px solid #66643C;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;}
.terms_bt a:hover{color:#FFF;text-decoration:none;background-color:#D5BD1C;border:1px solid #D5BD1C;}

.terms-ttl{
  margin:25px 0;
  text-align: center;
  position: relative;
  padding-top:25px;
}

@media only screen and  (max-width: 810px) {
.terms-ttl{
  margin:10px 0 20px;
}
}

@media only screen and  (max-width: 568px) {
.terms-ttl{
  padding-top:15px;
  margin:5px 0;
}
}

.terms-ttl p{
  font-size: 1.5em;
  background:#D5BD1C;
  color:#FFF;
  padding:10px 30px 12px;
  display:inline-block;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  position: relative;
}

@media only screen and  (max-width: 568px) {
.terms-ttl p{
  padding:8px 30px 10px;
}
}

.terms-ttl p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #D5BD1C;
}

.terms-lst{
  display:block;
  width: 100%;
  max-width:800px;
  margin:0 auto;
  padding:0;
  box-sizing: border-box;
  color:#6A6A36;
}

@media screen and (max-width: 568px) {
.terms-lst{
  padding:3% 0;
}
}

.terms-lst h3{
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:1.2em;
  margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.terms-lst h3{
  font-size:1.1em;
}
}

.terms-lst p{
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:0.95em;
}


@media screen and (max-width: 568px) {
.terms-lst p{
  font-size:0.9em;
}
}

.terms-lst dl{
  display:block;
  width: 100%;
  margin:5px 0;
}

.terms-lst .mabt5{padding-bottom:10px;}

.terms-lst dt{
  width: 5%;
  display:inline-block;
  vertical-align: top;
  text-align: center;
}

.terms-lst dd{
  width: 95%;
  display:inline-block;
  vertical-align: top;
}

@media only screen and  (max-width: 568px) {
.terms-lst dt{
  width: 8%;
}

.terms-lst dd{
  width: 92%;
}
}

.terms-lst ul{
  padding:5px 0;
}


.terms-lst li{
  box-sizing: border-box;
  padding:5px 10px 0 10px;
}

@media screen and (max-width: 568px) {
.terms-lst li{
  box-sizing: border-box;
  padding:5px 5px 0;
}
}

.terms{
  width: 100%;
  max-width:900px;
  margin:1% auto;
  padding:2% 1%;
  box-sizing: border-box;
  border-bottom:1px dotted #B5B5B5;
}

@media screen and (max-width: 568px) {
.terms{
  padding:2% 0%;
}
}

.terms-tx{
  margin-bottom:10px;
  padding:0 5px;
}

.terms-tx2{
  margin-bottom:0px;
  padding:0 5px;
}

@media screen and (max-width: 568px) {
.terms-tx{
  margin-bottom:5px;
  padding:0 2px;
}

.terms-tx2{
  margin-bottom:0px;
  padding:0 2px;
}
}

.terms strong{font-size:1.5em;}
.terms span{font-size:1.1em;font-weight:500;}

@media screen and (max-width: 568px) {
.terms strong{font-size:1.25em;}
.terms span{font-size:1.05m;}
}

.terms-tx img{width:100%;height:auto}

/* faq
--------------------------------------------------*/
#faq{
  width:100%;
  box-sizing: border-box;
  padding:0 2% 1%;
  margin:0 auto;
}

@media only screen and  (max-width: 568px) {
#faq{
  width:100%;
  padding:0 1% 5%;
}
}

#faq h2{
  padding:10px;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:20px;
  font-size:1.6em;
}

@media only screen and  (max-width: 568px) {
#faq h2{
  margin-bottom:10px;
  padding:0px;
}
}

#faq .cont_sub{
  line-height:2;
  font-size:14px;
  margin-bottom:10px;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#faq .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#faq .cont_sub{
  margin-bottom:10px;
}
}

.faq_bt {
  display:block;
  width:98%;
  margin:2% auto 0;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.faq_bt  {
  width:100%;
}
}

.faq_bt>li{font-size:0.9em;display:inline-block;padding-left:5px;padding-right:5px;color:#ccc; margin-bottom:15px;}

@media only screen and  (max-width: 810px) {
.faq_bt>li{
  margin-bottom:0px;
}
}

@media only screen and  (max-width: 568px) {
.faq_bt>li{padding-left:2px;padding-right:2px;margin-bottom:10px;}
}

.faq_bt a{color:#66643C;display:inline-block;padding:3px 20px 3px;border:1px solid #66643C;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;}
.faq_bt a:hover{color:#FFF;text-decoration:none;background-color:#D5BD1C;border:1px solid #D5BD1C;}

.qa_bt2 {
  display:block;
  width:98%;
  margin:0 auto;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.qa_bt2  {
  width:100%;
}
}

.qa_bt2 li{
  display:inline-block;
  vertical-align: middle;
  border-right:1px solid #B5B5B5;
  padding:0 20px;
  line-height:1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
}

@media screen and (max-width: 568px) {
.qa_bt2 li{
  width:100%;
  display:block;
  padding:5px;
  text-align: center;
  box-sizing: border-box;
  font-size:0.95em;
  border-right: none;
}
}

.qa_bt2 li:last-child {
  border-right: none;
}

@media screen and (max-width: 568px) {
.qa_bt2 li:last-child {
  border-bottom: none;
}
}

.qa_bt2 a {
  text-decoration: none;
  color:#6A6A36;
}

.qa_bt2 a:hover {
  color:#6A6A36;
  text-decoration:underline;
}

.qa-ttl{
  margin:25px 0;
  text-align: center;
  position: relative;
  padding-top:25px;
}

@media only screen and  (max-width: 810px) {
.qa-ttl{
  margin:10px 0 20px;
}
}

@media only screen and  (max-width: 568px) {
.qa-ttl{
  margin:0px 0 15px;
}
}

.qa-ttl p{
  font-size: 1.5em;
  background:#D5BD1C;
  color:#FFF;
  padding:10px 30px 12px;
  display:inline-block;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  position: relative;
}

@media screen and (max-width: 568px) {
.qa-ttl p{
  padding:8px 30px 10px;
}
}

.qa-ttl p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #D5BD1C;
}

.qa-list{
  width:100%;
  max-width:850px;
  box-sizing: border-box;
  padding:0 5px 2.5%;
  margin:2.5% auto;
  border-bottom:1px dashed #B5B5B5;
}

@media screen and (max-width: 568px) {
.qa-list{
  padding:5% 0;
}
}

.qa-list .qa dt{
  width:50px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .qa dt{
  width:40px;
  height:40px;
  display:block;
}
}

.qa-list .qa dd{
  width:89%;
  box-sizing: border-box;
  padding-left:15px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .qa dd{
  width:100%;
  display:block;
  padding:5px;
}
}

.qa-list .kotae dt{
  width:50px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .kotae dt{
  width:40px;
  height:40px;
  vertical-align: middle;
}
}

.qa-list .kotae dd{
  width:89%;
  box-sizing: border-box;
  padding-top:5px;
  padding-left:15px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .kotae dd{
  width:100%;
  display:block;
  padding:5px;
}
}

.qa {
  width:100%;
  margin:0 0 10px 0;
}

.ques {
  width:50px;
  height:50px;
  position: relative;
}

.ques p{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  text-align:center;
  font-size:2.4em;
  line-height:1;
  color:#FFD900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 568px) {
.ques {
  width:40px;
  height:40px;
}

.ques p{
  font-size:2em;
}
}

.qa dd h3{
  font-size:1.1em;
  padding-top:12px;
  font-weight:500;
  color:#6A6A36;
  font-family: 'Noto Sans Japanese', sans-serif;
}


@media screen and (max-width: 568px) {
.qa dd h3{
  font-size:1em;
  padding-top:0;
  line-height:1.4;
}
}

.qa dd h3 a {
  text-decoration: none;
  color:#6A6A36;
}

.qa dd h3 a:hover {
  color:#6A6A36;
  text-decoration: none;
}

.kotae {
  width:100%;
}

.kotae dd p{
  line-height:1.8;
  padding: 1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
}

@media screen and (max-width: 568px) {
.kotae dd p{
  font-size:0.9em;
  line-height:1.6;
  padding: 0;
}
}

.answ {
  width:50px;
  height:50px;
  position: relative;
}

.answ p{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  text-align:center;
  font-size:2.4em;
  line-height:1;
  color:#FFD900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 568px) {
.answ dt{
  width:40px;
  height:40px;
  display:block;
}
}
.answ p{
  font-size:2em;
}
}

.kotae a {
  text-decoration: underline;
  color: #C93710!important;
}

.kotae a:hover {
  color: #C93710!important;
  text-decoration: none;
}

.kotae strong{
  color:#C93710;
  font-weight:500;
  font-size:1.1em;
}

@media screen and (max-width: 568px) {
.kotae strong{
  font-size:1.05em;
}
}

.kotae span{
  color:#B91018;
}

/* form_box
--------------------------------------------------*/
.fukidashi{
  position: absolute;
  left:5%;
  top:6%;
  z-index:1;
}

@media only screen and  (max-width: 810px) {
.fukidashi{
  left:2%;
  top:3%;
}
}

@media screen and (max-width: 720px) {
.fukidashi{
  position: relative;
  left:0%;
  top:0;
  text-align: center;
  margin:20px auto 10px;
}
}

.tbHides{}

@media screen and (max-width: 720px) {
.tbHides{display: none;}
}

.fukidashi p{
  text-align: left;
  display:inline-block;
  padding:15px 30px;
  background:#C93710;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  color:#FFF;
  -webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;
  position: relative;
  font-size:1.2em;
  line-height:1.4;
}

.fukidashi p::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: ' ';
  border: 10px solid transparent;
  border-top-color: #C93710;
}

@media only screen and  (max-width: 900px) {
.fukidashi p{
  font-size:1em;
}
}

@media only screen and  (max-width: 810px) {
.fukidashi p{
  padding:12px 24px;
}
}

@media only screen and  (max-width: 720px) {
.fukidashi p{
  font-size:1.1em;
}
}

@media only screen and  (max-width: 568px) {
.fukidashi p{
  padding:10px 20px;font-size:1em;
  display:inline-block;
}
}

@media only screen and  (max-width: 375px) {
.fukidashi p{
  font-size:0.95em;
  display:block;
  
}
}

#flow_box{
  width:100%;
  box-sizing: border-box;
  padding:0 1%;
  margin:0 auto;
}

@media only screen and  (max-width: 568px) {
#flow_box{
	width:100%;
	padding:0 1% 5%;
}
}

#flow_box h2{
  padding:10px;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:20px;
  font-size:1.6em;
}

@media screen and (max-width: 568px) {
#flow_box h2{
  padding:0;
}
}

#flow_box .cont_sub{
  line-height:2;
  font-size:14px;
  margin-bottom:10px;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#flow_box .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#flow_box .cont_sub{
  margin-bottom:10px;
}
}

.place-box{
  width:100%;
  box-sizing: border-box;
  padding:2%;
  text-align: center;
}

.place-name{
  color:#FFF;
  padding:8px 30px 10px;
  display:inline-block;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:50px;
  position: relative;
  background:#8A874F;
  font-size:1.3em;
}


@media screen and (max-width: 568px) {
.place-name{
  padding:6px 20px 8px;
  font-size:0.95em;
  margin-bottom:10px;
}
}

.place-name::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: ' ';
  border: 10px solid transparent;
  border-top-color:#8A874F;
}

@media screen and (max-width: 568px) {
.place-name::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  content: ' ';
  border: 8px solid transparent;
  border-top-color:#8A874F;
}
}

.place-map{
  width: 50%;
  display: inline-block;
  float:right;
  vertical-align: middle;
  padding:2% 5% 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.place-map{
  width: 40%;
  padding:0 0 0 0;
}
}

@media screen and (max-width: 568px) {
.place-map{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding:0 5%;
}
}

.place-map img{
  max-width:450px;
  margin:0 auto;
  width: 100%;
  height:auto;
}

.place-info{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  float:left;
  padding:0 5% 0 0;
}

@media screen and (max-width: 810px) {
.place-info{
  width: 60%;
  padding:2% 0 0 0;
}
}

@media screen and (max-width: 568px) {
.place-info{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding:0;
}
}

.map-google{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  float:left;
  padding:0 5% 0 0;
  margin:30px auto 0;
}
.map-google iframe {
  width: 100%;
  height: 100%;
  min-height:350px;
}

@media screen and (max-width: 810px) {
.map-google{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding:0;
}
}

.place-info .map-tx{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.1em;
  color:#6A6A36;
  padding:0 5px 10px;
}


@media screen and (max-width: 810px) {
.place-info .map-tx{
  font-size:1em;
}
}

.place-info .map-tx a{
  color:#6A6A36;
  text-decoration: underline;
}

.place-info .map-tx a:hover{
  color:#6A6A36;
  text-decoration: none;
}

.gohow dl{
  width:100%;
  clear:both;
  margin:5px auto;
  padding:0;
  display: block;
}

@media only screen and  (max-width: 568px) {
.gohow dl{
  box-sizing: border-box;
  padding: 0 1%;
}
}

.gohow dl{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#6A6A36;
}

@media only screen and  (max-width: 568px) {
.gohow dl{
  font-size:0.95em;
}
}

.gohow dt{
  padding:2px 5px 1px;
  margin:2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.gohow dd{
  vertical-align: middle;
  display: inline-block;
}

@media only screen and  (max-width: 810px) {
.gohow dd{
  display: block;
  padding:0 0 0 8px;
}
}

.gohow dd a{
  color:#6A6A36;
  text-decoration: none;
}

.gohow dd a:hover{
  color:#6A6A36;
  text-decoration: none;
}



.company_box{
  width:100%;
  max-width:800px;
  margin:0 auto;
  padding:2% 0;
  text-align: center;
}

@media only screen and  (max-width: 810px) {
.company_box{
  padding:2%;
  margin-bottom:5%;
}
}

.company_box table{
  width: 100%;
  margin : 0 auto;
  border : solid 1px #B5B5B5;
  background:#FFF;
  font-size:14px;
  box-sizing: border-box;
}


.company_box td{
  padding: 18px 15px 12px 20px;
  border-bottom : dotted 1px #B5B5B5;
  text-align: left;
  line-height:1.4;
}

@media only screen and  (max-width: 568px) {
.company_box td{
  padding : 18px 5px 12px 10px;
}
}
.company_box th{
  border-right : dotted 1px #B5B5B5;
  border-bottom : dotted 1px #B5B5B5;
  padding : 18px 5px 12px 5px;
  line-height:1.4;
  font-weight:normal;
  background:#FAFAFA;
  width:25%;
}

@media only screen and  (max-width: 568px) {
.company_box th{
  width:28%;
}
}

@media only screen and  (max-width: 325px) {
.company_box table{
  font-size:13px;
}
}

/* .rental-how
--------------------------------------------------*/
.rental-how{
  text-align : center;
  width:100%;
  position:relative;
  padding:2% 0;
}

@media screen and (max-width: 568px) {
.rental-how{
  padding:5% 0;
}
}

.bg-grey{
  background:url(../images/bg_setgear.jpg);
}

.rhow-box{
  padding: 0 2%;
  width:100%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.rhow-box{
  padding: 0 2%;
}
}
.rhow-box h3{
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:40px;
  font-size:2em;
}

@media screen and (max-width: 568px) {
.rhow-box h3{
  margin:20px 0;
  font-size:1.7em;
}
}

.flo-name {
  width: 100%;
  text-align: center;
  margin:0 auto;
  padding:2.5% 0 1%;
}

.flo-name p{
  color:#6A6A36;
  font-size:1.4em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:12px;
}

@media screen and (max-width: 568px) {
.flo-name p{
  margin-bottom:5px;
}
}

.flow_list{
  width:100%;
  margin:3% auto 0;
  padding:0;
}

.flow_list .wf25{
  width:30.33333%;
  overflow:hidden;
  box-sizing: border-box;
  padding:0 2.5%;
  display: inline-block;
  vertical-align:top;
  text-align: left;
}

.flow_list .wf25 img {
  width: 100%;
  height: auto;
  margin-bottom:10px;
}

@media only screen and  (max-width: 810px) {
.flow_list .wf25 img {
  margin:0 auto 15px;
}
}

@media only screen and  (max-width: 568px) {
.flow_list .wf25 img {
  margin:0 0 3%;
}
}

.flow_list .wf3{
  width:2.5%;
  padding: 7% 0 0;
  margin:0;
  display: inline-block;
  vertical-align:top;
}

.flow_list .wf3 img {
  width: 100%;
  height: auto;
  margin-bottom:2%;
}

@media only screen and  (max-width: 810px) {
.flow_list .wf25{
  width:70%;
  margin:0 auto;
  display: block;
  text-align: center;
}

.flow_list .wf3{
  width:100%;
  padding:5% 0;
  margin:0;
  display: block;
}

.flow_list .wf3 img{
  width:auto;
  height:25px;
}

.flow_list .wf3 p{
  text-align : center!important;
}
}

@media only screen and  (max-width: 568px) {
.flow_list .wf25{
  width:100%;
}
}

.stp-tt{
  width:100%;
  display:block;
  padding:10px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.stp-tt{
  text-align: left;
  padding:10px 5px 5px;
}
}

.f_title{
  font-size:1.3em;
  margin-left:15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  vertical-align: middle;
  display: inline-block;
  color:#6A6A36;
}

.stp-tt .poi{
 vertical-align: middle;
 display: inline-block;
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:1.3em;
  line-height:1;
  color:#FFD900;
}

@media screen and (max-width: 568px) {
.f_title{
  font-size:1.2em;
}
.stp-tt .poi{
  font-size:1.em;
}
}

.flow_list strong {
  color:#F85403;
  font-weight:500;
}

.flow_list .ft {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:0.9em;
  font-weight:400;
  padding:0 5px;
  color:#6A6A36;
}

.flow_list .ft2 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  padding:15px 5px 0;
  color:#6A6A36;
  font-size:0.9em;
}

@media only screen and  (max-width: 810px) {
.flow_list .ft {
  text-align: left;
  font-size:0.95em;
}

.flow_list .ft2 {
  text-align: left;
  font-size:0.95em;
  padding:5px 5px 0;
}
}

.flow_list p a{color:#CC3300!important;text-decoration:underline!important;}
.flow_list p a:hover{color:#CC3300;text-decoration:none!important;}
.flow_list p a:active{color:#CC3300!important;}
.flow_list p a:visited{color:#CC3300!important;}

.flow_list .s_but{
  text-align: center;
  margin-top:5px;
}

.rental-btn-box3 {
  display:block;
  width: 50%;
  margin: 5% auto 0;
  text-align: center;
}

@media screen and (max-width: 810px) {
.rental-btn-box3 {
  width: 70%;
  margin: 5% auto 35px;
}
}

@media screen and (max-width: 568px) {
.rental-btn-box3 {
  width: 94%;
  margin: 35px auto 0;
}
}

.rental-btn-box3 p{
  display:block;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.3em;
}

@media screen and (max-width: 810px) {
.rental-btn-box3 p{
  font-size:1.2em;
}
}

.rental-btn-box3 p a{color:#FFF!important;display:block;padding:10px 20px 12px;background-color:#C93710;text-decoration:none!important;}
.rental-btn-box3 p a:hover{color:#FFF!important;text-decoration:none!important;background-color:#8D2206;}
.rental-btn-box3 p a:visited{color:#FFF!important;}

.flow_list .s_but a{color:#FFF;text-decoration:none;padding:2px 10px 2px 10px;background-color:#333;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.flow_list .s_but a:hover{color:#FFF;text-decoration:none;background-color:#59b1eb;}

/* cancel_box
--------------------------------------------------*/
#cancel_box{
  width:100%;
  box-sizing: border-box;
  padding:0 1% 1% 0;
  margin:0 auto;
}

@media only screen and  (max-width: 568px) {
#cancel_box{
	width:100%;
	padding:0 1% 5%;
}
}

#cancel_box h2{
  padding:10px;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:20px;
  font-size:1.6em;
}


#cancel_box .cont_sub{
  line-height:2;
  font-size:14px;
  margin-bottom:10px;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#cancel_box .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#cancel_box .cont_sub{
  margin-bottom:10px;
}
}

.cansel{
  width: 100%;
  max-width: 600px;
  margin:5% auto;
}

.cansel p{
  font-size:14px;
  padding:5px;
}

.cansel dt{
  width : 66.6666%;
  padding : 1.5% 5px 5px 10px;
  box-sizing: border-box;
  clear : both;
  display:inline-block;
  vertical-align:middle;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  border-bottom : 1px dotted #180D0F;
  transition: all .3s;
  vertical-align:middle;
  line-height:1.4;
}

@media only screen and  (max-width: 568px) {
.cansel dt{
  width : 55%;
  font-size:14px;
  padding : 1.5% 0 5px 5px;
}
}

.cansel dd{
  width : 33.3333%;
  padding : 1.5% 5px 5px 10px;
  box-sizing: border-box;
  display:table-cell;
  border-bottom : 1px dotted #180D0F;
  transition: all .3s;
  display:inline-block;
  vertical-align:middle;
 line-height:1.4;
}

@media only screen and  (max-width: 568px) {
.cansel dd{
  width : 45%;
  font-size:14px;
  padding : 1.5% 0 5px 0;
}
}

/* form_box
--------------------------------------------------*/
#form_box{
  width:100%;
  max-width:800px;
  box-sizing: border-box;
  padding:0 0 5% 0;
  margin:0 auto;
}

@media only screen and  (max-width: 568px) {
#form_box{
  width:100%;
  padding:0 1% 5%;
}
}

#form_box h2{
  padding:10px;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:20px;
}

@media only screen and  (max-width: 568px) {
#form_box h2{
  padding:0;
}
}

#form_box .cont_sub{
  line-height:2;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#6A6A36;
  margin-bottom:10px;
  padding:0 1%;
  font-size:0.95em;
}

@media screen and (max-width: 810px) {
#form_box .cont_sub{
  line-height: 1.6;
  padding:0 2%;
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#form_box .cont_sub{
  margin-bottom:10px;
}
}

#form_box .cont_sub strong{
  font-size:1.4em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  color:#8A874F;
}

#form_box .bg_required {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 5px;
  color: #fff;
  background: #CC3300;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 568px) {
#form_box .bg_required {
  font-size: 11px;
}
}

.form_island{
  width: 100%;
  margin:4% auto 2%;
  background:#FFF;
  padding:0 0 10px;
  color:#6A6A36;
}

@media screen and (max-width: 810px) {
.form_island{
  padding:4% 3% 0;
  margin:5% auto;
}
}

@media screen and (max-width: 568px) {
.form_island{
  padding:4% 0 0;
  margin:5% auto 0;
}
}

.form_island .under{border-bottom:1px dotted #CCC;}

@media screen and (max-width: 810px) {
.form_island .under{
  border-bottom:none;
}
}
.form_island .mtop10{
  margin-top:10px;
}

@media screen and (max-width: 810px) {
.form_island .mtop10{
  margin-top:5px;
  margin-bottom:10px;
}
}

.form_island dd .ws70{
  width:60%;
}

@media screen and (max-width: 810px) {
.form_island dd .ws70{
  width:100%;
}
}

.form_titl{
  width: 100%;
  margin:0 0 10px;
  background:#11AAA7;
  padding:15px 0 13px;
  text-align: center;
  color:#FFF;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight:500;
  line-height:1;
  font-size:1.4em;
}

@media screen and (max-width: 810px) {
.form_titl{
  font-size:1.35em;
  margin:0 0 25px;
}
}

#form_box dl{
  width: 100%;
  margin:0;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:0.95em;
}

@media screen and (max-width: 810px) {
#form_box dl{
  box-sizing: border-box;
  padding:0 4% 20px;
}
}

@media screen and (max-width: 568px) {
#form_box dl{
  box-sizing: border-box;
  padding:0 2% 10px;
}
}

#form_box dt{
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  padding:1.5% 3% 1.5% 0;
  box-sizing: border-box;
  font-weight:400;
  text-align: right;
  line-height:1;
}

@media screen and (max-width: 810px) {
#form_box dt{
  width: 100%;
  display: block;
  text-align: right;
  padding:0 2% 8px;
  text-align: left;
}
}

#form_box dd{
  width: 66%;
  display: inline-block;
  padding:2% 0 2% 4%;
  box-sizing: border-box;
  vertical-align: middle;
  border-left:1px solid #CCC;
}

@media screen and (max-width: 810px) {
#form_box dd{
  width: 100%;
  padding:15px 2%;
  border-left:none;
  border-top:1px solid #CCC;
}
}

#form_box dd .form_col{
  display: inline-block;
  margin-right:5px;
}

#form_box .mtp005{margin-top:10px;}

@media screen and (max-width: 810px) {
#form_box dd .form_col{
  display: block;
  margin-right:0;
}

#form_box .mtp005{margin-top:10px;}
}

#form_box dd .form_col-w40{
  width: 30%;
  display: inline-block;
  margin-right:25px;
}

@media screen and (max-width: 810px) {
#form_box dd .form_col-w40{
  width: 45%;
  margin-right:5px;
}
}

#form_box dd .form_col-w30{
  width: 24%;
  display: inline-block;
  margin-right:1px;
}

@media screen and (max-width: 568px) {
#form_box dd .form_col-w30{
  width: 97%;
  margin-right:0;
  display: block;
  margin-bottom:10px;
}
}

.form_text{
  font-size:13px;
  margin-bottom:5px;
}

.form_text span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

#form_box dd input{
 padding : 8px;
 border:1px solid #B5B5B5;
 -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
 color:#000;
 font-size:14px;
 cursor: pointer;
}

#form_box dd .ws95{
  width:99%;
}

@media screen and (max-width: 810px) {
#form_box dd .ws95{
  width:100%;
}
}

#form_box dd .ws90{
  width:99%;
  min-width:400px;
}

@media screen and (max-width: 810px) {
#form_box dd .ws90{
  width:100%;
  min-width:initial;
}
}

#form_box dd .ws80{
  width:80%;
}

@media screen and (max-width: 810px) {
#form_box dd .ws80{
  width:100%;
}
}

#form_box dd .ws30{
  width:30%;
}

@media screen and (max-width: 810px) {
#form_box dd .ws30{
  width:70%;
}
}

#form_box dd .ws30d{
  width:48%;
  display: inline-block;
  margin: 1%;
  vertical-align: top;
}

@media screen and (max-width: 810px) {
#form_box dd .ws30d{
  width:48%;
}
}

.form_input{
  width:100%;
}

#form_box .mbtm10{
  margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.mbtmsp10{
  margin-bottom:10px;
}
}

.form_red{
  color: #e60012;
  width:100%;
  margin-top:10px;
  font-size:0.9em;
}

#form_box dd textarea{
  padding : 8px;
  border:1px solid #B5B5B5;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  cursor: pointer;
  font-size:14px;
}

#form_box dd select{
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #B5B5B5;
  background: #FFF;
  background: url(../images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#FFF 100%);
  background: url(../images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#FFF 100%);
  background-size: 20px, 100%;
  margin:0 5px 0 0;
  padding: 8px 27px 8px 8px;
  line-height:1;
  font-size:14px;
  cursor: pointer;
}

@media screen and (max-width: 568px) {
#form_box dd select{
  margin:0;
  padding: 8px 15px 8px 5px;
  background-size: 15px 100%;
  font-size:12px;
}
}

#form_box input[type=radio],#form_box input[type=checkbox] {
  display: none;
}

.form_island .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form_island .checkbox:hover {

}

.form_island .checkbox:hover:after {
  border-color: #B5B5B5;
}
.form_island .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #B5B5B5;
  border-radius: 6px;
  content: '';
}

.form_island .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_island input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.form_island input[type=radio],.form_island input[type=checkbox] {
  display: none;
}

.form_island .radio, .form_island .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 5px 0 5px;
  padding: 0 0 0 15px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}


.form_island .radio small {
  font-size:0.95em;
}

@media screen and (max-width: 568px) {
.form_island .radio{
  font-size:0.9em;
  padding: 0 0 0 15px;
}

.form_island .radio small {
  font-size:1em;
}
}

.form_island .radio:hover, .form_island .checkbox:hover {
  background-color:;
}

.form_island .radio:hover:after,.form_island .checkbox:hover:after {
  border-color:;
}

.form_island .radio:after,.form_island .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

@media screen and (max-width: 568px) {
.form_island .radio:after,.form_island .checkbox:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
}

.form_island .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -5px;
  margin-left:2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #C93710;
  content: '';
  opacity: 0;
}

@media screen and (max-width: 568px) {
.form_island .radio:before {
    margin-top: -2px;
  margin-left:0px;
  width: 8px;
  height: 8px;
}
}

.form_island input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.form_island input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.form_island .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 3px 12px 3px 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form_island .checkbox:hover {

}

.form_island .checkbox:hover:after {
  border-color: #bbb;
}
.form_island .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.form_island .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left:6px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #C93710;
  border-bottom: 3px solid #C93710;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_island input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.form_input .rdph{
  width: 90%;
  margin:0 0 5px;
  text-align: center;
}

.form_input .rdph img{
  width: 100%;
  height:auto;
}


#form_box .send_bt {
  width: 100%;
  margin-top:30px;
  text-align: center;
}

@media screen and (max-width: 810px) {
#form_box .send_bt {
  margin-top:10px;
}
}

@media screen and (max-width: 568px) {
#form_box .send_bt {
  margin-top:0px;
}
}

#form_box .send_bt li{
  display:inline-block;
  margin:0 5px;
}

input.conf_bt{
  padding:15px 30px;
  line-height: 1.4;
  background : #6A6A36;;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:1.4em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 568px) {
input.conf_bt{
  font-size:1.2em;
}
}

input.conf_bt:hover{
  opacity: 0.8;
}

input.reset_bt{
  padding:10px 15px;
  line-height: 1.4;
  background	: #ACACAC;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:12px;
}

@media screen and (max-width: 810px) {
input.reset_bt{
  padding:8px 12px;
  font-size:11px;
}
}

input.reset_bt:hover{
  opacity: 0.7;
}




/* bktop_info
================================================== */
#bktop_info {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
  width:100%;
  margin:0;
}

@media screen and (max-width: 810px) {
#bktop_info {
  box-sizing: border-box;
  padding:0 2%;
}
}

#bktop_info h2 {
  font-size:2.8em;
  font-family: Roboto,sans-serif;
  letter-spacing:.02em;
  font-weight:600;
  text-transform: uppercase;
  color: #FFF;
  text-shadow:1px 1px 10px #000;
  line-height:1.4;
}

@media screen and (max-width: 810px) {
#bktop_info h2{
  font-size:2em;
}
}

@media screen and (max-width: 568px) {
#bktop_info h2{
  font-size: 1.4em;
   font-weight:500;
}
}

#bktop_info .bktop_text {
  font-size:1.8em;
  font-family: Roboto,sans-serif;
  letter-spacing:.02em;
  font-weight:500;
  color: #FFF;
  text-shadow:1px 1px 10px #000;
  margin-top:5px;
}

@media screen and (max-width: 810px) {
#bktop_info .bktop_text {
  font-size:1.5em;
}
}

@media screen and (max-width: 568px) {
#bktop_info .bktop_text  {
  font-size: 1.2em;
  line-height:1.4;
  font-weight:400;
}
}

/* .sub-contents
================================================== */
.sub-contents {
  width: 100%;
  margin:0 auto 3%;
  padding:1% 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.sub-contents {
  padding:0 2%;
}
}

/* .sub-top
================================================== */
.sub-top {
  width: 100%;
  padding:0 0;
}

@media screen and (max-width: 810px) {
.sub-top {
  padding:3% 0 0;
}
}

@media screen and (max-width: 568px) {
.sub-top {
  background:#FAFAE8;
  background:#FFF;
  padding:10px 0;
  margin-bottom:3%;
}
}

#h50{
  margin-top:52px;
}

@media screen and (max-width: 568px) {
#h50{
  margin-top:80px;
}
}

.h60{
  margin-top:60px;
}

@media screen and (max-width: 1580px) {
.h60{
  margin-top:70px;
}
}

@media screen and (max-width: 810px) {
.h60{
  margin-top:75px;
}
}

@media screen and (max-width: 568px) {
.h60{
  margin-top:0px;
}
}

.sub-title {
  width: 100%;
  text-align: center;
  margin:0 auto 1%;
}

.sub-title p{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:2em;
  line-height:1;
  color:#FFD900;
  margin-bottom:5px;
}

@media screen and (max-width: 568px) {
.sub-title p{
  font-size:1.5em;
  margin-bottom:3px;
}
}

.sub-title h1{
  color:#6A6A36;
  font-size:1.8em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
  margin-bottom:12px;
}

@media screen and (max-width: 568px) {
.sub-title h1{
  font-size:1.45em;
  margin-bottom:5px;
}
}

.sub-title h5{
  color:#6A6A36;
  font-size:1.8em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
  margin-bottom:12px;
}

@media screen and (max-width: 568px) {
.sub-title h5{
  font-size:1.45em;
  margin-bottom:5px;
}
}

.udln{
  border-bottom:1px solid #B5B5B5;
  height:1px;
  width:70px;
  margin: 0 auto;
}

/* .car-lst
================================================== */
.car-lst {
  display:block;
  width: 100%;
  margin:0;
  text-align: center;
}

.car-lst li{
  width: 47%;
  margin:1.5%;
  display:inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 810px) {
.car-lst li{
  width: 50%;
  margin:0;
  padding:5% 3% 3%;
}
}

@media screen and (max-width: 568px) {
.car-lst li{
  width: 100%;
  display:block;
  margin:0 0 5%;
  box-sizing: border-box;
  padding:2.5% 5% 5%;
}
}

.car-lst li img{
  width: 100%;
  height:auto;
  margin:0 auto 15px;
}

.car-lst li a:hover img {
  opacity: 0.7;
}

.ce-name{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:1.3em;
  line-height:1;
  color:#FFD900;
  margin-bottom:5px;
}

@media screen and (max-width: 810px) {
.ce-name{
  font-size:1.2em;
}
}

.cj-name{
  color:#6A6A36;
  font-size:1.4em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  margin-bottom:3px;
}

@media only screen and  (max-width: 810px) {
.cj-name{
  font-size:1.3em;
}
}

@media only screen and  (max-width: 568px) {
.cj-name{
  font-size:1.1em;
}
}

.cj-prs{
  color:#6A6A36;
  font-size:1.05em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:10px;
}

.cex-tx{
  text-align: left;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.9em;
  color:#6A6A36;
  line-height:1.8;
  padding:0 5px;
}

@media only screen and  (max-width: 810px) {
.cex-tx{
  font-size:0.95em;
  padding:0;
}
}

.cex-tx a{
  color:#6A6A36;
  text-decoration: underline;
}

.cex-tx a:hover{
  color:#6A6A36;
  text-decoration: none;
}

.rental-btn-box {
  display:block;
  width: 100%;
  margin: 2% auto;
  text-align: left;
}

@media screen and (max-width: 810px) {
.rental-btn-box {
  box-sizing: border-box;
  padding:0 3%;
  margin: 2% auto 35px;
}
}

@media screen and (max-width: 568px) {
.rental-btn-box {
  padding:0 5%;
  margin: 0 auto 35px;
}
}
.rental-btn-box ul{
  margin-bottom:3%;
}


.rental-btn-box li{
  width: 48%;
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.3em;
}

@media screen and (max-width: 810px) {
.rental-btn-box li{
  width: 100%;
  display:block;
  font-size:1.2em;
}
}

.rental-btn-box p{
  display:block;
  text-align: center;
  font-family: Roboto,sans-serif;
  font-weight:500;
  color:#6A6A36;
  font-size:1.3em;
  padding:5px 1%;
}

@media screen and (max-width: 810px) {
.rental-btn-box p{
  font-size:1.2em;
}
}

.rental-btn-box p a{color:#C93710;text-decoration:underline!important;}
.rental-btn-box p a:hover{color:#C93710!important;text-decoration:none!important;}

.rental-btn-box .rgt2{
  margin-right:2%;
}

.rental-btn-box .lft2{
  margin-left:2%;
}

@media screen and (max-width: 810px) {
.rental-btn-box .rgt2{
  margin-right:0%;
  margin-bottom:20px;
}

.rental-btn-box .lft2{
  margin-left:0%;
}
}

.rental-btn-box .rgt2 a{color:#6A6A36;display:block;padding:10px 20px 12px;background-color:#F4F4CC;text-decoration:none;}
.rental-btn-box .rgt2 a:hover{color:#6A6A36;text-decoration:none;background-color:#D9D99C;}

.rental-btn-box .lft2 a{color:#FFF;display:block;padding:10px 20px 12px;background-color:#C93710;text-decoration:none;}
.rental-btn-box .lft2 a:hover{color:#FFF;text-decoration:none;background-color:#8D2206;}


.rental-btn-box2 {
  display:block;
  width: 100%;
  margin: 2% auto;
  text-align: left;
}

.rental-btn-box2 li{
  width: 100%;
  display:block;
  vertical-align: middle;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.3em;
}

@media screen and (max-width: 810px) {
.rental-btn-box2 li{
  font-size:1.2em;
}
}

.rental-btn-box2 .rgt2{
  margin-bottom:20px;
}

.rental-btn-box2 .rgt2 a{color:#6A6A36;display:block;padding:10px 20px 12px;background-color:#F4F4CC;text-decoration:none;}
.rental-btn-box2 .rgt2 a:hover{color:#6A6A36;text-decoration:none;background-color:#D9D99C;}

.rental-btn-box2 .lft2 a{color:#FFF;display:block;padding:10px 20px 12px;background-color:#C93710;text-decoration:none;}
.rental-btn-box2 .lft2 a:hover{color:#FFF;text-decoration:none;background-color:#8D2206;}



.cation-box {
  display:block;
  width: 100%;
  margin: 1% auto 4%;
  text-align: left;
  box-sizing: border-box;
  padding:2% 3%;
}

@media screen and (max-width: 810px) {
.cation-box {
  box-sizing: border-box;
  padding:3% 4%;
  width: 94%;
  margin: 2% auto 5%;
}
}

@media screen and (max-width: 568px) {
.cation-box {
  width: 100%;
}
}

.cation-box p{
  display:block;
  text-align: center;
  font-family: Roboto,sans-serif;
  font-weight:500;
  color:#6A6A36;
  font-size:1.3em;
  padding:5px 1%;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.cation-box p{
  font-size:1.2em;
}
}

.cation-box p strong{
  color:#C81C1B;
  font-size:1.2em;
}

.cation-box p span{
  color:#C81C1B;
}

.cation-box p a{color:#C93710;text-decoration:underline!important;}
.cation-box p a:hover{color:#C93710!important;text-decoration:none!important;}

.bckf {
  animation: bckfAnime 1.5s infinite alternate;
}
@keyframes bckfAnime{
   0% { background-color:#F7EBD1; }
 100% { background-color:#F7EBD1; }
}

/* .product_box 
--------------------------------------------------*/
#product {
	width: 100%;
	margin: 0 auto;
}

#product_box {
  margin: 0 auto 0;
  padding: 2% 0 0;
  width:100%;
  position: relative;
  float:left;
}

@media screen and (max-width: 810px) {
#product_box {
  padding: 0 3%;
}
}

@media screen and (max-width: 568px) {
#product_box {
  padding: 0 1%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 325px) {
#product_box {
  padding: 0 0;
}
}

/* .product_info
================================================== */
.product_info {
  width: 48%;
  float:right;
  padding-left:5%;
  box-sizing: border-box;
}

.product_info h2{
  color:#6A6A36;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
}

@media only screen and  (max-width: 810px) {
.product_info h2{
  font-size:1.8em;
  margin-top:2%;
}
}

@media only screen and  (max-width: 568px) {
.product_info h2{
  font-size:1.4em;
}
}

.p_text{
  padding:10px 10px 20px;
  color:#6A6A36;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
  line-height:1.8;
}

@media screen and (max-width: 325px) {
.p_text{
  font-size:0.95em;
  line-height:1.6;
}
}

.product_info strong{
  font-size:1.2em;
  letter-spacing: 0em;
  font-weight:600;
}

@media screen and (max-width: 810px) {
.product_info {
  width:100%;
  margin:0;
  padding:0 5px;
  box-sizing: border-box;
}
}

@media screen and (max-width: 810px) {
.p_text{
  padding:10px 0;
  font-size:1em;
  letter-spacing: 0em;
}
}

@media screen and (max-width: 568px) {
.p_text{
  padding:8px 0;
}
}

.product_info .soubi {
  width: 100%;
  border-top:1px dashed #B5B5B5;
  color:#6A6A36;
  padding:15px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.product_info .soubi {
  padding:8px 5px;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi {
  padding:10px 5px;
  border-top:1px dashed #B5B5B5;
}
}

@media screen and (max-width: 810px) {
.product_info .soubi p{
  display:inline-block;
  vertical-align: top;
  width:74%;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi p{
  display:block;
  width:100%;
}
}

.product_info .soubi li{
	width: 24%;
	margin:0.5%;
	display:inline-block;
	vertical-align: top;
	position: relative;
}

.product_info .soubi li img{
	width: 100%;
	height:auto;
	margin-bottom:0;
}

.product_info .soubi h3{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1em;
  margin-bottom:5px;
}

@media screen and (max-width: 810px) {
.product_info .soubi h3{
  display:inline-block;
  vertical-align: top;
  width:22%;
  margin-bottom:0;
}

.product_info .soubi h3 span{display:none;}
}

@media screen and (max-width: 568px) {
.product_info .soubi h3 span{display:inline-block;float:left;}

.product_info .soubi h3{
  margin-bottom:5px;
  width:100%;
  display:block;
}
}


.product_info .soubi p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  margin:0!important;
  padding:0 5px;
}

.product_info .soubi2 {
	width: 100%;
	border-top:1px dashed #B5B5B5;
	color:#6A6A36;
	padding:15px 5px;
	box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.product_info .soubi2 {
  padding:8px 5px;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi2 {
 padding:10px 5px;
}
}

.product_info .soubi2 li{
	margin:0.5% 5px 0.5% 0;
	display:inline-block;
	vertical-align: top;
	position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
}

.product_info .soubi2 h3{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1em;
  margin-bottom:5px;
}

@media screen and (max-width: 810px) {
.product_info .soubi2 h3{
  display:inline-block;
  vertical-align: top;
  width:22%;
  margin-bottom:0;
}

.product_info .soubi2 h3 span{display:none;}
}

@media screen and (max-width: 568px) {
.product_info .soubi2 h3{
  margin-bottom:5px;
  width:100%;
  display:block;
}
.product_info .soubi2 h3 span{display:inline-block;float:left;}
}

@media screen and (max-width: 810px) {
.product_info .soubi2 p{
  display:inline-block;
  vertical-align: top;
  width:74%;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi2 p{
  display:block;
  width:100%;
}
}

@media screen and (max-width: 810px) {
.product_info .soubi2 ul{
  display:inline-block;
  vertical-align: top;
  width:74%;
  margin-bottom:0;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi2 ul{
  display:block;
  width:100%;
}
}

.soubi2tx{
  padding:1% 0;
  font-family: Roboto,sans-serif;
  font-weight:500;
  font-size:0.95em;
}

@media screen and (max-width: 568px) {
.soubi2tx{
  font-size:0.9em;
}
}

.soubi2tx strong{
  margin-right:10px;
  font-weight:500;
}

.product_info .rn-price{
  font-size:1.15em;
  width: 100%;
  border-top:1px dashed #B5B5B5;
  color:#6A6A36;
  padding:10px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.product_info .rn-price{
 padding:8px 5px;
}
}

@media screen and (max-width: 568px) {
.product_info .rn-price{
  padding: 10px 5px;
  font-size:1em;
}
}

@media screen and (max-width: 325px) {
.product_info .rn-price{
  font-size:0.95em;
}
}

.product_info .rn-price h3{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1em;
  margin-bottom:2px;
}

@media screen and (max-width: 810px) {
.product_info .rn-price h3{
  display:inline-block;
  vertical-align: top;
  width:22%;
  margin-bottom:0;
}

.product_info .rn-price h3 span{display:none;}
}

@media screen and (max-width: 568px) {
.product_info .rn-price h3 span{display:inline-block;float:left;}

.product_info .rn-price h3{
  margin-bottom:5px;
  width:100%;
  display:block;
}
}

.product_info .rn-price p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
  padding:0 5px 10px!important;
  margin:0!important;
  line-height:1;
}

@media screen and (max-width: 810px) {
.product_info .rn-price ul{
  display:inline-block;
  vertical-align: top;
  width:74%;
}
}

@media screen and (max-width: 568px) {
.product_info .rn-price ul{
  display:block;
  width:100%;
}
}

.product_info .rn-price small{
	font-size:13px;
}

.product_info .rn-price li span{
  font-weight:600;
  font-size:1.65em;
  margin:0 0 0 10px;
}

@media screen and (max-width: 325px) {
.product_info .rn-price li span{
  font-size:1.5em;
}
}

.product_info h3 strong{
  color:#C81C1B;
  font-weight:500;
}
.product_info h3 span{
  font-size:15px;
  font-weight:500;
  margin-left:15px;
}
.new-price{
  width: 100%;
  margin:0 auto 20px;
  text-align : center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.1em;
}

.newp-bt a {
  display: block;
  margin-bottom: 5px;
  padding: 10px 5px 8px;
  color: #FFF;
  background:#C81C1B;
  text-decoration: none;
  vertical-align: middle;
 -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.newp-bt a span{
  color:#F0FF00;
  font-weight:500;
}

.newp-bt a:hover {
  background: #AAAAAA;
  color:#FFF;
  webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.book-bts{
  text-align : center;
  margin:20px 0 0;
  width:100%;
}

.book-bts p{
  display:inline-block;
  vertical-align: middle;
  margin:0 10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.book-bts p{
  margin:0 5px;
  font-size:0.9em;
}
}

.book-bts .op a{font-size:0.95em;color:#6A6A36;display:inline-block;text-decoration:none;}
.book-bts .op a:hover{color:#6A6A36;text-decoration:underline;}


.product_info .soubi3 {
  width: 100%;
  border-top:1px dashed #B5B5B5;
  color:#6A6A36;
  padding:15px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.product_info .soubi3 {
  padding:8px 5px;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi3 {
  padding:10px 5px;
}
}

.product_info .soubi3 h4{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1em;
  margin-bottom:10px;
}

@media screen and (max-width: 810px) {
.product_info .soubi3 .sbttk{
  display:inline-block;
  vertical-align: top;
  width:22%;
  margin-bottom:0;
}

.product_info .soubi3 h4{
  margin-bottom:0;
}

.product_info .soubi3 h4 span{display:none;}
}

@media screen and (max-width: 568px) {
.product_info .soubi3 .sbttk{
  display:iblock;
  width:100%;
}

.product_info .soubi3 h4{
  margin-bottom:5px;
  width:100%;
  display:block;
}
}

.product_info .soubi3 h4 span{display:inline-block;float:left;}
}

@media screen and (max-width: 810px) {
.product_info .soubi3 ul{
  display:inline-block;
  vertical-align: top;
  width:74%;
}
}

@media screen and (max-width: 568px) {
.product_info .soubi3 ul{
  display:block;
  width:100%;
}
}

.product_info .soubi3 li{
  display:block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  margin:0!important;
  padding:2px 5px;
}

@media screen and (max-width: 810px) {
.product_info .soubi3 li{
  font-size:1em;
}
}

/* .cloudzoom-box
================================================== */
.cloudzoom-box {
  width: 52%;
  float:left;
  position: relative;
  z-index:0;
}

@media screen and (max-width: 810px) {
.cloudzoom-box {
  width:100%;
  margin:15px auto;
}
}

@media screen and (max-width: 568px) {
.cloudzoom-box {
  width:100%;
  margin:5px auto;
}
}

.cloudzoom-box p{
  margin-top: 10px;
  text-align : center;
  font-size:0.8em;
}

@media screen and (max-width: 568px) {
.cloudzoom-box p{
  font-size:11px;
}
}

@media screen and (max-width: 325px) {
.cloudzoom-box p{
  font-size:10px;
}
}

.cloudzoom-area {
  width: 100%;
}

.cloudzoom-area img {
  width: 100%;
  height:auto;
 }
 
.cloudzoom-t {
  width: 100%;
  margin-top:10px;
}

.cloudzoom-t li {
  width: 11.5%;
  margin:0.5%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: top;
}

.cloudzoom-t img {
  width: 100%;
  height: auto;
  border:1px solid #EEEEEE;
  box-sizing: border-box;
}

.cloudzoom-t a:hover img {
  border: 1px solid #808080;
  padding:0;
}

@media screen and (max-width: 810px) {
.cloudzoom-t {
  margin:2% auto 2%;
   }
}

#product_box .sg-photo{
  float:left;
  width:52%;
  margin:4% 0;
}

@media screen and (max-width: 810px) {
#product_box .sg-photo{
  display:block;
  width:98%;
  margin:2% 1%;
}
}

@media screen and (max-width: 568px) {
#product_box .sg-photo{
  width:100%;
  margin:2% 0;
}
}

#product_box .sg-photo img{
  height:auto;
  width:100%;
}


/* .op-gear
--------------------------------------------------*/
.op-gear{
  text-align : center;
  width:100%;
}

#optp5{
  padding: 2% 0 1%;
}

.gearlist{
  text-align : center;
  width:100%;
  box-sizing: border-box;
  margin-bottom:5%;
}

.gearlist h2{
  padding:10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  text-align: center;
  margin-bottom:20px;
  font-size:1.6em;
}

@media screen and (max-width: 568px) {
.gearlist h2{
  font-size:1.3em;
  margin-bottom:15px;
  text-align :center;
}
}

.gear_bt {
  display:block;
  width:98%;
  margin:2% auto;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.gear_bt  {
  width:100%;
}
}

.gear_bt>li{font-size:0.9em;display:inline-block;padding-left:5px;padding-right:5px;color:#B5B5B5; margin-bottom:15px;}

@media only screen and  (max-width: 568px) {
.gear_bt>li{padding-left:2px;padding-right:2px;margin-bottom:10px;}
}

.gear_bt a{color:#66643C;display:inline-block;padding:3px 20px 3px;border:1px solid #66643C;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;}
.gear_bt a:hover{color:#FFF;text-decoration:none;background-color:#D5BD1C;border:1px solid #D5BD1C;}


.gear_bt2 {
  display:block;
  width:98%;
  margin:0 auto;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.gear_bt2  {
  width:100%;
}
}

.gear_bt2 li{
  display:inline-block;
  vertical-align: middle;
  border-right:1px solid #B5B5B5;
  padding:0 20px;
  line-height:1;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
}

.gear_bt2 li:last-child {
  border-right: none;
}

.gear_bt2 a {
  text-decoration: none;
  color:#6A6A36;
}

.gear_bt2 a:hover {
  color:#6A6A36;
  text-decoration:underline;
}

@media screen and (max-width: 568px) {
.gear_bt_sp ul{
  width:90%;
  float:left;
  margin:0 5%;
  text-align: center;
  box-sizing: border-box;
}

.gear_bt_sp li{
  float:left;
  display:block;
  box-sizing: border-box;
  font-size:1em;
  width:50%;
  line-height:1.3;
  font-size:0.9em;
}

.gear_bt_sp .brb {
  border-right:1px dotted #B5B5B5;
  border-bottom:1px dotted #B5B5B5;
  padding:5px 5px 10px;
}
.gear_bt_sp .bbb {
  border-bottom:1px dotted #B5B5B5;
  padding:5px 5px 10px;
}
.gear_bt_sp .brr {
  border-right:1px dotted #B5B5B5;
  padding:13px 5px 5px;
}
.gear_bt_sp .bno {
  border: none;
  padding:13px 5px 5px;
}

.gear_bt_sp a {
  text-decoration: none;
  color:#6A6A36;
}

.gear_bt_sp a:hover {
  color:#6A6A36;
  text-decoration:underline;
}
}

.op0-tx{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.05em;
  color:#6A6A36;
  padding:2%;
}


@media screen and (max-width: 900px) {
.op0-tx{
  font-size:1em;
  text-align: left;
}
}

.gearlist h4{
  padding: 0 15px 10px;
  display:inline-block;
  border-bottom:2px solid #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.6em;
  margin-bottom:5%;
}

@media screen and (max-width: 568px) {
.gearlist h4{
  font-size:1.3em;
  margin-bottom:25px;
  text-align :center;
}
}

.opgr-name {
  width: 100%;
  text-align: center;
  margin:0 auto;
  padding:2.5% 0 1%;
}

.opgr-name p{
  color:#6A6A36;
  font-size:1.4em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:12px;
}

@media screen and (max-width: 568px) {
.opgr-name p{
  font-size:1.15em;
  margin-bottom:5px;
}
}


.gearlist .mtb5{
  padding:2% 0 0;
  margin-bottom:2%;
  border-bottom:1px dashed #FFF;
}

.gearlist .gw30{
  width: 30.3333%;
  margin:2% 1%;
  display:inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 810px) {
.gearlist .gw30{
  width: 50%;
  margin:0;
  padding:3% 2%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
.gearlist .gw30{
  width: 100%;
}
}

.gearlist .gw30 img{
  width: 100%;
  height:auto;
  margin-bottom:5px;
}

.gearlist a:hover img {
  opacity: 0.7;
}

.gearlist .ops-ph{
  width: 60%;
  margin:0 auto;
}

.gearlist .gw50{
  width: 70%;
  padding:2% 1%;
  display:inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 568px) {
.gearlist .gw50{
  width: 50%;
}
}

.gearlist .gw50 img{
  width: 50%;
  height:auto;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right:5%;
}

@media screen and (max-width: 568px) {
.gearlist .gw50 img{
  width: 100%;
  height:auto;
  display:block;
  margin-bottom:5px;
}
}

.gearlist .gw50 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
}

.gearlist .gw50 a:hover {
  background-color: #fff;
   opacity: 0.4;
  z-index: 1;
}
.gearlist .gw50 .gwttx{
	width: 50%;
	vertical-align: top;
	display:inline-block;
	text-align	: left;
	padding:0;
}

.gearlist .gw50 .gwttx img{
	width: 100%!important;
	height:auto;
	margin-top:15px;
	display:block!important;
	padding-right:0!important;

}

@media screen and (max-width: 568px) {
.gearlist .gw50 .gwttx{
  width: 100%;
  text-align	: center;
  padding:2% 0;
  display:block;
}
}

.glst01{
  padding:5px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.15em;
  color:#6A6A36;
}

@media screen and (max-width: 810px) {
.glst01{
  font-size:1em;
}
}

@media screen and (max-width: 568px) {
.glst01{
  font-size:1.1em;
}
}

.glst02{
  padding:0 5px 10px;
  font-size:0.95em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#6A6A36;
}

@media screen and (max-width: 810px) {
.glst02{
  font-size:0.9em;
}
}

@media screen and (max-width: 568px) {
.glst02{
  padding:0 5px 7px;
}
}

.glst03{
  padding-top:10px;
  width:96%;
  margin:5px auto 10px;
  display:block;
  font-size:0.9em;
  border-top:1px solid #B5B5B5;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#6A6A36;
  
}

@media screen and (max-width: 568px) {
.glst03{
  padding:5px;
  display:block;
  font-size:0.9em;
  margin:5px auto 0;
}
}

.gsy-tx{
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
  line-height:1.8;
  padding:0 5px;
}

@media only screen and  (max-width: 810px) {
.gsy-tx{
  font-size:0.95em;
  padding:0;
  margin-bottom:5px;
}
}

.gsy-tx a{
  color:#6A6A36;
  text-decoration: underline;
}

.gsy-tx a:hover{
  color:#6A6A36;
  text-decoration: none;
}


/* gear-tex
--------------------------------------------------*/
.product_info .gear-tex{
  text-align: left;
  padding:2% 5px 5%;
}

.product_info .gear-tex p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
  line-height:1.8;
  padding:0;
}

.product_info .gear-tex .en{
  font-family: Roboto,sans-serif;
  font-weight:500;
  font-size:1.25em;
  line-height:1.4;
}

.product_info .gear-tex li{
  margin:0 0 7px 7px;
  font-size:12px;
}


.product_info .gear-tex p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
  line-height:1.8;
  padding:0;
}

.product_info .gear-tex2{
  width: 100%;
  border-top:1px dashed #B5B5B5;
  border-bottom:1px dashed #B5B5B5;
  color:#6A6A36;
  padding:15px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.product_info .gear-tex2{
  border-top:none;
  border-bottom:none;
}
}

.product_info .gear-tex2 a{
  color:#6A6A36;
  text-decoration: underline;
}

.product_info .gear-tex2 a:hover{
  color:#6A6A36;
  text-decoration: none;
}

.product_info .gear-tex2 li{
  margin:0 0 7px 7px;
  font-size:0.95em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

.product_info .gear-tex2 p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
  padding:0;
}

.product_info .gear-tex3{
  width: 100%;
  color:#6A6A36;
  padding:15px 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.product_info .gear-tex3{
  padding:0 5px 15px;
}
}

.product_info .gear-tex3 p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
  color:#6A6A36;
  padding:0;
}

.product_info .gear-tex3 strong{
  font-weight:600;
  font-size:1.5em;
  color:#6A6A36;
  margin-left:20px;
  margin-right:5px;
}

.nebura{
	width: 100%;
	text-align	: left;
	padding:5px 0;
}

.nebura-lg{
	width: 25%;
	vertical-align: middle;
	display:inline-block;
}

.nebura-lg img{
	width: 100%;
	height:auto;
}

.nebura-lnk{
  width: 75%;
  vertical-align: middle;
  display:inline-block;
  padding:0 0 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.nebura-lg{
  width: 35%;
}
.nebura-lnk{
  width: 65%;
}
}

.nebura-lnk .fa{margin-right:5px;}

.nebura-lnk .nebura-bt{margin-bottom:20px;}
.nebura-lnk .nebura-bt2{margin-top:10px;}

.nebura-lnk .nebura-bt a{background:#C81C1B;font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif; margin-left:5px;margin-right:5px;font-size:13px;text-decoration:none;padding:5px 15px 3px;border:1px solid #C81C1B;color:#FFF;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.nebura-lnk .nebura-bt a:hover{background:#FFF;color:#C81C1B; }

.nebura-lnk .nebura-bt2 a{font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif; margin-left:5px;margin-right:5px;font-size:13px;text-decoration:none;padding:5px 15px 3px;border:1px solid #6A6A36;color:#6A6A36;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.nebura-lnk .nebura-bt2 a:hover{background:#6A6A36;color:#FFF; }

.product_info .gear2 {
  width: 100%;
  margin:0 auto 20px;
}

@media screen and (max-width: 568px) {
.product_info .gear2 {
  margin:0 auto 10px;
}
}

.product_info .gear2 li{
	margin:0.5% 5% 0.5% 0;
	display:inline-block;
	vertical-align: top;
	position: relative;
	font-size:14px;
}

.product_info .gear2 .w45{
	width:45%;
}

.product_info .gear2 td strong{
  font-family: Roboto,sans-serif;
  font-weight:500;
  font-size:1.3em;
  color:#B91018;
  margin-right:5px;
}

.product_info .book-bt{
	text-align	: center;
	margin:25px 0;
    width:100%;
}

.product_info .book-bt p{
	display:inline-block;
	vertical-align: middle;
	margin:0 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.product_info .book-bt p{
	margin:0 5px;
	font-size:0.9em;
}
}

.product_info .book-bt .op a{font-size:0.9em;color:#717171;display:inline-block;padding:5px 20px 6px;background-color:#ECECEC;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none;}
.product_info .book-bt .op a:hover{color:#FFF;text-decoration:none;background-color:#717171;}

.product_info .book-bt .bk a{color:#FFF;display:inline-block;padding:10px 20px 12px;background-color:#C93710;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none;}
.product_info .book-bt .bk a:hover{color:#FFF;text-decoration:none;background-color:#8D2206;}


/* 動画追加
--------------------------------------------------*/
#manual{
  width:100%;
  box-sizing: border-box;
  padding:0 1%;
  margin:0 auto;
  max-width:800px;
}

@media only screen and  (max-width: 568px) {
#manual{
  width:100%;
  padding:0 1% 5%;
}
}

.manual-name {
  width: 100%;
  text-align: center;
  margin:0 auto;
  padding:5% 0 1%;
}

.manual-name h2{
  color:#6A6A36;
  font-size:1.4em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:12px;
}

@media screen and (max-width: 568px) {
.manual-name h2{
  margin-bottom:5px;
}
}

#manual .video_box {
  height: auto;
  position: relative;
  width: 100%;
  margin: 2% auto 2%;
}
}

#manual #video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

#manual #video .bg_movie01{
  background: url('../movie/images/movie01.jpg') no-repeat; 
}

#manual #video .bg_movie02{
  background: url('../movie/images/movie01.jpg') no-repeat; 
}
/* 料金表
--------------------------------------------------*/
#car_prices{
  width:100%;
  box-sizing: border-box;
  padding:0 1%;
  margin:0 auto;
}

@media only screen and  (max-width: 1000px) {
#car_prices{
  padding:0 0% 5%;
}
}

@media only screen and  (max-width: 568px) {
#car_prices{
  width:100%;
  padding:0 1% 5%;
}
}

.price_sub{
  line-height:2;
  color:#6A6A36;
  margin-bottom:4%;
  padding:0 1%;
  text-align: center;
  font-family: Roboto,sans-serif;
  font-weight:400;
}

@media screen and (max-width: 810px) {
.price_sub{
  font-size:14px;
  margin-bottom:20px;
}
}

.price-lst {
  width: 100%;
  box-sizing: border-box;
  margin:0 auto 5%;
}

.price-ttl{
  margin:0 auto;
  text-align: center;
}

.price-ttl p{
  font-size: 1.4em;
  background:#FFF;
  color:#6A6A36;
  padding:10px 30px;
  display:inline-block;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  margin-bottom:3%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
  border:2px solid #FFD900;
}

@media screen and (max-width: 800px) {
.price-ttl p{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.price-ttl p{
  font-size:1.4em;
  display:block;
  padding:10px 10px;
  margin-top:5%;
}
}

.price-ttl p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #FFD900;
}

.price-ttl p span{
  color:#C81C1B;
  font-weight:500;
  font-size:1.1em;
}

.price-lst dl {
  width: 20%;
  box-sizing: border-box;
  vertical-align: top;
  display:inline-block;
  border-left: solid 1px #B5B5B5;
  font-size:1.1em;
}

@media screen and (max-width: 1000px) {
.price-lst dl {
  font-size:0.85em;
}
}

.price-lst #pdtp5{margin-top:10px;}

@media screen and (max-width: 810px) {
.price-lst #pdtp5{margin-top:0px;}
}

.price-lst dl a{color:#6A6A36;text-decoration:underline;}
.price-lst dl a:hover{color:#6A6A36;text-decoration:none;}

.price-lst dt {
  background: #6C6C36;
  text-align: center;
  color: #FFF;
  font-family: Roboto,sans-serif;
  font-weight:400;
  padding: 10px 5px;
  font-size:1em;
  letter-spacing:.05em;
  box-sizing: border-box;
  display:block;
  border-top: solid 1px #B5B5B5;
  border-bottom: solid 1px #B5B5B5;
}

@media screen and (max-width: 810px) {
.price-lst dt {
  padding: 10px 2px;
}
}

.price-lst dd {
  padding: 10px;
  display:block;
  border-bottom: solid 1px #B5B5B5;
  text-align: center;
  font-family: Roboto,sans-serif;
  font-weight:400;
  color:#6A6A36;
  font-size:1.05em;
}

.price-lst .bkgr {
  background: #F8F8F5;
}

.price-lst dd span{
  display:none;
}

@media screen and (max-width: 750px) {
.price-lst dl {
  width: 50%;
  border: initial;
  font-size:1em;
}

.spHides{
  display:none!important;
}

.price-lst dl:first-child {
 border-top: solid 1px #999;
}

.price-lst dt {
  display:inline-block;
  border-top: initial;
  vertical-align: top;
  width:100%;
  border-bottom: solid 1px #999;
  font-size:1.15em;
  letter-spacing:.1em;
  padding: 8px 2px;
}

.price-lst dd {
  display:inline-block;
  vertical-align: top;
  width:100%;
  border-bottom: solid 1px #999;
  border-left: solid 1px #999;
  padding: 8px 2px;
}

.price-lst dd span{
  display:block;
}

.price-lst .br1 {
 border-right: solid 1px #B5B5B5!important;
}
.price-lst .brw {
 border-left: solid 1px #FFF!important;
}
}

.price-lst .br2 {
 border-right: solid 1px #B5B5B5!important;
}

#car_prices .tax{
  text-align: left;
  margin-top: 10px;
  font-family: Roboto,sans-serif;
  font-weight:400;
}

#car_prices .tax2{
  font-family: Roboto,sans-serif;
  text-align: center;
  margin-bottom: 10px;
  font-size:1.25em;
}

#car_prices .tax2 span{
  color:#C81C1B;
  font-weight:500;
}

@media screen and (max-width: 810px) {
#car_prices{
  font-size:14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
}
/* .googleCalendar
================================================== */
.googleCalendar{
  width: 100%;
  margin:3% auto 3%;
  max-width:1580px;
  padding:0 2%;
  box-sizing: border-box;
  text-align: center;
}

.googleCalendar .gc-ttl{
  color:#6A6A36;
  font-size:1.6em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  margin-bottom:1%;
  text-align: center;
}

@media screen and (max-width: 568px) {
.googleCalendar .gc-ttl{
  font-size:1.4em;
}
}

.googleCalendar li{
  display: inline-block;
  width:47%;
  margin:2% 1%;
}

@media screen and (max-width: 810px) {
.googleCalendar li{
  display: block;
  width:100%;
  margin:4% 0;
}
}

.googleCalendar li p{
  margin-bottom:4%;
  position: relative;
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:1.4em;
  line-height:1;
  color:#FFF;
  background:#FFD900;
  text-align: center;
  display: inline-block;
  padding:10px 20px;
}

@media screen and (max-width: 810px) {
.googleCalendar li p{
  font-size:1.2em;
}
}

.googleCalendar li p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #FFD900;
}


.googleCalendar iframe {
  width: 100%;
  height: 400px;
  margin:0;
  padding:0;
}

@media all and (min-width: 800px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

/* var-bx
================================================== */
.var-bx{
  margin:3% auto;
  width:100%;
  max-width:300px;
  text-align: center;
  position: relative;
  padding:10px 0 8px;
  background: #6A6A36;
}

@media screen and (max-width: 568px) {
.var-bx{
  margin:2% auto 8%;
}
}

.var-bx a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  display:block;
}

.var-bx a:hover {
  background-color: #fff;
   opacity: 0.3;
}

.var-bx p {
  color:#FFF;
  font-size:1.15em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
}

.var-bx p span{
  color:#FFD900;
}

/* var-bx
================================================== */
.var-bx{
  margin:3% auto;
  width:100%;
  max-width:430px;
  text-align: center;
  position: relative;
  padding:10px 0 10px;
  background: #6A6A36;
}

@media screen and (max-width: 568px) {
.var-bx{
  margin:2% auto 5%;
  max-width:initial;
  width:90%;
}
}

.var-bx a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  display:block;
}

.var-bx a:hover {
  background-color: #fff;
   opacity: 0.3;
}

.var-bx p {
  color:#FFF;
  font-size:1.15em;
  font-family: Roboto,sans-serif;
  font-weight:500;
}

.var-bx p span{
  color:#FFD900;
  letter-spacing:.02em;
}