@charset "utf-8";
/* CSS Document */

/*===============================================
●For Desktop Min Width 769px
===============================================*/

header img#ttl_img {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 40%;
	bottom: 100px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 99;
}

#header .ttl_slider {
  position: absolute;
  top: 45%;
  left: 35%;
	align: center;
	color: #FFF;
	font-weight: 700;
	font-family: "Gill Sans", sans-serif;
	font-size: 3em;
	line-height: 1.4em;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 99;
	text-shadow: 2px 2px 4px #000000;
}


.slideshow {
  position: absolute;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 8);
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 4;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 3;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 2;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 1;
}
.slideshow-image:nth-child(5) {
  -webkit-animation-name: kenburns-5;
          animation-name: kenburns-5;
  z-index: 0;
}








.slideshow2 {
  position: absolute;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 8);
}

.slideshow-image2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  
}
.slideshow-image2:nth-child(1) {
 
}


.title-text {
	color: #3E3E3E;
	padding: 20px;
	text-align: center;
	font-size: 36px;
	font-weight: bolder;
	font-family: 'Raleway', sans-serif;
}


@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.051176);
            transform: scale(1.051176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.051176);
            transform: scale(1.051176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes kenburns-5 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-5 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#tour {
	padding-top: 73vh;
}

#ac_content {
	background-image: url(images/bg_ac2.jpg);
	background-repeat: repeat-y;             /* 縦方向に繰り返し */
	  background-size: 100% auto;              /* 幅100%、高さは自動 */
	  background-position: top center;         /* 上中央から開始 */
	  background-attachment: scroll;  
}

.sale_banner {
	width: 1000px;
}


.content_block {
	margin: 0 auto;
	background: #bac1c7;
}

.content_block2 {
	margin: 0 auto;
	max-width: 1000px;
	overflow: auto;
}

.content_block_ac {
	margin: 0 auto;
	background: transparent;
	max-width: 1000px;
	overflow: auto;
}


.tour_block {
	float: left;
	width: 23%;
	margin: 0 1% 2.5% 1%;

}

.tour_block2 {
	float: left;
	width: 31%;
	margin: 10px
}
.tour_block3 {
	float: left;
	width: 18%;
	margin: 0 1% 2.5% 1%;
}

.tour_block4 {
	float: left;
	width: 64%;
	margin: 10px;
}

.tour_block5 {
	float: left;
	width: 47%;
	margin: 0 1% 2.5% 1%;
}

.tour_block6 {
	width: 95%;
	background: #FFF;
	margin: 2.5% auto;
	padding: 2.5%;
}

.tour_block_ac {
	width: 90%;
	background: #FFF;
	border: solid 1px #DDD;
	margin: 2.5% auto;
	padding: 5%;
	overflow: auto;
}

.tour_block_ac ul{
	list-style: square !important;
	color: #222;
}

.ac_title {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: bolder;
	margin: 0 auto 30px auto;
}

.ac_title img {
	width: 100%;
	margin: 20px auto;
}



.ac_venue_wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.ac_venue_block {
	width: 48%;
}

.ac_venue_block iframe {
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
  border: 0;
}	

.ac_venue_block img {
	width: 100%;
}





.performer-wrapper {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 15px;
}

.performer-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.performer-row.top {
  justify-content: flex-start;
}

.performer-row.bottom {
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.performer-block {
  width: 48%;
  min-width: 340px;
	margin: 0 auto;
}

.performer-row.bottom .performer-block {
  width: 300px;
}

.ac_performer {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding: 12px;
	background-color: #333;
	color: #FFF;
	width: 100%;
	  text-align: center;
	  border: none;
	  cursor: pointer;
}

.ac_performer2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding: 12px;
	background-color: #333;
	color: #FFF;
	width: 100%;
	  text-align: center;
	  border: none;
}

.performer-block .body_text {
	margin-top: 8px;
	text-align: center;
}

.ac_performer::after {
  content: "❯";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 20px;
}

.ac_performer.active::after {
  transform: translateY(-50%) rotate(90deg); /* 下向きに回転 */
}


.ac_performer:focus {
  outline: 2px solid #f90;
}

.ac_profile-content {
  display: none;
  margin-top: 10px;
}

.ac_performer em {
	font-weight:100;
}
.ac_performer_img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.profile-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  opacity: 0;
	font-size: 1.2em;
	line-height: 1em;
}


.profile-content.open {
  max-height: 1000px; 
  opacity: 1;
  margin-top: 10px;
}

.bonus_wrapper {
  width: 80%;
  display: flex;
	margin: 30px auto;
  justify-content: space-between;
  flex-wrap: wrap;
	gap: 20px;
}

.bonus_item {
  width: 48%;
  text-align: center;
}

.bonus_img {
  width: 100%;
  height: auto;
}

.bonus_caption {
  margin-top: 8px;
  font-weight: bold;
}


.ac_m_ttl {
	font-size: 0.8em;
}








.tour_block8 {
	float: center;
	width: 95%;
	background: #e9faf5;
	margin: 2.5% auto;
	padding: 2.5%;
	overflow: auto;
}

.tour_block9 {
	float: left;
	width: 45%;
	background: #fbfbf3;
	margin: 1.5%;
	padding: 2.5%;
}

.tour_block20 {
	float: center;
	width: 75%;
	margin: 2.5% auto;
	padding: 4% 2.5% 2.5% 2.5%;
	overflow: auto;
}

.tour_block_event {
	float: center;
	width: 95%;
	margin: 2.5% auto;
    background: #FFFFFF;
	padding: 2.5%;
	overflow: auto;
	border: 5px solid #FFEAAF;
	border-radius: 15px;
  background-image: linear-gradient(45deg, #fff9e8 0%,#fff9e8 25%,#ffffff 25%,#ffffff 50%,#fff9e8 50%,#fff9e8 75%,#ffffff 75%);
  background-position: 0px 0px;
  background-size: 10px 10px;
}

.tour_block_event img {
	float: left;
	margin-right: 20px;
	max-width: 40%;
}

.list ul {
	list-style-type: none;
	display: table;
}

.list li {
	list-style: none;
	display: table-row;
}

.list_incl ul li:before {
	content: "\2713\0020";
	color: #0f7323;
	margin-right: 8px;
	font-size: 1.5em!important;
	display: table-cell;
    text-align: right;
}

.list_incl_n ul li:before {
	content: "\2715\0020";
	color: #CC0000;
	margin-right: 10px;
	font-size: 1.5em!important;
	display: table-cell;
    text-align: right;
}


.tour_block10 {
	float: center;
	width: 95%;
	background: #d6cbe3;
	margin: 2.5% auto;
	padding: 2.5%;
}

.it_text {
	width: 95%;
	margin: 0 2.5% 0 0;
}

.it_img {
	width: 31%;
	margin: 0 2% 0 0;
}

.it_img:last-child {
	margin: 0;
}

.it_op_bnr {
	width: 400px;
}


.img_tour {
	float: center;
	margin: 0px 15px 15px 0px;
	width: 100%;
}

.img_map {
    float: right;
    margin: 0px 15px 15px 10px;
    width: 50%;
}


.bottom_block {
	overflow: auto;
	padding: 5px 10px;
}

.bottom_block a, .bottom_block2 a {
	text-decoration: none;
}

.bottom_block h2, .bottom_block2 h2 {
	font-size: 1.2em;
	color: #58656e;
	text-align: center;
}

.bottom_block p, .bottom_block2 p {
    padding: 0 0 10px 0;
    color: #2B2B2B;
    font-size: 14px;
}

.bottom_block .schedule, .bottom_block2 .schedule {
	color: #5874b6;
	font-size: 1em;
}

.bottom_block .price {
	color: #5874b6;
	padding: 5px 35px 5px 0;
	text-align: right;
	font-size: 1.2em;
	font-weight: normal;
	background-size: 30px;
}

.bottom_block .price span {
	font-size: 1.4em;
}

.bottom_block2 {
	padding: 5px 10px;
	background: #bac1c7;
	height:250px;
}

.list_tab {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 30px;
	text-indent: -20px;
}

.list_tab::before {
	content: '・';
}

.list_tab2 {
	text-indent: 50px;
	font-size: 1em;
	line-height: 1.4em;
}

.title_block {
	padding: 30px 15px;
	text-align: center;
}


.title_block2 {
	padding-top:100px;
	padding: 10px 30px;
	background: #d6cbe3;
	text-align: center;
	margin-top:20px;
}


#tour01 a:hover .st21 {fill: #fc6612;}
#tour02 a:hover .st16 {fill: #fc6612;}
#tour03 a:hover .st16 {fill: #fc6612;}
#tour04 a:hover .st16 {fill: #fc6612;}

#tour04 .circle_arrow {fill: #FFC30D;}
#tour04 a:hover .circle_arrow {fill: #fc6612;}

.map_block svg a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

h3 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	color:#58656e;
	text-align: center;
	padding-left: 10%;
    padding-right: 10%;
}

.overview {
	width: 45%;
	float: left;
	margin: 0 2.5% 2.5% 2.5%;

}

.overview ul {
	list-style-type: none;
	margin: 25px 0;
}

.overview ul li:before {
	content: "\2713\0020";
	color: #18802d;
	margin-right: 6px;
	line-height: 1.4em;
	font-size: 1.4em!important;
}

.price_block {
	width: 45%;
	float: left;
	margin: 2.5% 0 0 0;
	padding: 2.5% 1.5%;
	border: 1px solid #ccc;
	background: #f8f8f8;
	font-family: sans-serif;
}

.price_data {
	width: 33%;
	padding: 0 10px;
	float: left;
}

.price_data2 {
	width: 33%;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
}

.price_data span {
	color: #666;
	font-size: 0.9em;
}

.price_lg {
	font-size: 1.6em;
	color: #666;
	
}

.price_top div:last-child {
	border-right: none;
}

.price_block img {
	width: 90%;
	margin: 5%;
}

.tour_code {
	clear: both;
	padding: 15px 0 20px 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;	
}

.ask_HIS {
	clear: both;
    margin: 0 auto;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}

.tour_code span {
	color: #666;
}

.phone {
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.6em;
	margin: 0 auto 20px auto;
}

.phone a {
	color: #333;
}

.phone a:hover {
	color: #666;
	text-decoration: none;
}

.table_cancellation {
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.table_cancellation th {
	
	padding: 10px 8px;
	background: #ededed;
	border-bottom: 1px solid #ccc;
	color: #666666;
	text-align: left;
	font-size: 16px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 21px;
		width: 50%;
}

.table_cancellation td {
	padding: 10px 8px;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	line-height: 18px;
		width: 50%;
}

#policy {
	margin: 30px auto;
	font-size: 0.8em;

}

.content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 5%;
	flex-wrap: wrap;
}

#notice, #options {
  width: 45%;
  padding: 2.5%;
  box-sizing: border-box;
}

#notice ul, #options ul {
  padding-left: 20px;
}

#notice ul li, #options ul li {
  padding: 0 0 5px 0;
  list-style: disc !important;
}

#why_his {
	margin: 30px auto;
	padding: 10px 0 30px 0;
	background: #f4f4f4;
	width: 98%;
}

.why_block {
	float: left;
	width: 31.33%;
	margin: 1%;
}

#why_his h2,
#include h2 {
	text-align: center;
	font-family: times, serif;
	font-weight: normal;
	font-size: 1.8em;
	padding: 25px 0 10px 0;
}

/* 全体のフォント*/
.body_text {
	text-align: left;
	font-size: 20px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
	font-weight: normal;
}


/* 冒頭のイントロ*/
.body_text3 {
	color: #222;
	text-align: left;
	font-size: 22px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 32px;
	padding-top: 5%;
	padding-right: 5%;
	font-weight: normal;
}


/* ボックス内のタイトル*/
.body_text4 {
	color: #222;
	text-align: left !important;
	font-size: 26px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 33px;
	margin-bottom: 20px;
}

.body_text_small {
	font-size: 0.8em;
	line-height: 0.6em;
}

.ac_price_list {
	text-align: left;
	font-size: 18px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 28px;
	font-weight: normal;
}

.unique_block {
	width: 95%;
	background: #f6f6f6;
	margin: 15px auto 0 auto;
	position: relative;
}


.hotel_content {
	max-width: 960px;
	margin: 20px auto 0 auto;
	position: relative;
}

#contact_block2 {
	width: 89%;
	background: #FFF;
	margin: 2.5% auto;
	padding: 2.5%;
	color: #22409a;
	border: 1px solid #02ace6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#call {
	float: left;
	width: 50%;
}

#email {
	float: left;
	width: 50%;
}


.henna_block {
	width: 100%;
	background: #FFF;
	margin: 20px auto 0 auto;
	position: relative;
}

#call h5 {
	text-align: center;
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	color: #22409a;
}

#call h4 {
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-weight: bolder;
}

#email h4 {
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-weight: bolder;

}
#email h5 {
	text-align: center;
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
	color: #22409a;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Back to Top Button */
#back-top {
position: fixed;
bottom: 50px;
right: 1em;
opacity: 0.6;
z-index: 4900;
}
#back-top a {
position: relative;
display: inline-block;
width: 34px;
height: 34px;
padding: 20px;
display: block;
background-color: #222;
border-radius: 50%;
line-height: 1.0;
text-align: center;
}
#back-top a span {
position: absolute;
left: 0;
right: 0;
top: 15px;
margin: auto;
width: 15px;
height: 15px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
transform: rotate(-45deg);
}


nav#hokkaido {
	text-align: center !important;
	margin: 60px auto;
	align-content: center;
}

nav#hokkaido a {
	float: left;
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    width: 31%;
    color: white;
    background: #2a4073;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
	margin: 1%;
}

nav#hokkaido2 {
	text-align: center !important;
	margin: 60px auto;
	align-content: center;
}

nav#hokkaido2 a {
	float: left;
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    width: 25%;
    color: white;
    background-color: #2a4073;
    border: 3px solid #ffffff;
    padding: 10px;
    text-decoration: none;
    display: block;
}

details {
	margin-bottom: 20px;
}

.summary_ttl {
	color: #506713;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: underline;
}
.calendar_img_block {
	float: left;
	width: 45%;
	margin: 20px 2.5% 30px 2.5%;
	display: block;
}

.calendar_img_block img {
	width: 100%;
}

.calendar_price_block {
	float: left;
	width: 45%;
	margin: 20px 2.5% 30px 2.5%;
	display: block;
}

.calendar_price_block table {
	border-collapse: collapse;	
}

.calendar_price_block th {
	padding-left: 5px;
	padding-right: 5px;
}

.calendar_price_block td {
	padding: 5px;
	border-top: solid 1px #506713;
	border-bottom: solid 1px #506713;
}

.calendar_price_large table,td,th {
	width: 100%;
	border: solid 1px #222;
	padding: 5px;
	margin: 0 auto;
}

.calendar_price_large td,th {
	width: calc(1%/7);
	
}

.calendar_ttl {
	font-size: 1.6em;
	line-height: 1.4em;
}

.btn_mail {
	color: #FFF;
	background-color: #003F7B;
	padding: 10px 20px;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	margin: 20px auto 30px auto;
	border-radius: 30px;
	font-size: 1.4em;
}

.btn_addon {
	text-align: center;
	margin: 20px 0 30px 0;
}

.btn_addon a {
	padding: 10px 15px;
	background: linear-gradient(160deg, #4a4a49, #242424);
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

.button {
   background: linear-gradient(160deg, #4a4a49, #242424);
  border-radius: .2rem;
  box-sizing: border-box;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  color: #FFFFFF;
  display: flex;
  margin: 0 auto;
  font-size: 21px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 69%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button:hover {
  background-color: #1C84FF;
}

#footer-addon {
	padding: 20px;
	max-width: 1000px;
	margin: 30px auto;
}

@media (min-width: 768px) {
  .button {
    padding: 1rem 2rem;
  }
}


/*===============================================
●For Tablet Max Width 1024px
===============================================*/
@media screen and (max-width: 1024px){

header img#ttl_img {
  width: 70%;
  top: 250px;
}
	
#header .ttl_slider {
  top: 40%;
	font-size: 2em;
}

.slideshow {
  height: 50vh;
}

#tour {
	padding-top: 53vh;
}
	
.sale_banner {
	width: 100%;
}

.overview {
	width: 95%;
	margin: 0 auto;
}

.overview ul {
	padding: 0 10%;		
}
	
.ac_venue_block iframe {
  width: 100%;
  height: 300px;
}	
	
.bonus_wrapper {
  width: 90%;
}
	
.performer-wrapper {
  max-width: 1000px;
  padding: 0;
}
	
.performer-block {
  width: 48%;
  min-width: 300px;
}

.ac_performer {
	font-size: 20px;
	line-height: 28px;
	padding: 12px;
}

.ac_performer2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding: 12px;
}
	
	
	
	
	
	
	
.price_block {
	width: 80%;
	margin: 0 10%;
}

.price_data {
	padding: 0 20px;
}

.price_data2 {
	padding: 0 20px;
}

.body_text2 {
    padding: 0 20px 20px 20px;
}

nav#hokkaido a {
    width: 33%;
}
	
.it_text {
	width: 95%;
	margin: 0 2.5% 0 0;
}
	

.it_img {
	width: 31%;
	margin: 0 2% 0 0;
}

.it_img:last-child {
	margin: 0;
}	
	
.summary_ttl {
	font-size: 1.4em;
}
	
.calendar_img_block {
	width: 95%;
	margin: 10px 2.5%;
}

.calendar_price_block {
	width: 95%;
	margin: 10px 2.5% 30px 2.5%;
}

.calendar_ttl {
	font-size: 1.6em;
	line-height: 1.6em;
}
	
#notice {
	float: none;
	width: 85%;
	margin: 0 auto;	
}

#options {
	float: none;
	width: 85%;
	margin: 0 auto;
}

	
	
}
/*===============================================
●For Mobile Max Width 680px
===============================================*/
@media screen and (max-width:680px){


header img#ttl_img {
  width: 90%;
  top: 270px;
}
	
#header .ttl_slider {
  top: 35%;
	font-size: 2em;
}


.slideshow2 {
  position: absolute;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 8);
}

	
.tour_block_event {
	margin: 20px auto;
	padding: 20px;
}

.tour_block_event img {
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	max-width: 90%;
	margin-bottom: 20px;
}
	
.tour_block {
	float: left;
	width: 48%;
	margin: 0 1% 2.5% 1%;
}

.tour_block2 {
	float: left;
	width: 45%;
}

.tour_block3 {
	float: left;
	width: 45%;
    margin: 0 1% 2.5% 1%;
}


.tour_block9 {
	float: center;
	width: 95%;
	margin: 2.5% auto;
	padding: 2.5%;
}	
	

.price_data {
	width: 90%;
	padding: 20px;
	border-right: none;
	
}

.price_data2 {
	width: 90%;
	padding: 20px;
	border-right: none;
	border-left: none;

}

.it_img {
	float: none;
	width: 80%;
	margin: 0 auto;
}
	
.it_op_bnr {
	width: 80%;
}

}





/*===============================================
●For Mobile Max Width 567px
===============================================*/
@media screen and (max-width:567px){
header img#ttl_img {
	width: 90%;
	top: 230px;
}
	
#header .ttl_slider {
  top: 30%;
	font-size: 1.8em;
}

nav#hokkaido2 a {
    width: 50%;
}	

/* 全体のフォント*/
.body_text {
	font-size: 16px !important;
	line-height: 22px;
}

/* 冒頭のイントロ*/
.body_text3 {
	font-size: 18px !important;
	line-height: 28px;
}

/* ボックス内のタイトル*/
.body_text4 {
	font-size: 30px !important;
	line-height: 36px;
	margin-bottom: 10px;
}

.body_text_small {
	font-size: 0.8em;
	line-height: 0.6em;
}

.ac_price_list {
	font-size: 14px !important;
	line-height: 26px;
}
	
	
	
.title-text {
	padding: 10px;
	font-size: 32px;
}

.overview {
	width: 100%;
	padding-left: 8%;
}

.overview ul {
	margin: 20px 20px 20px 10px;
	padding: 0;	
}

.overview ul li:before {
	margin-right: 0;
	font-size: 24px !important;
	line-height: 1.2em;
}	
	
	
.tour_block {
	float: none;
	width: 95%;
	margin: 0 2.5% 2.5% 2.5%;
}

.tour_block2 {
	float: none;
	width: 95%;
	margin: 2.5%;
}
.tour_block3,
.tour_block5 {
	float: none;
	width: 95%;
	margin: 0 2.5% 2.5% 2.5%;
}

.option_text {
	color: #931f87;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}
	
.tour_block_ac {
	width: 90%;

}
	
.ac_title {
	font-size: 20px;
	font-weight: bolder;
	margin: 0 auto 30px auto;
	text-align: center;
}

.ac_title img {
	width: 100%;
	margin: 10px auto;
}
	
.ac_venue_block {
	width: 100%;
}
	
.ac_venue_block iframe {
  width: 100%;
  height: 300px;
}	

.performer-wrapper {
  max-width: 1000px;
  padding: 0;
}

.performer-row {
	flex-direction: column;
    align-items: center;
}
.performer-block {
 width: 100%;
    max-width: 90%;
    min-width: auto;
    margin: 0 auto 20px;
}
 .performer-row.bottom .performer-block {
    width: 100%;
    max-width: 90%;
  }

.ac_performer {
	font-size: 16px;
	line-height: 22px;
	padding: 8px;
	width: 100%;
}

.ac_performer2 {
	font-size: 16px;
	line-height: 22px;
	padding: 12px;
	width: 100%;
}
	
.ac_performer::after {
  content: "❯";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 20px;
}

.ac_performer.active::after {
  transform: translateY(-50%) rotate(90deg); /* 下向きに回転 */
}

.ac_performer:focus {
  outline: 2px solid #f90;
}

.ac_profile-content {
  display: none;
  margin-top: 10px;
}

.ac_performer em {
	font-weight:100;
}
.ac_performer_img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
	
	
 .bonus_wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .bonus_item {
    width: 100%;
  }
	
.button {
  font-size: 14px;
  width: 90%;
}

	
}
