@charset "utf-8";
/* CSS Document */
header , footer , .wrap{
text-align: center;
}
.wrap{
width: 100%;
background-color: #FCF1F0;
}
header{
width: 100%;
height: 300px;
}
nav{
font-size: 1em;
font-weight: 500;  
}
main{
position: relative;
top: 0;
width: 100%;
height: 200px;
margin: 0 auto;
}
.event_back{
width: 100%;
background-color: #fff;
display: inline-block;
margin-bottom: 0;
}
#main{
background-image: linear-gradient(to top, rgba(252,241,240,0.1) 0%,rgba(196,101,100,0.9) 100%),url("../imgs/ticket/ticket_top.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center top; 
}
#main h2{
color: #fff; 
font-size: 36px;
text-shadow: #000 1px 0 5px;
}
p{
font-size: 16px!important;
}
table {
border-collapse:  collapse; 
width:  1210px;  
table-layout: fixed;
text-align: center;
margin: 10px 0;
}
th{
background-color: #C46564;
color: white;
border: solid 1px #000000; 
width: auto;
}
th , td {
border: solid 1px;      
padding: 10px;
max-height: 50px;
font-size: 14px;
flex-wrap: wrap;
}
td{
min-width: 187px;
}
.kikan table{
margin-top: 25px;
width: auto!important;
width: 100%;
/*max-width: 500px;*/
}
.bl_p{
color: #5159a6;
}
.bl_p:before{
content: "■";
padding-left: 2px;
}
.colon{
padding-left: 5px;
}
.colon:before{
content: ": ";
}
.kikan table th{
background: none!important;
border: none!important;
width: auto;
min-width: 50px;
vertical-align: top;
}
.kikan table th,
.kikan table td {
background-color: none;
font-size: 15px;
font-weight: bold;
border: none;
text-align: left;
flex-wrap: nowrap;
color: #000;
line-height: 1.6em;
/*max-width: 187px!important;*/
}
.topic_top_moco{
font-size: 16px;
line-height: 1.3rem;
font-weight: bold;
color: #5159a6;
background-color: #fef8e8;
width: 100%;
text-align: center;
padding: 5px 0;
margin: 0px 0px 10px 10px;
word-break: break-all;
}
.point_box3{
width: 100%;
height: 450px;
}
.main_title{
color: #fff;
font-family: 'Archivo Black', sans-serif;
font-size: 32px;
transform: rotate(-10deg);
margin: 25px 0;
background-color: #82367D;
width: 150px;
display: inline-block;
line-height: 54px;
height: 50px;
border-radius: 5px;
}
#main p{
color: #82367D;
font-weight: bold;
font-size: 18px;
}
.text{
width: 80%;
margin: 0 auto;
/*padding: 1rem;*/
background-color: #fff;
display: block;
height: auto;
text-align: left;
}
.text p{
display: inline-block;
margin-left: 25px;
color:hsla(359,98%,49%,1.00);
font-weight: bold;
margin-top: 237.5px;
}
.main_news{
width: 80%;
margin: 0 auto;
display: flex;
height: auto;
justify-content: space-around;
text-align: left;
}
.main_news p{
width: 100%;
font-size: 18px;
line-height: 1.8rem;
}
.tel{
font-size: 1.5rem;
font-weight: bold;
}
.tel:before{
content: "☎" ; 
}
.mt30{
margin-top: 30px;
}
.uketsuke {
line-height: 1.2rem;
color: #fff;
background-color: #C0A000;
width: 100%;
text-align: left;
padding-left: 5px;
font-weight: bold;
}
h1{
width: 300px;
margin: 0 auto;
text-align: center;
font-family: 'Noto Serif JP', 'Shippori Mincho', serif;
diaplay:inline-block;
padding: 0;
}
#h_logo{
display: inline-block;
width: 100%;
margin: 50px auto;
}
.h_logo{
display: inline-block;
width: 100%;
margin: 25px auto;
}
.senro:before{
content: url(../imgs/senro.png);
width: 300px;
padding: 0 5px;
} 
#object1 img{
position:absolute;
z-index: 100;
left: 300px;
animation:30s linear infinite rotation1;
}
#object2 img{
position:absolute;
z-index: 100;
right: 300px;
animation:7s linear infinite rotation2;
}
.info_mark{
width: 100%;
display: inline-flex;
text-align: center;
align-items: center;
justify-content: flex-end;
}
.point_of_departure{
display: inline-block;
width: 50px;
height: auto;
align-items: center;
background-color: #C0A000;
color: #fff;
margin: 0 10px 10px 0;
padding-top: 3px;
border-radius: 5px;
font-weight: bold;
}
.plan_type{
display: inline-block;
width: 50px;
height: 20px;
align-items: center;
border: 2px solid #C46564;
color: #C46564;
padding-top: 15px;
padding-bottom: 10px;
border-radius: 5px;
margin: 0 0 10px 0;
font-weight: bold;
text-align: center;
}
@keyframes rotation1{
0%{ transform:rotate(0);}
100%{ transform:rotate(360deg); }
}
@keyframes rotation1{
0%{ transform:rotate(0);}
100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
0%{ transform:rotate(0);}
100%{ transform:rotate(360deg); }
}
nav ul {
width: 80%;
display: inline-flex;
justify-content: space-between;
list-style: none;
}
nav li{
list-style: none;
width:-moz-fit-content; 
width:fit-content; 
}
nav ul li a{
color: #272727;
text-decoration: none;
}
.topic_top{
font-size: 18px;
line-height: 1.5rem;
font-weight: bold;
color: #fff;
background-color: #C46564;
width: 100%;
text-align: center;
padding: 5px 0;
margin: 250px auto 10px;
height: 100px;
}
.topic_top2{
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #C46564;
width: 100%;
text-align: center;
padding: 5px 0;
margin: 10px auto;
height: 75px;
/*margin-top: 25px;*/
}
.topic_top3{
font-size: 18px;
line-height: 1.5rem;
font-weight: bold;
color: #fff;
background-color: #C46564;
text-align: center;
padding: 17px 0;
margin: 0px auto 10px;
height: 25px;
}	
.table_outer{
display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}	
.kobe-yutai{
position: relative;
}
.kobe-yutai:after{
position: absolute;
content: "～9月30日（土）まで";
right: 5px;
line-height: 1.8rem;
background-color:#CA0104;
padding: 0 10px;
}
.box{
width: 100%;
height: 100px;
}
.tour_point{
font-size: 1.5rem;
}
.item_img_box{
width: 100%;
height: auto;
overflow: hidden;
margin-bottom: 10px;
text-align: right;
}
.item_img_box2{
width: 100%;
height: 600px;
overflow: hidden;
margin-bottom: 10px;
}
.sub_img_box{
width: 100%;
height: 180px;
overflow: hidden;
margin-bottom: 10px;
}
.point_box{
width: 100%;
height: 375px;
}
.gentei_tour{
font-size: 1.2em;
line-height: 2rem;
font-weight: bold;
color: #fff;
background-color: #C46564;
width: 100%;
text-align: center;
padding: 5px 0;
margin: 10px auto;
}
.img_box{
display: flex;
padding: 0 auto;
}
.img_box img{
margin: 0 auto;
}
.item{
width: 45%;
}
/*<!--.item2{
width: 95%;
}-->*/
.item img{
margin: 0 auto;
}
.item ul li{
font-size: 14px;
line-height: 1.5rem;
}
.koutei {
padding: 10px 5px 5px 5px;
position: relative;
margin: 2rem auto;
padding-top: 10px;
width: 100%;
border: 2px solid #C46564;
color: #000;
font-size: 14px;
line-height: 1.5rem;
text-align: left;
height: 285px;
}
.koutei-title {
position: absolute;
left: 20px;
top: -15px;
padding: 0 .5em;
font-weight: bold;
font-size: 1.5em;
color: #fff; 
background: #C46564;
}
.apply {
padding: 10px 5px 5px 5px;
position: relative;
margin: 2rem auto;
padding-top: 10px;
width: 100%;
border: 2px solid #C46564;
color: #000;
font-size: 16px;
line-height: 1.5rem;
text-align: left;
}
.apply-title {
position: absolute;
left: 20px;
top: -15px;
padding: 0 .5em;
font-weight: bold;
font-size: 1.1em;
color: #fff; 
background: #C46564;
}
.hosoku {
position: relative;
margin: 0 auto 1rem;
padding-top: 10px;
padding-left: 1rem;
padding-right: 1rem;
width: 95%;
border: 2px solid #727272;
color: #000;
font-size: 16px;
line-height: 1.5rem;
text-align: left;
}
.hosoku-title {
position: absolute;
left: 20px;
top: -15px;
padding: 0 .5em;
font-weight: bold;
font-size: 1.1em;
color: #fff; 
background: #727272;
}
#block h4,#block2 h4{
font-size: 20px;
line-height: 1.2rem;
font-weight: bold;
text-align: left;
margin: 10px 0 5px 0;
}
#block p{
font-size: 16px;
line-height: 1.5rem;
text-align: left;
}
.max_img{
width: 50%;
margin: 0 auto;
}
.yutai{
width: auto!important;
background: #848484;
color: #fff;
padding: 5px;
}
.kigen{
background: red;
color: #fff;
padding: 5px;
}
#flex{
width: 100%;
margin: 0 auto;
display: inline-flex;
background-color: #fff;
/*padding: 0 1rem;*/
}
.bijutsu{
height: 350px;
}
@media (min-width: 1700px){
#mheight{
margin-top: 161px!important;
}
}
@media (min-width: 1300px){
.zenbun{
width: 100%;
height: 375px;
}
.mw_adj{
min-width: 112px!important;
}
}
/*900以上　ここから*/
@media (min-width: 901px){
#main{
top: -100px;
position: relative;
height: 300px;
overflow: hidden;
width: 100%;
margin: 0 auto;
display: inline-flex;
justify-content: space-around;
align-items: center;
box-shadow: 0px 5px 5px #eee;
}
main .container {
margin-top: 0;
max-width: 5760px;
width: 100%;
}
main h1{
top: 5px;
left: 0;
font-size: 3rem;
font-weight: 300;
}
h5{
margin: 10px 0;
}
h5:before{
content: "■";
color: #C46564;
}
.main_news{
width: 80%;
margin: 0 auto;
display: flex;
height: auto;
justify-content: space-around;
text-align: left;
gap: 15px;
}
.text{
width: 100%;
margin: 0 auto;
/*padding: 1rem;*/
background-color: #fff;
display: block;
height: auto;
text-align: left;
}
.text p{
display: block;
width: 80%;
margin: 0 auto;
color:hsla(359,98%,49%,1.00);
font-weight: bold;
margin-top: 237.5px;
}
.item{
width: 30%;
background: #fff;
padding: 15px;
}
.item2{
width: 45%!important;
}
#flex{
width: 100%;
margin: 0 auto;
display: inline-flex;
  background-color: #fff;
/*  padding: 0 1rem;*/
}
#block2{
width: 80%;
margin: 0 auto;
display: inline-block;
background-color: #fff;
padding: 1rem;
text-align: center;
}
.item {
border: 2px solid #C46564;
border-radius: 20px;
}
}
/*900以上　ここまで*/
/*900以下　ここから*/
@media (max-width: 900px) {
main{
margin-top: 0;
}
main .container{
margin: 0 auto;
max-width: auto;
width: 100%;
}
main h1{
top: 5px;
left: 0;
font-size: 1rem;
}
.main_news{
width: 90%;
margin: 0 auto;
background-color: #fff;
display: block;
height: auto;
text-align: left;
padding: 1rem;
}
.main_news p{
width: 95%;
}
#main img{
margin: 50px auto;
}
.anime_test {
top: 25px;
}
.item{
width: 100%;
}
.item:first-child{
margin-top: 100px;
}
.topic_top{
margin: 50px auto 10px;
}
.item_img_box ,.item_img_box2, 
.sub_img_box {
width: 100%;
height: auto;
}
.point_box ,.point_box3 ,
.koutei{
height: auto;
} 
.max_img{
  width: 90%;
  margin: 0 auto;
}
#flex{
width: 90%;
margin: 0 auto;
display: inline-flex;
background-color: #fff;
padding: 0 1rem;
}
.kikan table td{
padding-right: 0;
padding-left: 0;
}

}
/*900以下　ここまで*/
/*900から1300まで　ここから*/
@media screen and (min-width: 901px) and ( max-width: 1300px) {
.topic_top2{
height: auto!important;
}
.kikan table td{
min-width: 150px!important;
}
.text p{
margin-top: 90px;
}
.item{
width: 30%;
}
.title{
font-size: 1rem!important;
}
.zenbun{
height: 450px!important;
}
}
/*900から1300まで　ここから*/
/*500から900まで　ここから*/
@media screen and (min-width: 501px) and ( max-width: 900px) {
.text{
width: 90%!important;
margin: 0 auto;
/*padding: 1rem;*/
background-color: #fff;
display: block;
height: auto;
text-align: left;
}
.text p{
display: inline-block;
margin-left: 25px;
color:hsla(359,98%,49%,1.00);
font-weight: bold;
margin-top: 125px;
}
.item:first-child{
margin-top: 0!important;
}
#block2{
width: 90%;
margin: 0 auto;
display: inline-block;
background-color: #fff;
padding: 1rem;
}
}
/*500から900まで　ここまで*/
/*500以上　ここから*/
@media (min-width: 501px) {
#main{
top: -200px;
position: relative;
height: 300px;
overflow: hidden;
background-color: #82367D;
width: 100%;
margin: 0 auto;
display: inline-flex;
justify-content: space-around;
align-items: center;
box-shadow: 10px 5px 5px #eee;
}
#main_img{
width: 500px;
text-align: left;
}
#block{
width: 80%;
margin: 0 auto;
display: block;
background-color: #fff;
padding: 1rem;
}
#apply_how{
padding-top: 32px;
width: 45%;
margin: 0 auto;
text-align: left;
}
#apply_tel{
text-align: left;
width: 45%;
margin: 0 auto;
}
.flex {
width: 100%;
display: flex;
justify-content: space-between;
margin: 0 auto;
}
.kikan_min140{
min-width: 140px!important;
}
.adj{
margin-top: 15px;
}
.for_under500{
display: none;
}
}
/*500以上　ここまで*/
/*500以下　ここから*/
@media (max-width: 500px) {
#main{
top: 25px;
position: relative;
height: 250px;
overflow: hidden;
background-color: #FFF;
width: 100%;
margin: 0 auto;
box-shadow: 10px 5px 5px #eee;
}
#main h2{
font-size: 32px;
margin-top: 50px;
}
main{
height: 0;
}
#main_img{
width: 100%;
text-align: center;
}
h1{
width: 200px;
}
#flex ,#block{
margin: 0 auto;
display: block;
background-color: #fff;
}
#flex{
padding-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 35px;  
text-align: left;
}
.flex {
display: block;
}
#block{
padding: 1rem;  
}
.uketsuke{
display: block;
width: 100%;
margin: 0 auto;
font-size: 14px;
}
.hosoku{
width: 90%;
}
.koutei,
.apply{
right: 5px;
}
.text{
width: 90%!important;
margin: 0 auto;
/*padding: 1rem;*/
background-color: #fff;
display: block;
height: auto;
text-align: left;
}
.text p{
display: inline-block;
margin-left: 10px;
color:hsla(359,98%,49%,1.00);
font-weight: bold;
margin-top: 75px;
}
.item:first-child{
margin-top: -25px!important;
}
#block2{
width: 90%;
margin: 0 auto;
display: inline-block;
background-color: #fff;
padding: 1rem;
}
.adj{
margin-top: 7px;
}
.for_over500{
display: none;
}
}
/*500以下　ここまで*/
.anime_test {
display:  inline-block;              
margin: 0 auto;               
position:  relative;        
animation: anime1 1s ease;     
}
@keyframes anime1 {
  0% {
      opacity:  0;             
      right: 50px;              
  }
  100% {
      opacity:  1;            
      right: 0;             
  } }