@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
}

.yugo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
/*#################################
	サイト内共通
#################################*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #231815;
background-color: #fff;	
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
body * {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #231815;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: #231815;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}

header .sp-nav {
  background-color: white;
  display: none;
}
@media screen and (max-width: 767px) {
  header .sp-nav {
    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;
  }
}
header .sp-nav .logo {
  padding: 10px 15px;
}
header .pc-nav {
  min-height: 91px;
background-color: #fff;	
}
@media screen and (max-width: 991px) {
  header .pc-nav {
    min-height: 87px;
  }
}
header .pc-nav ul {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
header .pc-nav ul li {
  padding: 0 20px;
  border-right: 1px solid black;
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  header .pc-nav ul li {
    font-size: 16px;
  }
}
header .pc-nav ul li:last-child {
  border: none;
}
header .pc-nav ul li a {
  display: inline-block;
}
header .pc-nav.fixed ul {
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: white;
  padding: 20px 0;
}
header .mv {
margin: 0 auto;
text-align: center;	
background-image: url(../img/mv-bg.jpg);	
background-size: 100% auto;
background-repeat: no-repeat;
background-position: top;
}
@media screen and (max-width: 1400px) {
header .mv {
background-size: cover;
}	
	.mv .mv-txt1 {
		max-width: 500px;
	}
	.mv .mv-txt12{
		max-width: 500px;
	}	
}
@media screen and (max-width: 767px) {
header .mv {
background-image: url("../img/mv-bg-sp.jpg");
}
}
header .mv .mv-label {
  padding: 15px 0 20px;
	  margin: 0 auto;
	  text-align: center;		
}
header .mv .mv-label img {
	width: 80%;
}
header .mv .inner {
	  margin: 0 auto;
	  text-align: center;
	padding-bottom: 30px;
}
header .mv .inner img {
  width: 70%;
}
.cath {
	background-color: #004097;
}
.drawer-nav {
  background-color: white;
  padding-top: 60px;
  text-align: center;
  z-index: 99;
}
.drawer-nav .drawer-menu {
  text-align: left;
}
.drawer-nav .drawer-menu .drawer-menu-item {
  color: #231815;
  max-width: 200px;
  margin: 0 auto;
  border-bottom: 1px solid #004097;
}
.drawer-nav .drawer-menu .drawer-menu-item:hover {
  text-decoration: none;
}

.drawer-hamburger {
  padding: 15px 0.75rem 25px;
  position: static;
  z-index: 101;
}
.drawer-hamburger:focus {
  outline: none;
}
.drawer-hamburger:hover {
  opacity: 1;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #004097;
}

.drawer--right.drawer-open .drawer-hamburger {
  position: fixed;
  padding: 15px 0.75rem 25px;
  z-index: 101;
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}



/* ページTOPへもどるボタン */
#page-top {
  display: none;
  z-index: 99;
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 40px;
    height: 40px;
  }
}
#page-top:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #page-top:hover {
    opacity: 1;
  }
}

footer {
  background-color: #004097;
  padding: 40px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
}
footer .fixed-bn {
  position: fixed;
  display: inline-block;
  right: 0;
  width: 150px;
  bottom: 15%;
  max-width: 10%;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  footer .fixed-bn {
    width: 80px;
    max-width: 20%;
    bottom: auto;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 150px;
  }
}
footer .copy {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  footer .copy {
    padding-top: 10px;
  }
}
footer .copy__txt {
  color: white;
}
@media screen and (max-width: 767px) {
  footer .copy__txt {
    font-size: 12px;
  }
}

body.home {
  background-color: white;
}
body.home main {
  overflow: hidden;
}
body.home main .bg-hanabi {
	position: relative;
}
body.home main .bg-hanabi:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../img/hanabi.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
body.home main section .container {
	position: relative;
	z-index: 2;
}
body.home main .sec-ttl {
  width: 600px;
  max-width: 90%;
  margin: 0 auto 40px;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  background-color: white;
}
@media screen and (max-width: 991px) {
  body.home main .sec-ttl {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec-ttl {
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 10px;
  }
}
body.home main .sec-ttl__txt {
  font-size: 42px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  body.home main .sec-ttl__txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec-ttl__txt {
    font-size: 26px;
  }
}
body.home main .entry {
  background-color: #004097;
margin: 0 auto;	
  padding: 60px 0;

}
body.home main .entry .container {
margin: 0 auto;	
text-align: left;
}

@media screen and (max-width: 767px) {
  body.home main .entry {
    padding: 40px 20px;
  }
}
body.home main .entry .sec-ttl__txt {
  color: #004097;
	padding-bottom: 0;
}
body.home main .entry .chara01 {
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(-30%) rotate(35deg);
          transform: translateY(-30%) rotate(35deg);
  max-width: 12%;
  z-index: 5;
}
body.home main .entry .txt-1 {
  font-size: 22px;
  padding-bottom: 40px;
  color: white;
}
@media screen and (max-width: 767px) {
  body.home main .entry .txt-1 {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
body.home main .entry .txt-1 .spn-1 {
  font-size: 29px;
  color: #FFF100;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body.home main .entry .txt-1 .spn-1 {
    font-size: 20px;
  }
}
body.home main .entry .txt-1 .spn-2 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body.home main .entry .txt-1 .spn-2 {
    font-size: 15px;
  }
}
body.home main .entry .qr {
  background-color: #FFF100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  body.home main .entry .qr {
    display: block;
  }
}
body.home main .entry .qr__txt {
  font-size: 30px;
  font-weight: bold;
  width: calc(100% - 124px);
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  body.home main .entry .qr__txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .entry .qr__txt {
    width: 100%;
    padding-right: 0;
    font-size: 22px;
    padding-bottom: 15px;
  }
}
body.home main .entry .qr__img {
  width: 124px;
}
@media screen and (max-width: 767px) {
  body.home main .entry .qr__img {
    width: 103px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.home main .entry .step {
    padding-top: 20px;
  }
}
body.home main .entry .step .step-row {
  margin: 8px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home main .entry .step .step-row {
    margin: 10px 0;
  }
}
body.home main .entry .step .step-row__btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 24%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36%;
}
@media screen and (max-width: 767px) {
  body.home main .entry .step .step-row__btn {
    width: 55%;
    left: 38%;
    top: 8.5%;
    -webkit-transform: none;
            transform: none;
  }
}
body.home main .winning {
  background-color: #fff;
margin: 0 auto;	
	text-align: left;
  padding: 60px 0;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  body.home main .winning {
    padding: 30px 0 40px;
  }
}
body.home main .winning .sec-ttl {
  background-color: #717071;
}
body.home main .winning .sec-ttl__txt {
  color: white;
}
body.home main .winning .container {
  position: relative;
  width: 90%;
}
@media screen and (max-width: 767px) {
  body.home main .winning .container {
    width: 100%;
  }
}
body.home main .winning .chara01 {
position: absolute;	
  top: 4%;
  right: -5%;
}


body.home main .winning .c01 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c01 {
    padding-bottom: 30px;
  }
}
body.home main .winning .c01 .txt-1 {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c01 .txt-1 {
    font-size: 16px;
  }
}
body.home main .winning .c01 .txt-1 .spn-1 {
  font-size: 31px;
  color: #EC1C24;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c01 .txt-1 .spn-1 {
    font-size: 26px;
  }
}
body.home main .winning .c01 .txt-1 .spn-2 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c01 .txt-1 .spn-2 {
    font-size: 16px;
  }
}
body.home main .winning .c02 .box {
  background-color: rgba(62, 58, 57, 0.12);
  padding: 40px;
position: relative;
}
body.home main .winning  .c02 .box .chara02 {
position: absolute;
  top: -50px;
  left: -2%;
}
body.home main .winning .c02 .box .chara03 {
position: absolute;	
  top: 30%;
  right: -120px;	
}
body.home main .winning .c02 .box .chara04 {
position: absolute;	
  top: 15%;
  left: -90px;
}

@media screen and (max-width: 767px) {
  body.home main .winning .c02 .box {
    padding: 20px;
  }
}
body.home main .winning .c02 .box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  body.home main .winning .c02 .box .ttl {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.home main .winning .c02 .box .ttl {
    padding-bottom: 10px;
  }
}
body.home main .winning .c02 .box .ttl__txt-1 {
  font-size: 30px;
  font-weight: bold;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c02 .box .ttl__txt-1 {
    font-size: 18px;
  }
}
body.home main .winning .c02 .box .ttl__txt-2 {
  font-size: 22px;
  color: #EC1C24;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c02 .box .ttl__txt-2 {
    font-size: 16px;
  }
}
body.home main .winning .c02 .box .notice__txt {
  font-size: 22px;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  body.home main .winning .c02 .box .notice__txt {
    font-size: 16px;
  }
}
/*＝＝＝＝＝＝＝＝
体験ツアー
＝＝＝＝＝＝＝＝＝
*/
body.home main .tour {
margin: 0 auto;
text-align: center;
background-color: #e63082;
padding: 60px 0;
position: relative;
}
body.home main .tour .tour-note {
background-color: #fff100;
padding: 40px;
border-radius: 20px;	
text-align: left;	
margin-bottom: 50px;	
}
body.home main .tour .tour-note .txt-only {
text-align: left;
line-height: 1.8em;	
font-size: 20px;
}
body.home main .tour .tour-note .ttl {
font-weight: 700;
}
body.home main .tour .tour-note .txt-red {
font-size: 22px;
text-align: left;
line-height: 1.8em;	
font-weight: 300;	
color: #ec1c24;
border: 2px solid #ec1c24;
padding: 20px;
}
@media screen and (max-width: 767px) {
body.home main .tour .tour-note .txt-only {
text-align: left;
line-height: 1.8em;	
font-size: 16px;
}	
body.home main .tour .tour-note .txt-red {
font-size: 18px;
font-weight: 500;	
}	
}
body.home main .tour .in-box {
background-color: #fff;	
border:6px solid #e63082;
padding:26px 50px;
border-radius: 30px;
margin-bottom: 55px;
box-shadow: 4px 4px 8px;
text-align: left;
position: relative;
}

body.home main .tour .in-box .pop01 {
	position: absolute;
	top:3%;
	right: -3%;
	width: 45.4%;	
}
body.home main .tour .in-box .pop02 {
	position: absolute;
	top:-6%;
	right: -5%;
	max-width: 35.7%;	
}
body.home main .tour .in-box .pop03 {
	position: absolute;
	top:-5%;
	right: -4%;
	max-width: 45.4%;	
}
body.home main .tour .in-box .pop04 {
	position: absolute;
	top:-3%;
	right: -3%;
	max-width: 31.2%;
}
body.home main .tour .in-box .pop05 {
	position: absolute;
	top:-3%;
	right: 1%;
	max-width: 41%;
}
body.home main .tour .in-box .pop06 {
	position: absolute;
	top:-2%;
	right: -3%;
	max-width: 37.8%;
}
body.home main .tour .in-box .pop07 {
	position: absolute;
	top:-3%;
	right: -2%;
	max-width: 41.8%;
}
body.home main .tour .in-box .pop08 {
	position: absolute;
	top:-3%;
	right: -3%;
	max-width: 46%;
}
body.home main .tour .in-box .pop09 {
	position: absolute;
	top:8.0%;
	right: -3%;
	max-width: 40.9%;
}
body.home main .tour .in-box .pop10 {
	position: absolute;
	top:-3%;
	right: -1%;
	max-width: 41.8%;
}
body.home main .tour .in-box .pop11 {
	position: absolute;
	top:4%;
	right: -3%;
	max-width: 47.9%;
}
body.home main .tour .in-box .pop12 {
	position: absolute;
	top:-4%;
	right: -4%;
	max-width: 33.2%;
}


@media screen and (max-width: 767px) {
  body.home main .tour {
    padding: 40px 25px;
  }
body.home main .tour .tour-note {
padding: 20px;	
margin-bottom: 30px;	
}	
body.home main .tour .txt-1 {
    font-size: 16px;
    padding: 30px 0;
  }
body.home main .tour .in-box {
border:3px solid #e63082;
padding:10px 20px;
border-radius: 13px;
margin-bottom: 25px;
box-shadow: 2px 2px 4px;	
}
body.home main .tour .in-box .no-sp	{
width: 80%;		
}
}
/*体験ツアーの中のアンサーノーマル*/
body.home main .tour .in-box .a-title {
padding: 1em;
display: block;
color: #fff;
background-color: #EC1C24;	
font-weight: bold;
	margin-top: 14px;
}
body.home main .tour .in-box .a-box {
padding: 1em;
display: block;
background-color: #e5e5e5;	
}
body.home main .tour .in-box .a-box span {
	color: #ec1c24;
	font-weight: 500;
}
/*
＝＝＝＝＝＝＝＝=
当たる！
＝＝＝＝＝＝＝＝＝
*/
body.home main .hit {
background-color: #29AAE1;
padding: 60px 0 290px;
margin-bottom: 30px;	
}
body.home main .hit-in {
 position: relative;	
}
body.home main .hit-in .hit-box {
position: absolute;
     top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}
@media screen and (max-width: 992px) {
body.home main .hit {
padding: 60px 0 240px;	
}	
body.home main .hit-in .hit-box {
 top: 360px;
}	
}
@media screen and (max-width: 767px) {
body.home main .hit {
padding: 40px 0;
margin-bottom: 20px;	
}	
}

/*よくある質問*/
body.home main .qa {
	margin: 0 auto;
  background-color: #fff;
	text-align: left;
}
body.home main .qa:before, body.home main .qa:after {
  content: "";
  background-color: #004097;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
body.home main .qa:before, body.home main .qa:after {
    height: 10px;
  }
}

body.home main .qa .sec-ttl {
  background-color: #004097;
}
body.home main .qa .sec-ttl__txt {
  color: #fff;
}
/*body.home main .qa dl.faq dt:before{
  font-size: 1.5em;
  margin-right: .5em;
}*/
/*body.home main .qa dl.faq dt:before{
  content:"Q";
  color: #004097;
}*/
body.home main .qa dl.faq dd:before{
 /* content:"　A:";*/
  /*color: #0085C8;*/
}
/*body.home main .qa dl.faq dd{
  border-bottom: 1px dotted #999;
  margin-left: 0;
}*/
body.home main .qa dl.faq {
line-height: 0.8;
text-align: left;
}
body.home main .qa dl.faq dt{
position: relative;	
color: #004097;
font-size: 1.5em;
padding-left: 1.8em;	
}
body.home main .qa dl.faq dt .que {
	position: absolute;
	left: 0;
}
body.home main .qa dl.faq dd{
position: relative;	
padding-left: 1.5em;
margin-bottom: 2em;
font-size: 1.2em;
line-height: 1.5;	
}


@media screen and (max-width: 767px) {
body.home main .qa dl.faq dt:before{
font-size: 1.3em;		
}	
body.home main .qa dl.faq dt{
font-size: 1.3em;	
}
body.home main .qa dl.faq dd{
font-size: 1.1em;	
}
	}
body.home main .contact {
	width: 100%;
	margin: 0 auto;
	text-align: center;
  background-color: #E8E7E7;
  padding: 70px 0 100px;
}

body.home main .contact .container {
	position: relative;
}
body.home main .contact .container .chara1 {
	position: absolute;
	top: 10px;
	left: 50px;
}body.home main .contact .container .chara2 {
	position: absolute;
	top: 30px;
	right: 50px;
}
@media screen and (max-width: 767px) {
  body.home main .contact {
    padding: 40px 0 30px;
  }
body.home main .contact p img {
width: 80%;	
}	
}
body.home main .contact .sec-ttl {
  background-color: #3E3A39;
}
body.home main .contact .sec-ttl__txt {
  color: white;
}
body.home main .contact .txt-1 {
  text-align: center;
  font-size: 22px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.home main .contact .txt-1 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
body.home main .contact .form iframe {
  height: 3380px;
  width: 100%;
  overflow: auto;
  border: none;
}
@media screen and (max-width: 767px) {
body.home main .contact .form iframe {
  height: 3850px;
}	
}
@media screen and (max-width: 767px) {
body.home main .contact .form iframe {
  height: 3850px;
}	
}
@media screen and (max-width: 575px) {
body.home main .contact .form iframe {
  height: 3950px;
}	
}
@media screen and (max-width: 320px) {
body.home main .contact .form iframe {
  height: 4000px;
}	
}
body.home main .cta {
  padding: 50px 0;
  text-align: center;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.home main .cta {
    padding: 30px 0;
  }
}
body.home main .cta .sec-ttl {
  background-color: transparent;
  border: 2px solid #EC1C24;
  margin: 0 auto 20px;
}
body.home main .cta .sec-ttl__txt {
  color: #EC1C24;
}
body.home main .cta .txt-1 {
  padding: 20px 0;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  body.home main .cta .txt-1 {
    font-size: 16px;
    padding: 0 0 10px;
  }
}
body.home main .cta .txt-2 {
  font-size: 31px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.home main .cta .txt-2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
body.home main .cta .txt-tel {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.home main .cta .txt-tel {
    max-width: 95%;
    margin: 0 auto;
  }
}
body.home main .cta .txt-3 {
  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;
  font-size: 22px;
  padding-top: 20px;
  max-width: 615px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.home main .cta .txt-3 {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
  }
}
body.home main .cta .txt-3__01 {
  padding-right: 10px;
	text-align: left;
}
@media screen and (max-width: 767px) {
  body.home main .cta .txt-3__01 {
    padding-right: 0;
  }
}
body.home main .cta .txt-3__02 {
  border: 1px solid black;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  body.home main .cta .txt-3__02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
}
body.home main .space{
	height: 100px;
	width: 0;
}
body.home main .space80{
	height: 80px;
	width: 0;
}
@media screen and (max-width: 767px) {
body.home main .space{
	height: 50px;
	width: 0;
}
body.home main .space80{
	height: 10px;
	width: 0;
}	
}

/*
＝＝＝＝＝＝＝＝=
バスケ体験
＝＝＝＝＝＝＝＝＝
*/
.bb-taiken {
	text-align: center;
	margin: 0 auto;
	text-align: center;
	background-color: #ff7c00;
}

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

}

.bb-taiken .bb-02 {
	margin-top: 30px;
}

body.home main .bb-taiken .in-box {
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 6px solid #f2971b;
	padding: 26px 50px;
	border-radius: 30px;
	margin-top: 50px;
	margin-bottom: 55px;
	box-shadow: 4px 4px 8px;
}
@media screen and (max-width: 767px) {
	body.home main .bb-taiken {
		padding-right: 20px;
		padding-left: 20px;
	}
	body.home main .bb-taiken .ttl {
		max-width: 90%;
	}

	body.home main .bb-taiken .in-box {
		padding: 20px;
		border-radius: 13px;
		margin-bottom: 25px;
		box-shadow: 2px 2px 4px;
		margin-top: 30px;
	}

	body.home main .bb-taiken .sp-bb {
		margin-right: 0;
	}
	body.home main .bb-taiken .sp-bb img {
		max-width: 110%;
		width: 110%;
		margin-left:2%;
	}
}
@media screen and (max-width: 767px) {
.bb-taiken .in-box .pop {
position: absolute;
top: 40%;
right: -30px;
transform: translateY(-50%);
z-index: 3;	
width: 35%;	
}
}
@media screen and (max-width: 550px) {
.bb-taiken .in-box .pop {
top: 33%;
right: -30px;
}
}
@media screen and (max-width: 390px) {
.bb-taiken .in-box .pop {
top: 29%;
right: -30px;
width: 32%;	
}
}
/*体験ツアーの中のアンサーノーマル*/
.bb-taiken .in-box .a-title {
padding: 1em;
display: block;
color: #fff;
background-color: #EC1C24;	
font-weight: bold;
	margin-top: 14px;
}
.bb-taiken .in-box .a-box {
text-align: left;
padding: 1em;
display: block;
background-color: #e5e5e5;	
}
.bb-taiken .in-box .a-box span {
	color: #ec1c24;
	font-weight: 500;
}
/*
/*
＝＝＝＝＝＝＝＝=
グルメ・ギフト
＝＝＝＝＝＝＝＝＝
*/
.gift {
	text-align: center;
	margin: 0 auto;
	background-color: #009fe8;
}
.gift .gift-img1 {
	margin-top: -30px;
}

body.home main .gift .in-box {
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 6px solid #00aaff;
	padding: 26px 50px;
	border-radius: 30px;
	margin-bottom: 55px;
	box-shadow: 4px 4px 8px;
}
.gift .ttl {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	body.home main .gift {
		padding-right: 20px;
		padding-left: 20px;
	}

	body.home main .gift .in-box {
		padding: 25px;
		border-radius: 13px;
		margin-bottom: 25px;
		box-shadow: 2px 2px 4px;
	}
	.gift .ttl {
		max-width: 90%;
	}
	body.home main .gift .in-box .box-ttl {
		width: 90%;
	}
}

body.home main .gift .in-box p {
	font-size: 33px;
	font-weight: bold;
	color: #22b473;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.4;
}
@media screen and (max-width: 1200px) {
	body.home main .gift .in-box p {
		font-size: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	body.home main .gift .in-box p {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .gift .in-box p {
		font-size: 26px;
	}
}
@media screen and (max-width: 550px) {
	body.home main .gift .in-box p {
		font-size: 17px;
	}
}
.exe {
	font-size: 16px;
}
body.home main .gift .in-box .gift-02-rei {
	margin-top: -8%;
}
@media screen and (max-width: 767px) {
	body.home main .gift .in-box .gift-02-rei {
		margin-top: -15px;
	}
}
body.home main .gift .in-box .gift-04-rei {
	margin-top: -3%;
	max-width: 103%;
	width: 103%;
}
body.home main .gift .in-box table {
	width: 100%;
	text-align: left;
	 table-layout: fixed;
}
body.home main .gift .in-box table td {
	width: 50%;
}
body.home main .ple-quo {
	text-align: center;
	margin: 0 auto;
	background-color: #7d4697;
	padding: 60px 20px;
}
@media screen and (max-width: 767px) {
body.home main .ple-quo {
padding: 40px 20px;
}	
}	