@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 16px;
  height: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}
@media (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

.u--font_zen-maru {
  font-family: "Zen Maru Gothic", serif;
}

.u--inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 84px 0;
}
@media (max-width: 768px) {
  .u--inner {
    padding: 0;
  }
}

.header {
  background: #00afed;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  position: fixed;
  z-index: 100;
}
.header__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    height: 100%;
  }
}
.header__logo a {
  padding: 0 40px;
  transition: 0.3s;
}
.header__logo a:hover {
  filter: brightness(1.4);
}
@media (max-width: 768px) {
  .header__logo a {
    padding: 0 0.5rem;
  }
}
.header__logo img {
  width: 44px;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 3rem;
  }
}
.header .nav ul {
  display: flex;
}
.header .nav ul li {
  margin-right: 1.5rem;
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 768px) {
  .header .nav ul li {
    font-size: 1.4rem;
  }
}
.header .nav ul li:last-of-type {
  margin-right: 0;
}
.header .nav ul li a {
  transition: 0.3s;
  position: relative;
	text-decoration: none;
}
.header .nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #FFF;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header .nav ul li a::after {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .header .nav ul li a {
    height: 100%;
    display: block;
    /*padding: 12px 0;*/
  }
}
.header .nav ul li a:hover {
  color: #e6f5fe;
}
.header .nav ul li a:hover::after {
  visibility: visible;
  bottom: -6px;
  opacity: 1;
}
@media (max-width: 768px) {
  .header .nav ul li a:hover::after {
    bottom: 4px;
  }
}

#icinamoroll_world_tours.main{
  padding-top: 50px;
  height: 100%;
}
.main .mv {
  background: #e6f5fe;
  border: 5px solid #FFF;
}
@media (max-width: 768px) {
  .main .mv {
    border: none;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
  }
}
.main .mv__ttl {
  text-align: center;
}
.main .mv__ttl img {
  width: 664px;
}
.main .introduction,
.main .goods {
  background-image: url("../images/stripe-bg.png");
  background-color: #f3fbff;
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .main .introduction {
    background-size: 20%;
  }
}
.main .introduction .u--inner {
  padding: 84px 0 40px;
}
@media (max-width: 768px) {
  .main .introduction .u--inner {
    padding: 4rem 0;
  }
}
.main .introduction__txt {
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
  padding: 68px 0 0;
}
@media (max-width: 768px) {
  .main .introduction__txt {
    padding: 4rem 0 0;
    font-size: 1.5rem;
  }
}
.main .introduction__txt--smalle {
  font-size: 30px;
  /*margin-bottom: 84px;*/
}
@media (max-width: 768px) {
  .main .introduction__txt--smalle {
    font-size: 1.3rem;
    /*margin-bottom: 4rem;*/
  }
}
.main .introduction__txt__welcome {
  padding: 93px 0 46px;
}
@media (max-width: 768px) {
  .main .introduction__txt__welcome {
    padding: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .main .introduction__deco-star {
    width: 10.8rem;
  }
}
@media (max-width: 768px) {
  .main .introduction__deco-sina {
    width: 30rem;
  }
}
.main .schedule {
  background-image: url("../images/stripe-bg.png");
  background-color: #fff9eb;
  text-align: center;
}
@media (max-width: 768px) {
  .main .schedule {
    padding-bottom: 4rem;
    background-size: 20%;
  }
}
.main .schedule__ttl {
  background: #00afed;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .main .schedule__ttl {
    padding: 1rem 2rem;
    margin-bottom: 8rem;
  }
}
.main .schedule__list {
  position: relative;
}
.main .schedule__list::before {
  content: "";
  background: url(../images/deco-star.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 201px;
  height: 55px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .main .schedule__list::before {
    width: 10.8rem;
    height: 2.5rem;
    top: -5rem;
  }
}
.main .schedule__list li {
  background: url(../images/table-top.png), url(../images/table-bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  margin-bottom: 200px;
  padding: 8.5% 0;
  position: relative;
}
@media (max-width: 600px) {
  .main .schedule__list li {
    background: none;
    padding: 1rem;
    background: #FFF;
    margin-bottom: 8rem;
  }
}
.main .schedule__list li div {
  background: #FFF;
  padding: 48px;
  background: url(../images/table-side.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .main .schedule__list li div {
    background: none;
    padding: 0;
  }
}
.main .schedule__list li div::before {
  content: "";
  background: url(../images/deco-airplane.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 140px;
  height: 110px;
  top: -10px;
  left: 0;
}
@media (max-width: 600px) {
  .main .schedule__list li div::before {
    display: none;
  }
}
.main .schedule__list li div::after {
  content: "";
  background: url(../images/deco-suitcase.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 115px;
  height: 170px;
  bottom: -40px;
  right: 0;
}
@media (max-width: 768px) {
  .main .schedule__list li div::after {
    display: none;
  }
}
.main .schedule__list li::after {
  content: "";
  display: block;
  background: url(../images/deco-star.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 201px;
  height: 55px;
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .main .schedule__list li::after {
    width: 10.8rem;
    height: 2.5rem;
    bottom: -5rem;
  }
}
.main .schedule__list li:last-of-type {
  margin-bottom: 4rem;
}
.main .schedule__list li:last-of-type::after {
  display: none;
}
.main .schedule__list__ttl {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .main .schedule__list__ttl img {
    width: 70%;
  }
}
.main .schedule__list__ttl .copy-right {
  display: block;
  margin-left: auto;
  margin-top: 20px;
  transform: translateX(-40px);
}
@media (max-width: 768px) {
  .main .schedule__list__ttl .copy-right {
    transform: translateX(0);
  }
}
.main .schedule__list__place {
  font-size: 24px;
  background: #008ccf;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
}
@media (max-width: 768px) {
  .main .schedule__list__place {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    padding: 1rem 0;
  }
}
.footer .schedule__list__place__link {
  color: #ffffff;
  background: #00afec;
  display: block;
  max-width: 500px;
  margin: 10px auto 30px auto ;
  padding: 45px 0;
  font-weight: bold;
  font-size: 35px;
  border-radius: 80px;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer .schedule__list__place__link {
    font-size: 2rem;
    padding: 1.6rem 0;
    width: 70%;
  }
}

.footer .schedule__list__place__link span{
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer .schedule__list__place__link span{
    font-size: 1rem;
  }
}

/*.footer .schedule__list__place__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16%;
  width: 18px;
  height: 18px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer .schedule__list__place__link::after {
    right: 20%;
    width: 1.2rem;
    height: 1.2rem;
  }
}*/
.footer .schedule__list__place__link:hover {
  background-color: #119ac9;
  transform: translate(1px, 1px);
}
.footer .schedule__list__place__link:hover::after {
  right: 14%;
}
.main .schedule__list dl {
  font-size: 20px;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
  .main .schedule__list dl {
    font-size: 1.3rem;
	  margin-bottom: 2em;
  }
}
.main .schedule__list dl dt {
  color: #726363;
  margin-bottom: 0.2em;
}
.main .schedule__list dl dd {
  margin-bottom: 0.7em;
  pointer-events: none;
}
.main .schedule__list dl dd span {
  color: #eb6100;
}
@media (max-width: 768px) {
  .main .schedule__list .smalltext {
    font-size: 1rem;
  }
}
.main .schedule__cation {
  background: #008ccf;
  border: 5px solid #262626;
  color: #FFF;
  padding: 46px;
}
@media (max-width: 768px) {
  .main .schedule__cation {
    padding: 1.6rem;
    margin: 0 2rem;
    border: 0.3rem solid #262626;
  }
}
.main .schedule__cation__ttl {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 768px) {
  .main .schedule__cation__ttl {
    font-size: 1.6rem;
  }
}
.main .schedule__cation__ttl::after {
  content: "";
  display: block;
  height: 2px;
  max-width: 600px;
  margin: 4px auto 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .main .schedule__cation__ttl::after {
    margin: 0.3rem auto 1.2rem;
    width: 98%;
  }
}
.main .schedule__cation__list {
  text-align: left;
}
.main .schedule__cation__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .main .schedule__cation__list li {
    font-size: 1.2rem;
  }
}
.main .schedule__cation__list li::before {
  content: "・";
}
.main .schedule__cation__list li:last-of-type {
  margin-bottom: 0;
}
/*.main .goods {
  background: #00afec;
  text-align: center;
  padding: 165px 0 67px;
}*/

/*.main .goods {
  background-image: url("../images/stripe-bg.png");
  background-color: #f3fbff;
  text-align: center;
}*/
/*@media (max-width: 768px) {
  .main .goods {
    padding: 8rem 0 2rem;
  }
}*/
/*.main .goods__ttl {
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .main .goods__ttl {
    margin-top: 0;
    padding: 0 1rem;
  }
}*/
.main .goods__ttl {
  background: #00afed;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .main .goods__ttl {
    padding: 1rem 2rem;
    margin-bottom: 8rem;
  }
}
.main .goods__list::before {
  content: "";
  display: block;
  background: url(../images/deco-star.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 201px;
  height: 55px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .main .goods__list::before {
    width: 10.8rem;
    height: 2.5rem;
    top: -5rem;
  }
}
@media (max-width: 768px) {
  .main .goods__deco {
    padding: 0 1rem;
  }
}
.main .goods .u--bg-orange {
  background: #eb6100;
}
.main .goods__list {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 80px;
  gap: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main .goods__list {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1rem;
    margin: 1rem auto 4rem;
  }
}
.main .goods__list li {
  padding: 8% 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main .goods__list li {
    width: calc(50% - 0.5rem);
    padding: 3.9% 0;
  }
}
.main .goods__list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: url(../images/goods-table-top.png), url(../images/goods-table-bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .main .goods__list li {
    width: calc(50% - 0.5rem);
    padding: 3.9% 0;
  }
}
.main .goods__list__frame {
  width: 100%;
  height: 100%;
  background: url(../images/goods-table-side.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  padding: 0 0 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .main .goods__list__frame::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 2.3rem);
    top: 1.18rem;
    left: 0;
    position: absolute;
    background: url(../images/goods-table-side.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .main .goods__list__frame {
    padding: 0;
  }
}
.main .goods__list__frame img {
  width: 90%;
  margin: 0 auto;/*テストautoのみ*/
}
.main .goods__list-txt {
  padding: 0 20px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .main .goods__list-txt {
    padding: 0 1rem;
  }
}
.main .goods__list__mark {
  display: flex;
}
.main .goods__list__mark p {
  display: block;
  text-align: center;
  width: 80px;
  background: #eb6100;
  color: #FFF;
  border-radius: 30px;
  margin-right: 0.5em;
  font-size: 14px;
}
@media (max-width: 768px) {
  .main .goods__list__mark p {
    font-size: 1.1rem;
    width: 7rem;
    padding: 0;
  }
}
.main .goods__list .chiki {
  background: #2268b7;
}
.main .goods__list__name {
  font-weight: bold;
  text-align: left;
  margin: 0.4em 0;
 vertical-align: top;
	
}
@media (max-width: 768px) {
  .main .goods__list__name {
    font-size: 1.2rem;
  }
}
.main .goods__list__price {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .main .goods__list__price {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
}
.main .goods__list__price span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .main .goods__list__price span {
    font-size: 1rem;
  }
}


/*mtsuiki*/
.main .goods__list__info {
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .main .goods__list__info {
    padding: 2rem 0 ;
    font-size: 1.5rem;
  }
}

/*mtsuiki*/


.main .goods__list__note {
  font-size: 14px;
  border: 3px solid #262626;
  background: #FFF;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: left;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .main .goods__list__note {
    font-size: 1rem;
    padding: 1rem;
    margin: 0 1rem 2rem;
	border: 0.3rem solid #262626;/*追記1017*/
  }
}
.main .goods__list__note li {
  text-indent: -1em;
  padding-left: 1em;
	margin: 10px 0;
}
.main .goods__list__note li::before {
  content: "※";
}
.main .goods__list__note li .kaijyou {
  color: #eb6100;
}
.main .goods__list__note li .chiki {
  color: #2268b7;
}
.main .goods__more.u--inner {
  padding: 0 0 3rem;
}
.main .goods__more__ttl {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .main .goods__more__ttl {
    width: 80%;
    text-align: center;
    margin: 0 auto 3rem;
  }
}
.main .goods__information {
  border: 5px solid #262626;
  margin-bottom: 40px;
  background: #FFF;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main .goods__information {
    border: 0.3rem solid #262626;
    margin: 0 1rem 2rem;
  }
}
.main .goods__information:last-of-type {
  margin-bottom: 0;
}
.main .goods__information__ttl {
  background: #0066cc;
  color: #FFF;
  padding: 40px 0;
  line-height: 1;
  font-size: 30px;
}
@media (max-width: 768px) {
  .main .goods__information__ttl {
    font-size: 2rem;
    padding: 1.6rem 0;
  }
}
.main .goods__information__txt {
  font-size: 20px;
  line-height: 2;
  margin: 20px;
}
@media (max-width: 768px) {
  .main .goods__information__txt {
    font-size: 1rem;
    margin: 1rem;
  }
}
.main .goods__information__limit {
    font-size: 25px;
    margin-top: 20px;
}
@media (max-width: 768px) {
  .main .goods__information__limit {
    font-size: 1.3rem;
  }
}
.main .goods__information__limit li {
  display: inline-block;
  margin-bottom: 0.5em;
  background: linear-gradient(transparent 60%, #f9c03c 60%);
}
.main .goods__information__cation {
    max-width: 700px;
    text-align: left;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    font-weight: normal;
	font-size: 14px;
	padding: 0 20px;
}
@media (max-width: 768px) {
  .main .goods__information__cation {
    font-size: 1rem;
    margin: 1.5rem;
	  padding: 0;
  }
}
.main .goods__information__cation li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.main .goods__information__cation li::before {
  content: "※";
}
.main .goods__information__cation li:last-of-type {
  margin-bottom: 0;
}
/*.main .goods__information__special {
  margin: 40px 0 30px;
}*/
/*@media (max-width: 768px) {
  .main .goods__information__special {
    margin: 1.5rem;
  }
}*/

.footer {
  text-align: center;
  padding-top: 100px;
  /*background-image: url(../images/stripe-bg.png);*/
  background-color: #f9c03c;
}
@media (max-width: 768px) {
  .footer {
    background-size: 20%;
    padding-top: 3rem;
  }
}
/*.footer__chara {
  width: 100%;
  background: url(../images/footer-round.png) no-repeat;
  background-size: cover;
  padding-top: 18%;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .footer__chara {
    background: url(../images/footer_sp.png) no-repeat;
    background-size: contain;
    padding-top: 11.2%;
    width: 100%;
    height: auto;
    position: relative;
    transform: translateY(2px);
  }
}
.footer__chara__img {
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}
@media (max-width: 768px) {
  .footer__chara__img {
    width: 94%;
    top: -120%;
  }
}
.footer__chara__img img {
  width: 100%;
}*/
.footer__copyright {
  background: #f9c03c;
  padding-top: 20px;
  padding-bottom: 50px;
}
.footer__copyright p img{
  width: 25%;
}
@media (max-width: 768px) {
  .footer__copyright {
    padding: 0 4rem 2rem;
  }
  .footer__copyright p img{
  width: 100%;
}
}

.center {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.center .footer {
  padding-top: 0;
}
.center .footer__chara {
  background: url(../images/footer_sp.png) no-repeat;
  background-size: contain;
  padding-top: 11.3%;
  width: 100%;
  height: auto;
  position: relative;
  transform: translateY(0.25rem);
}
.center .footer__chara__img {
  position: absolute;
  top: -130%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.center .footer__copyright {
  padding-bottom: 20px;
}

.airwait {
  background-image: url(../images/stripe-bg.png);
  background-color: #fff9eb;
  height: 600px;/*100%kai*/
  position: relative;
}
@media (max-width: 768px) {
  .airwait {
    background-size: 20%;
  }
}
.airwait__center {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 768px) {
  .airwait__center {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}
.airwait .link-btn {
  background: #e7e2e2;
  display: block;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
  border-radius: 80px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .airwait .link-btn {
    font-size: 1.6rem;
    padding: 1.2rem 0;
    width: 90%;
  }
}
.airwait .link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16%;
  width: 18px;
  height: 18px;
  margin: auto;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .airwait .link-btn::after {
    right: 20%;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.airwait .link-btn:hover {
  transform: translate(1px, 1px);
}
.airwait .link-btn:hover::after {
  right: 14%;
}
/*# sourceMappingURL=style.css.map */


.mbtn{
  background: #2268b7;
  color: #fff;
  display: block;
  max-width: 500px;
  margin: 30px auto 10px auto ; 
  padding: 30px 0;
  font-weight: bold;
  font-size: 20px;
  border-radius: 80px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
	cursor : pointer;
}
.mbtn:hover{
 background: #e7e2e2;
	  color: #262626;

}
@media (max-width: 768px) {
  .mbtn {
    font-size: 1rem;
    padding: 1.6rem 0;
    width: 70%;
  }
}

.afterbtn{
  background: #2268b7;
  color: #fff;
  display: block;
  max-width: 500px;
  margin: 30px auto 60px auto ; 
  padding: 30px 0;
  font-weight: bold;
  font-size: 20px;
  border-radius: 80px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
	cursor : pointer;
}
.afterbtn:hover{
 background: #e7e2e2;
	  color: #262626;

}
@media (max-width: 768px) {
  .afterbtn {
    font-size: 1rem;
    padding: 1.6rem 0;
    width: 70%;
  }
}

.goods_wrap{
   display: flex;
   flex-wrap: wrap;
   justify-content:space-between;
   width: 100%;
}
.goods_wrap > li{
	display: flex;
   width: 49%;
   text-align: center;
}
@media (max-width: 768px) {
  .goods_wrap > li{
   width: 50%;
   text-align: center;
}
	.main .goods_wrap > li .goods__information__right {
    margin: 0 0.5rem 0 1rem;
  }
	.main .goods_wrap > li .goods__information__left{
    margin: 0 1rem 0 0.5rem;
  }
	}
/*@media (max-width: 768px) {
  .main .goods_wrap > li .goods__information__right {
    margin: 0 0.5rem 0 1rem;
  }
}*/
/*@media (max-width: 768px) {
  .main .goods_wrap > li .goods__information__left{
    margin: 0 1rem 0 0.5rem;
  }
}*/
.main .goods__list__info + .schedule__list__place__link {
  background: #e7e2e2;
  display: block;
  max-width: 500px;
  margin: 10px auto 30px auto ;
  padding: 30px 0;
  font-weight: bold;
  font-size: 20px;
  border-radius: 80px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.main .goods__list__info + .schedule__list__place__link:hover {
	color: #000000;
	text-decoration: none;
}
@media (max-width: 768px) {
  .main .goods__list__info + .schedule__list__place__link {
    font-size: 1rem;
    padding: 1.6rem 0;
    width: 70%;
  }
}
.main .goods__list__info + .schedule__list__place__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16%;
  width: 18px;
  height: 18px;
  margin: auto;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .main .goods__list__info + .schedule__list__place__link::after {
    right: 20%;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.main .goods__list__info + .schedule__list__place__link:hover {
  transform: translate(1px, 1px);
}
.main .goods__list__info + .schedule__list__place__link:hover::after {
  right: 14%;
}


.comingsoon{
	font-size: 5rem;
	margin-bottom: 160px;
}
@media (max-width: 768px) {
  .comingsoon{
	  margin-bottom: 8rem;
  }
}
/*打ち消し設定*/
.main{
	background-color: #ffffff;
	padding-bottom: 0;
}
.header__logo {
    width: calc(100vw / 10);
    display: block;
    margin: 0;
	text-align: center;
}

.nav.nav{
	background-color: #00afed;
	padding: 0;
}

