@charset "UTF-8";

.tp-Summer.ending{
flex-direction: column;
}

.tp-Summer.ending .tp-Summer_Info{
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tp-Summer.ending .tp-Summer_Title b{
font-family: "Oswald", sans-serif;
color: #000;
}

.tp-Summer.ending .tp-Summer_Slide{
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 767px){
.tp-Summer_Title{
font-size: 1.4rem;
}
}

.tp-Qanda,
.tp-Line{
padding: 50px 0;
margin: 0 auto;
max-width: 1200px;
}

.tp-Qanda h2 {
    font-size: 1.85714rem;
    font-weight: 600;
    line-height: 1.2375;
    margin: 0 0 2rem;
    font-weight: 700;
}

.tp-Qanda h3 {
    font-size: 1.57143rem;
    font-weight: 600;
    line-height: 1.2375;
    margin: 3.75rem 0 1.5rem;
    padding: 0.5rem 0 1rem 0;
    border-bottom: 3px solid #ddd;
    position: relative;
    font-weight: 700;
}

.tp-Qanda h2 + h3{
    margin-top: 0;
}

.tp-Qanda h3:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    background: #cd255d;
    width: 120px;
    height: 3px;
}

.tp-Qanda .mc-H2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.tp-Qanda .mc-H2_Inner {
    display: block;
    padding-right: 20px;
}

.tp-Qanda .mc-H2_Inner::first-letter {
    font-size: 2.57143rem;
}

.tp-Qanda .mc-H2:after {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    content: '';
    display: block;
    min-width: 40px;
    height: 1px;
    margin-top: 10px;
    background: #111;
}


.tp-Qanda .faqBox{
    padding: 2rem;
}


.tp-Qanda .mc-Def2 {
    margin: 0 0 1.5rem;
}

.tp-Qanda .mc-Def2 > dt {
    margin-bottom: 0.5rem;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 1.57;
    color: #cd255d;
}

.tp-Qanda .mc-Def2 > dd {
    line-height: 1.78;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #999;
}



.tp-Qanda li {
	line-height:1.8em;
	background:#fafafa;
	color:#333;
	border:2px solid #EAE7DF;
	margin-bottom: 1em;
}
.tp-Qanda li strong {
	font-size:110%;
	font-weight:bold;
}
.tp-Qanda li dt {
    color: #b11a47;
    font-size: 1.1rem;
    padding-bottom: 0;
    letter-spacing: 1px;
    border-bottom: 0;
    cursor: pointer;
    padding: 1rem 1.6rem;
    text-indent: -2rem;
    padding-left: 3rem;
    font-weight: 700;
}
.tp-Qanda li dt strong {
	font-size:120%;
}
.tp-Qanda li dt:before {
    content: "Q";
    font-size: 1.6rem;
    font-weight: bold;
    color: #b11a47;
    margin-right: 10px;
}
.tp-Qanda li dd:before {
    content: "A";
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 10px;
}

.tp-Qanda li dd {
    font-size: 1.1rem;
    text-indent: -1.8rem;
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    display: none;
    margin-left: 0.1rem;
    line-height: 1.6em;
    font-weight: 700;
}

.tp-Qanda li dd em {
	background:#efdf3a;
	font-weight:bold;
}

.tp-Qanda .email{
    font-size: 1rem;
}



@media screen and (max-width: 767px) {
.tp-Qanda{
padding: 50px 20px;
}
	.tp-Qanda h2 {
		font-size: 1.38462rem;
		margin: 0 0 1.5rem;
	}
	.tp-Qanda .mc-H2_Inner {
		padding-right: 10px;
	}
	.tp-Qanda h2::first-letter {
		font-size: 1.84615rem;
	}
	.tp-Qanda li dd {
		margin-left: 0;
	}
	
}




.tp-Line{
background: #06c755;
margin: 0 auto 3rem;
text-align: center;
}

.tp-Line h2{
    font-size: 1.85714rem;
    font-weight: 600;
    line-height: 1.2375;
    margin: 0 0 2rem;
/*
    color: #fff;
*/
    color: #393;
    font-weight: 700;

  position: relative;
  padding: 0.6em 0.3em;
  background: #fff;
  border-radius: 10px;
}

.tp-Line h2:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 110px;
  border: 12px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}

.tp-Line p{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.tp-Line a{
    color: #06c755;
    background: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 20px 0 0;
    font-weight: 700;

}

@media screen and (min-width: 768px) {
.tp-Line{
display: flex;
}

.tp-Line div{
padding: 0 3rem;
width: 70%;
}

.tp-Line figure{
padding: 0 2rem 0 0;
width: 30%;
text-align: left;
}

.tp-Line figure img{
max-width: 240px !important;
}

}

@media screen and (max-width: 767px) {
.tp-Line{
padding: 50px 20px;
}
	.tp-Line h2 {
		font-size: 1.38462rem;
	}
	.tp-Line p{
	font-size: 1rem;
	}

.tp-Line figure{
	display: none;
}
	
}

.tp-Line a {
position: relative;
padding: 10px 16px 10px 36px;
vertical-align: middle;
border-radius: 24px;
}

.tp-Line a::before,
.tp-Line a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.tp-Line a::before {
	left: 18px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.tp-HeroSlider_Item {
    -webkit-animation: fadeSlideImg 40s ease-out infinite;
    animation: fadeSlideImg 40s ease-out infinite;
}

@media screen and (min-width: 768px) {
.tp-HeroSlider_Item-01 { background-image: url(/oc_list/img/slider/2026_index_hero_01.webp);}
.tp-HeroSlider_Item-02 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_02.webp); -webkit-animation-delay: 4s; animation-delay: 4s; }
.tp-HeroSlider_Item-03 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_03.webp); -webkit-animation-delay: 8s; animation-delay: 8s; }
.tp-HeroSlider_Item-04 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_04.webp); -webkit-animation-delay: 12s; animation-delay: 12s; }
.tp-HeroSlider_Item-05 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_05.webp); -webkit-animation-delay: 16s; animation-delay: 16s; }
.tp-HeroSlider_Item-06 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_06.webp); -webkit-animation-delay: 20s; animation-delay: 20s; }
.tp-HeroSlider_Item-07 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_07.webp); -webkit-animation-delay: 24s; animation-delay: 24s; }
.tp-HeroSlider_Item-08 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_08.webp); -webkit-animation-delay: 28s; animation-delay: 28s; }
.tp-HeroSlider_Item-09 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_09.webp); -webkit-animation-delay: 32s; animation-delay: 32s; }
.tp-HeroSlider_Item-10 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_10.webp); -webkit-animation-delay: 36s; animation-delay: 36s; }
}
@media screen and (max-width: 767px) {
.tp-HeroSlider_Item-01 { background-image: url(/oc_list/img/slider/2026_index_hero_01SP.webp);}
.tp-HeroSlider_Item-02 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_02SP.webp); -webkit-animation-delay: 4s; animation-delay: 4s; }
.tp-HeroSlider_Item-03 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_03SP.webp); -webkit-animation-delay: 8s; animation-delay: 8s; }
.tp-HeroSlider_Item-04 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_04SP.webp); -webkit-animation-delay: 12s; animation-delay: 12s; }
.tp-HeroSlider_Item-05 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_05SP.webp); -webkit-animation-delay: 16s; animation-delay: 16s; }
.tp-HeroSlider_Item-06 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_06SP.webp); -webkit-animation-delay: 20s; animation-delay: 20s; }
.tp-HeroSlider_Item-07 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_07SP.webp); -webkit-animation-delay: 24s; animation-delay: 24s; }
.tp-HeroSlider_Item-08 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_08SP.webp); -webkit-animation-delay: 28s; animation-delay: 28s; }
.tp-HeroSlider_Item-09 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_09SP.webp); -webkit-animation-delay: 32s; animation-delay: 32s; }
.tp-HeroSlider_Item-10 {opacity: 0; background-image: url(/oc_list/img/slider/2026_index_hero_10SP.webp); -webkit-animation-delay: 36s; animation-delay: 36s; }
}

@media screen and (max-width: 767px) {

.tp-BusTour_Link{
padding: 0;
}

}


/* アコーディオンメニュー */
.accordion {
margin: 2em auto 0;
max-width: 100vw;
}
.accordion .toggle {
display: none;
}

.accordion .option {
position: relative;
margin-bottom: 1em;
}

.accordion .title,
.accordion .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}

.accordion .title {
border: solid 3px #111;
padding: 1em 3em 1em 1em;
display: block;
color: #333;
font-weight: bold;
cursor: pointer;
font-size: 1.3rem;
}

.accordion .title::after,
.accordion .title::before {
content: "";
position: absolute;
right: 1.5em;
top: calc(50% - 0.5em);
width: 3px;
height: 1em;
background-color: #111;
transition: all 0.3s;
}

.accordion .title::after {
transform: rotate(90deg);
}

.accordion .content {
max-height: 0;
overflow: hidden;
}

.accordion .content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}

.accordion .toggle:checked + .title + .content {
max-height: 9999vh;
transition: all 1.5s;
}

.accordion .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}



@media screen and (max-width: 767px;){
height: calc((280px + 6.8rem) + (100vw - 40px) / 16 * 9);
}


.tp-Hero_Title{
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.tp-Hero_Lead{
text-shadow: none;
}