@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
a{transition: .3s;}
a:link,
a:visited{color: #0952a4;}
a:hover{opacity: 0.7;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}

span.listin{
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none;}
#dirPathBlock,
#anchorLinkBlock {
    font-size: 12px;
    margin: 1%;
}
main h1 {
	font-size: 12px;
	margin: 0 1%;
}
.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/* 記述ください */

}

/*760px以上*/
@media screen and (min-width: 760px),print {
.pcnone{display:none;}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
main h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
.inner {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
	padding: 25px 0;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/* 記述ください */

}


/*759px以下*/
@media screen and (max-width: 759.9px) {
	
	h2 {
    width: auto;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }
  h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 2rem 0 0 0;
	  margin: 2rem 0;
  }
  h3 span.blue {
    color: #0068b7;
  }
  h3 span.red,span.red {
    color: #e60012;
  }
  h3 span.white {
    color: #FFF;
  }
  h3 span.yellow {
    color: #ffff00;
  }
	
 u {
    text-decoration-color: red;
  }
	
	/*title*/
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
	position: relative;
  }
  #title h1 {
    margin: 0;
    padding: 0;
  }
  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
	.tit_kikan{
		max-width: 720px;
        position: absolute;
        width: 100%;
        top: 91.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        border: 2px #000000 solid;
        background-color: #ffffff;
        padding: 5px 10px;
	}
	
	.tit_kikantxt{
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}
	
	
	
	.kikan{
		
		background-color: #e70012;
		padding: 15px 0;
	}
	
	.kikanin{
		max-width: 720px;
		width: 95%;
		margin: 0 auto;
	}
	
	.kikan ul{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15px;
		
				
	}
	
	.kikan ul:last-of-type{
		margin: 0 0 0 0;
	}
	
	.kikan ul li{
		font-size: 14px;
	}
	
	.kikan ul li:first-of-type{
		padding: 10px;
		background-color: #ffffff;
		font-weight: bold;
		margin: 0 10px 0 0;
	}
	
	.kikan ul li:last-of-type{
		color: #ffffff;
	}
	
	
  /*link*/
  #link {
    background: #0068b7;
    width: 100%;
  }
  .link {
    color: #282828;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: auto;
  }
  .link li {
    display: block;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;  
    width: 90%;
    border-radius: 10px;
    transition: 0.2s;
    margin: 0.75rem auto;
  }
  .link li:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-108deg, #0068b785 0%, #e600123d 100%);
    transform: translate3d(10px, 10px, 0) scale(1);
    filter: blur(16px);
    transition: opacity 0.3s;
    border-radius: inherit;
  }
  .link li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
  }
  .link li a {
    text-align: center;
    color: #282828;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .link li:hover {
    opacity: 0.6;
  }
	
  /*dc*/	
	/*#dc h3{
		margin:0 auto;
	}*/	
  section#dc {
        background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
  }	
	#dc div.inbox{
		margin: 4rem auto 2rem;
	}
	#dc p{
		font-size: 1rem;
		color: #3d3d3d;
		margin: 1rem auto 0;
		line-height: 1.7;
		text-align: center;
		font-weight: bold;
	}
#dc p.dc_date {
    font-size: 1.2rem;
}	
  /*menu*/
  section#\menu {
    background: url("../images/bg_img.png?update=20250306"), linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    background-size: contain;
  }
  .menu_box {
    width: 100%;
    margin: 2rem auto 5rem;
    border-radius: 20px;
    position: relative;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    text-align: center;
  }
  section#\menu .pop {
position: absolute;
    top: -6px;
    width: 70%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .menu_img {
    width: 95%;
    height: auto;
    margin: 1rem auto 0;
    object-fit: cover;
  }
	

	h4 img{
    width: 24%;
    height: auto;
	}
	
  h4 {
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 1.35rem;
    font-weight: bold;
    background: #0068b7 url(../images/line.jpg?update=20250306) no-repeat left top / 20px 200px;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  h4 span.txt_ttle_center {
    padding: 5px 0 0 10px;
    text-align: left;
	  line-height: 1.25;
  }
	
h4 rt{
  text-align: center;
  font-size: 0.7rem!important;
  font-weight: normal!important;
}		
	
.osaka_castle {
  display: block;
  font-size: 1rem;
	font-weight: bold;
	color: red;
	background: #fff;
	margin: 6px 0 0;
    padding: 3px;
}	
  .menu_middle_txt {
    font-size: 1.1rem;
	     line-height: 2; 
  }
  .menu_txt {
        padding: 20px 20px 50px;
    text-align: left;
	line-height: 1.5; 
  }
	.sub_title{
		font-size: 20px;
		font-weight: bold;
		color: #0068b7;
	}
.sub_title_box{
	padding: 20px 20px 0;
    text-align: left;
	line-height: 1.5; 
	}
	
.photo_att{
		text-align: right;
		font-size: 16px;
		color: #282828;
}	
  /*アコーディオン*/
  .acParent {
    position: relative;
    border-radius: 20px;
    text-align: left;
  }
  .acParent:after {
    content: "続きを見る";
    width: 200px;
    height: 35px;
    position: absolute;
    inset: auto 0;
    display: grid;
    place-items: center;
    margin: auto;
    transform: translate(0, -1em);
    border-radius: 10px;
    background: #282828;
    color: white;
  }
  .acParent.close::after {
    content: "閉じる";
    transition: all 0.5s;
    transform: translate(0, -1em);
  }
  .acChild {
    border-radius: 20px;
    display: none;
    box-shadow: 0px 30px 25px -40px #bdbdbd;
    padding: 0 20px 40px;
  }
  .acChild_caution {
    background: #e9e9e9;
    padding: 10px;
    margin: 0 auto 1rem;
  }
  .acChild_caution_red {
    background: #fef2f3;
    padding: 10px;
    margin: 0 auto 1rem;
  }
  .acChild_box ul li.caution, .acChild_box ul li.caution_red {
    color: #FFF;
    padding: 5px 0 4px;
    text-align: center;
    font-weight: bold;
  }
  .acChild_box ul li.caution {
    background: #3d3d3d;
  }
  .acChild_box ul li.caution_red {
    background: #e60012;
  }
  .naiyoutxt_red {
    color: #e60012;
  }
p.naiyoutxt img {
    padding: 1rem 0;
}	
p.naiyoutxt.lineh_nt {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1rem;
}
	p.naiyoutxt.lineh_nt:last-child{
    padding-bottom: 0;
	}	
		.naiyoutxt span.nt_sml{
		font-size: 0.8rem;
	}
.flow_item {
  display: inline;
}

.flow_item:not(:last-child)::after {
  content: " ・・・ ";
  letter-spacing: 1px;
}
    .acChild_box ul li.koumoku {
        color: #FFF;
        padding: 4px 10px 3px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }	
  .acChild_box ul li.naiyou {
    margin: 1rem 0 2rem 0;
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    margin: 1rem 0;
	display: flex;
    align-items: center;  
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    width: 100%;
  }
  .acChild_box ul li.blue {
    background-color: #0068b7;
  }
  .acChild_box ul li.red {
    background-color: #e60012;
  }
  /*テーブル*/
  .table-wrap {
    overflow-y: scroll;
  }
  .table-wrap::-webkit-scrollbar {
    display: none;
  }
  table.table34 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 0 0 10px;
    white-space: nowrap;
  }
  table.table34 th, table.table34 td {
    padding: 5px 10px;
    text-align: center;
  }
  table.table34 tr:nth-child(1), table.table34 tr:nth-child(5) {
    background-color: #f2f7fb;
    color: #000;
  }
  table.table34 tr:nth-child(2), table.table34 tr:nth-child(4), table.table34 tr:nth-child(6) {
    background-color: #fafbfb;
    color: #000;
  }
  table.table34 tr:nth-child(3), table.table34 tr:nth-child(7) {
    background-color: #fef5f6;
    color: #000;
  }
  .tble_b {
    display: inline-block;
    background: #282828;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.85rem;
  }
  p.tblectxt {
    font-size: 0.8rem;
    color: #e60012;
  }
  /*ご案内*/
  #guide a:link,#guide a,#guide a:hover{
     color: #ffff00;
  }		
  #guide {
    background: #0068b7;
  }
  .guide_txt {
    color: #fff;
    margin: 3rem auto;
  }
  #guide span {
    font-weight: bold;
    color: #ffff00;
  }
  #guide p {
    margin: 2rem auto;
    line-height: 1.5;
  }
  /*お申込み*/
  section#news, section#request, section#ticket {
    background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    padding: 0 0 2rem 0; 
  }
  section#pamph {
    background: #FFF;
    padding: 0 0 4rem 0;   
  }
  .request_box {
    margin: 3rem auto 0rem;
    border-radius: 20px;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .request_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .request_txt {
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .request_txt span.icon {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 2px;
    width: fit-content;
  }
  .request_txt h5 {
    font-size: 34px;
    color: #0068b7;
    font-weight: bold;
  }
  .request_txt .mddle_txt {
    font-size: 26px;
    font-weight: bold;
  }
  .request_txt p.little_txt {
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  .request_txt p {
    line-height: 1.5;
  }
  .request_btn a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
  }
  .request_btn a:hover {
    opacity: 0.8;
  }
  .request_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn a:hover:after {
    border-color: #FFF;
  }
  .request_btn em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
	
	.request_btn2 a {
    background: #E60012;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-size: 20px;    
  }
  .request_btn2 a:hover {
    opacity: 0.8;
  }
  .request_btn2 a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn2 a:hover:after {
    border-color: #FFF;
  }
  .request_btn2 em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  .request_btn2 span {
  width: 100%;
  font-size: 13px;
  text-align: center;
  }
  .request_box2 .request_btn a {
      padding: 20px 5px;
      font-size: 18px;
  }
  .request_box2 .request_btn span {
  font-size: 10px;
  }
 .request_box2 .request_btn a:after {
     right: 13px;
 }
 
  
	
/*デジタルパンフレット*/
  #pamph {
    text-align: center;
    margin: auto;
  }	

#pamph ul {
	width: 90%;
    margin:auto;
    justify-content: space-evenly;
}
	
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0 0;
        padding: 10px 20px 5px;
        min-width: 120px;
        max-width: 100%;
        color: #0068b7;
        background: #ffff00;
        border-radius: 15px;
        font-size: 25px;
        font-weight: bolder;
}

.balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffff00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}		
	

#pamph ul li{
		font-size: 20px;
		font-weight: bold;
		color: #282828;
		padding: 10px 0;
}
	
	
#pamph img.pamph_img{
		width: 90%;
		margin: auto;
	    margin: 3rem auto 1rem;
}
 #pamph a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    transition: 0.2s ease-in-out;
}
 #pamph a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

 /*Tripa*/
#news h3 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 4rem 0 0;
}	
#news div.newsinnner div p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    line-height: 0;
    margin: auto;
}
#news div.newsinnner div {
    background: #fff;
    padding: 10px;
    margin: 1rem auto;
    width: 90%;
}

#news div.newsinnner div p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    line-height: 0;
    margin: auto;
}
  #news dt {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  #news div.newsinnner div dl dd>span a {
    color: #aaaaaa;
    display: inline-block;
    background: none;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
  #news div.newsinnner div dl dd>span span {
    color: #F69;
    display: inline;
    font-size: 14px;
  }
  #news dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
	
	 
#cp {
    /*margin-bottom: 50px;
background-color: #fff;*/
} 
#cp h4 {
    margin: 15px 0;
    padding: 0.5rem 0;
    color: #fff;
    border-radius: 5px;
    background: #004A9E;
    font-size: 20px;
    font-weight: bold;
    text-align: center !important;
    min-height: auto;
    justify-content: center;
}
#cp img {
width: 100%;
height: auto;
}
.flowBox {
    position: relative;
    margin: 2em auto 0;
    padding: 0 0.5em 1.4em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    
}

.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: 14px;
}

.flowBox .step::before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.flowBox span.small {
  font-size: 70%;
  font-weight: normal;
}

.flowBox span.large {
  font-size: 140%;
  font-weight: bold;
}

.flowBox p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.flowBox p strong {
    color: #0066cc;
}
	
		
ul.guideList2 {
	list-style: decimal;
        padding: 0 0px 0 20px;
        margin: 10px 0 20px;
        line-height: 1.4;
 
}

ul.guideList2 li {
	
	line-height: 1.4;
	padding-bottom: 8px;
    text-align: left;
}
	
ul.guideList {
	margin-top: 2%;
    font-size: 14px;
}

ul.guideList li {
	line-height: 1.5;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    margin-bottom: 5px;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.note {
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.note:before {
	content: '※';
}

ul.guideList li.note1 {
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note1:before {
	content: '（※1）';
}

ul.guideList li.note2 {
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note2:before {
	content: '（※2）';
}

ul.guideList li span {
	color: #F00;
}

#cp .request_btn a,
#dc .request_btn a {
    margin: 15px auto 50px;
    padding: 18px 0;
}

p.point_cp_img {
    position: relative;
    padding: 20px;
    text-align: center;
    background: #fff;
}
#cp p.point_cp_img img.img_point_cp {
    width: 100%;
    height: auto;
}
#cp p.point_cp_img img.kaba-n {
    position: absolute;
    width: 60px;
    height: auto;
    top: -64px;
    right: 0;
}

.other_cp {
    margin-top: -60px;
    text-align: center;
    background: #C8F246; /*#bbff37*/
    padding: 0 20px 30px;
}
.other_cp h3 {
    margin: 0 0 20px;
    font-size: 1.5rem;
}
.other_cp p {
    margin: 20px 0;
    line-height: 1.6;
}
.other_cp img {
    width: 100%;
    height: auto;
}


	
/* 駅レンタカー */
    #my-gallery {
        margin-bottom: 15px;
    }
    figure {
        position: relative;
        margin: 15px auto 0;
    }
    figure img {
        width: 100%;
        height: auto;
    }
figure:hover:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 80px;
        height: 80px;
        display: block;
        z-index: 99;
        background: url(../images/ic_zoom.png) no-repeat;
        background-size: 100% auto;
    }
	
	ul.rentacar_list {
    margin: 0 auto 2rem;
}
	ul.rentacar_list li {
		padding-left:1em;
		text-indent:-1em;
	}	
	
	ul.rentacar_list li.red{color: red;}	
	
	
/*カルーセル*/
	
	/*.slidearea{
		margin: 3rem auto;
	}*/
	
.slide-wrap {
  width: 100%;
  margin: .5em 0 1em;
  display: flex;
  overflow-x: auto; /* スクロールを自動に変更 */
}

.slide-box,
.slide-box3row {
  flex: 0 0 45%;
  margin-right: 3%;
  padding-bottom: .5rem;
}

/*tabiwaチケット*/
.ticketBox {
    border: 1px solid #CCC;
    background: #FFF;
    line-height: 1.4;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketPhoto img {
    width: 100%
}

.ticketBox .ticketName {
    font-weight: bold;
    margin: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ccc;
}

.ticketBox .ticketPoint {
    padding: 0 .5em .5em .5em;
}
	
}


/*760px以上*/
@media screen and (min-width: 760px),print {
	 main {
    color: #282828;
    font-size: 16px;
	  box-sizing : border-box;
  }
	
	h2 {
    width: auto;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #282828;
	  margin: 3rem 0;
  }
  h3 span.blue {
    color: #0068b7;
  }
  h3 span.red,span.red {
    color: #e60012;
  }
  h3 span.white {
    color: #FFF;
  }
  h3 span.yellow {
    color: #ffff00;
  }
	
	
  u {
    text-decoration-color: red;
  }
  /*title*/
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
  #title h1 {
    margin: 0;
    padding: 0;
  }
  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #title {
    width: 100%;
    background: #FFF url(../images/main.jpg?update=20250306) no-repeat 50% 50%;
    background-size: cover;
    height: 550px;
	position: relative;
  }
	
	.tit_kikan{
		max-width: 720px;
		position: absolute;
		width: 100%;
		top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		border: 2px #000000 solid;
		background-color: #ffffff;
		padding: 10px 10px;
	}
	
	.tit_kikantxt{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
	}
	
	.kikan{
		
		background-color: #e70012;
		padding: 15px 0;
	}
	
	.kikanin{
		/*display: flex;
		justify-content: space-between;*/
		max-width: 970px;
		margin: 0 auto;
	}
	
	.kikan ul{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 0px;
		width: 554px;
		
				
	}
	
	.kikan ul li{
		font-size: 23px;
	}
	
	.kikan ul li:first-of-type{
		padding: 10px;
		background-color: #ffffff;
		font-weight: bold;
		margin: 0 10px 0 0;
	}
	
	.kikan ul li:last-of-type{
		color: #ffffff;
	}
	
	
  /*link*/
  #link {
    background: #0068b7;
    width: 100%;
  }
  .link {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    width: 95%;
    max-width: 970px;
    margin: auto;
  }
  .link ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: auto;
  }
  .link li {
    display: block;
    width: 300px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: 0.2s;
  }
  .link li:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-108deg, #0068b785 0%, #e600123d 100%);
    transform: translate3d(10px, 10px, 0) scale(1);
    filter: blur(16px);
    transition: opacity 0.3s;
    border-radius: inherit;
  }
  .link li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
  }
  .link li a {
    text-align: center;
    color: #282828;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .link li:hover {
    opacity: 0.6;
  }
	
  /*dc*/
	/*#dc h3{
		margin: 3rem auto 0;
	}*/	
  section#dc {
        background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
  }	
	#dc div.inbox{
		margin: 4rem auto 2rem;
	}
	#dc p{
		font-size: 20px;
		color: #3d3d3d;
		margin: 1rem auto 0;
		line-height: 1.7;
		text-align: center;
		font-weight: bold;
	}
	#dc p.dc_date{
		font-size: 25px;
        color: #3d3d3d;
        text-align: center;
        font-weight: bold;
	}	

  /*menu*/	
  section#\menu {
    background: url("../images/bg_img.png?update=20250306"), linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    background-size: cover;
  }
	.menu_box:first-of-type{
		margin: 0 auto !important;
	}
	
  .menu_box {
    width: 100%;
    margin: 5rem auto;
    border-radius: 20px;
    position: relative;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
  }
  section#\menu .pop {
position: absolute;
    top: -25px;
    left: 20px;
    width: 35%;
    z-index: 2;
  }
  .menu_img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28%;
    border-radius: 20px;
  }

	h4 img{
    width: 17%;
    height: auto;
    padding-right: 5px;
	}
	
  h4 {
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 10px 240px 5px 20px;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: bold;
    background: #0068b7 url('../images/line.jpg?update=20250306') no-repeat left top / 20px 150px;
    height: 100px;
    display: flex;
    align-items: center;
  }
  h4 span.txt_ttle_center {
    padding: 5px 0 0 10px;
  }
	
h4 rt{
  text-align: center;
  font-size: 0.8rem!important;
  font-weight: normal!important;
}	


.osaka_castle {
  display: block;
  font-size: 16px;
	font-weight: bold;
	color: red;
	background: #fff;
	padding: 3px 22px 0;
}	

  .menu_middle_txt {
    font-size: 1.2rem;
  }
  .menu_txt {
    padding: 20px 20px 80px;
    width: 63%;
	line-height: 1.5;
  }
	.sub_title{
		font-size: 20px;
		font-weight: bold;
		color: #0068b7;
	}
	.sub_title_box{
	padding: 20px 20px 0;
    width: 63%;
	line-height: 1.5;
	}
	.photo_att{
		text-align: right;
		font-size: 16px;
		color: #282828;
	}
	
  /*アコーディオン*/
  .acParent {
    position: relative;
    border-radius: 20px;
  }
  .acParent:after {
    content: "続きを見る";
    width: 200px;
    height: 35px;
    position: absolute;
    inset: auto 0;
    display: grid;
    place-items: center;
    margin: auto;
    transform: translate(0, -1.1em);
    border-radius: 10px;
    background: #282828;
    color: white;
  }
  .acParent.close::after {
    content: "閉じる";
    transition: all 0.5s;
    transform: translate(0, -1em);
  }
  .acChild {
    border-radius: 20px;
    display: none;
    box-shadow: 0px 30px 25px -40px #bdbdbd;
    padding: 40px 20px;
  }
  .acChild_box ul, .acChild_caution ul, .acChild_caution_red ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .acChild_caution {
    background: #e9e9e9;
  }
  .acChild_caution_red {
    background: #fef2f3;
  }
  .acChild_box ul li.caution, .acChild_box ul li.caution_red {
    color: #FFF;
    padding: 7px 20px 6px;
    width: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    font-weight: bold;
  }
  .acChild_box ul li.caution {
    background: #3d3d3d;
  }
  .acChild_box ul li.caution_red {
    background: #e60012;
  }
  .naiyoutxt_red {
    color: #e60012;
  }
	
p.naiyoutxt.lineh_nt {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1rem;
}
	p.naiyoutxt.lineh_nt:last-child{
    padding-bottom: 0;
	}
	.naiyoutxt span.nt_sml{
		font-size: 14px;
	}
	
.naiyoutxt {
  line-height: 1.4;
}

.flow_item {
  display: inline;
}

.flow_item:not(:last-child)::after {
  content: " ・・・ ";
  letter-spacing: 1px;
}
	
  .acChild_box ul li.koumoku {
    color: #FFF;
    padding: 4px 10px 3px;
    width: 11%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 15px 0 0;
    border-radius: 5px;
    font-weight: bold;
  }
  .acChild_box ul li.naiyou {
    width: 85%;
    margin: 4px 0 20px 0;
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    width: 90%;
    margin: 10px;
	display: flex;
    align-items: center;  
  }
	
	.acChild_caution,.acChild_caution_red{
		margin: 10px auto;
	}
  .acChild_box ul li.blue {
    background-color: #0068b7;
  }
  .acChild_box ul li.red {
    background-color: #e60012;
  }
  /*テーブル*/
  table.table34 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 10px 0;
  }
  table.table34 th, table.table34 td {
    padding: 5px 10px;
    text-align: center;
  }
  table.table34 tr:nth-child(1), table.table34 tr:nth-child(5) {
    background-color: #f2f7fb;
    color: #000;
  }
  table.table34 tr:nth-child(2), table.table34 tr:nth-child(4), table.table34 tr:nth-child(6) {
    background-color: #fafbfb;
    color: #000;
  }
  table.table34 tr:nth-child(3), table.table34 tr:nth-child(7) {
    background-color: #fef5f6;
    color: #000;
  }
  .tble_b {
    display: inline-block;
    background: #282828;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.85rem;
  }
  /*ご案内*/
  #guide a:link,#guide a,#guide a:hover{
     color: #ffff00;
  }	
	
  #guide {
    background: #0068b7;
  }
  .guide_txt {
    color: #fff;
    margin: 3rem auto;
  }
  #guide span {
    font-weight: bold;
    color: #ffff00;
  }
  #guide p {
    margin: 2rem auto;
    line-height: 1.5;
  }
  /*お申込み*/
	
  section#news, section#request, section#ticket {
    background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
	 padding: 0 0 5rem 0; 
  }
  section#pamph {
    background: #FFF;
  }
  .request_box {
    display: flex;
    width: 100%;
    margin: 0rem auto;
    border-radius: 20px;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
  }
  .request_box img {
    width: 400px;
    height: 300px;
	padding: 20px;  
  }
  .request_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding: 20px;
  }
  .request_txt span.icon {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    width: fit-content;
  }
  .request_txt h5 {
    font-size: 34px;
    color: #0068b7;
    font-weight: bold;
  }
  .request_txt .mddle_txt {
    font-size: 26px;
    font-weight: bold;
  }
  .request_txt p.little_txt {
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  .request_txt p {
    line-height: 1.5;
  }
  .request_btn a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
  }
  .request_btn a:hover {
    opacity: 0.8;
  }
  .request_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn a:hover:after {
    border-color: #FFF;
  }
  .request_btn em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  
   .request_btn2 a {
    background: #E60012;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-size: 25px;
  }
  .request_btn2 a:hover {
    opacity: 0.8;
  }
  .request_btn2 a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn2 a:hover:after {
    border-color: #FFF;
  }
  .request_btn2 em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  .request_btn2 span {
    width: 100%;
  font-size: 16px;
  text-align: center;
  }
/*デジタルパンフレット*/
  #pamph {
    text-align: center;
    margin: auto;
  }
	
#pamph ul li {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    width: 20%;
}
#pamph ul li p{
	padding: 10px 0;
}
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 10px 20px 5px;
        min-width: 120px;
        max-width: 100%;
        color: #0068b7;
        background: #ffff00;
        border-radius: 15px;
        font-size: 25px;
        font-weight: bolder;
}

.balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffff00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}	
	

#pamph ul {
    display: flex;
    max-width: 970px;
    margin: 2rem auto 0;
    justify-content: center;
    gap: 30px;
}	
	
#pamph img.pamph_img{
		width: 250px;
		margin: auto;
	    margin: 3rem auto;
}
 #pamph a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    color: #FFF;
    transition: 0.2s ease-in-out;
}
 #pamph a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}


	
.bgimg_l {
    position: absolute;
    width: 100%;
    text-align: start;
}
.bgimg_l img {
    position: relative;
    bottom: 25rem;
    left: 0;
    z-index: 0;
    width: 35vw;
}	
.bgimg_r {
    position: absolute;
    width: 100%;
    text-align: end;
}
.bgimg_r img {
    position: relative;
    bottom: 25rem;
    right: 0;
    z-index: 0;
    width: 35vw;
}	
  /*Tripa*/
.newsbg{
		position: relative;
		z-index: 3;
}	
#news h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 7rem 0 3rem;
}	
#news div.newsinnner div img {
    width: 200px;
    height: 125px;
}	
#news div.newsinnner div {
    background: #fff;
    padding: 10px;
    margin: 1rem auto;
    display: flex;
    max-width: 970px;
}
  #news div.newsinnner div p {
    padding: 0 1rem 0 0;
	line-height: 0; 
  }
  #news div.newsinnner div p img {
    width: 200px;
    object-fit:cover;
    line-height: 0;
  }
  #news dt {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  #news div.newsinnner div dl dd>span a {
    color: #aaaaaa;
    display: inline-block;
    background: none;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
  #news div.newsinnner div dl dd>span span {
    color: #F69;
    display: inline;
    font-size: 14px;
  }
  #news dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
	
	
	
#cp {
    /*margin-bottom: 100px;*/
}
#cp h4 {
margin: 20px 0 30px;
  padding: 1rem 2rem;
color: #fff;
border-radius: 10px;
background: #004A9E;
font-size: 30px;
font-weight: bold;
text-align: center;
min-height: auto;
justify-content: center;
}

#cp .request_btn a,
#dc .request_btn a {
    width: 80%;
    margin: 15px auto 50px;
    padding: 25px 0;
}

.itemList3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.itemList3 li {
  width: calc(100% / 3 - 10px);
}
.itemList3 > div img {
  width: 100%;
  height: auto;
}
.flowBox {
    position: relative;
    margin-top: 1em;
    padding: 0 1em;
    border: 3px solid #003399;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    min-height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: 18px;
}

.flowBox .step::before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

#dc .flowBox p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.flowBox p strong {
    color: #0066cc;
}
	
ul.guideList2 {
	list-style: decimal;
        padding: 0 0px 0 20px;
        margin: 10px 0 20px;
        line-height: 1.4;
 
}

ul.guideList2 li {
	
	line-height: 1.4;
	padding-bottom: 8px;
    text-align: left;
}
	
ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.25em;
    margin-left: 1.25em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
    padding-right: 0.25em;
}

ul.guideList li.note {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.note:before {
	content: '※';
    padding-right: 0;
}

ul.guideList li.note1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note1:before {
	content: '（※1）';
    padding-right: 0;
}

ul.guideList li.note2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note2:before {
	content: '（※2）';
    padding-right: 0;
}

p.point_cp_img {
    position: relative;
    padding: 20px;
    background: #fff;
    text-align: center;
}
p.point_cp_img img.img_point_cp {
    width: 80%;
    height: auto;    
}
p.point_cp_img img.kaba-n {
    position: absolute;
    width: 290px;
    height: auto;    
}


.other_cp {
    margin-top: 6rem;
    padding: 50px 20px;
    background: #C8F246; /*#bbff37*/
    text-align: center;
}
.other_cp h3 {
    margin: 0 0 20px;
    font-size: 27px;
}
.other_cp p {
    margin: 20px 0;
    line-height: 1.6;
}
.other_cp a:hover {
    opacity: 0.8;
}

	
/* 駅レンタカー */
    #my-gallery {
        margin-bottom: 30px;
    }
    figure {
        max-width: 1080px;
        position: relative;
        margin: 30px auto 0;
    }
    figure img {
        width: 100%;
        height: auto;
    }
figure:hover:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        display: block;
        z-index: 99;
        background: url(../images/ic_zoom.png) no-repeat;
        background-size: 100% auto;
    }
	
	ul.rentacar_list li {
		padding-left:1em;
		text-indent:-1em;
	}	
	
	ul.rentacar_list li.red{color: red;}
	
	
	
/*カルーセル*/
	
	/*.slidearea{
		margin: 5rem auto;
	}*/
	
.slide-wrap {
  width: 100%;
  padding: 0;
  margin: .5em 0 1em;
  display: flex;
  flex-wrap: wrap;
}

.slide-box {
  width: 25%;
  padding-right: 1rem;
}

.slide-box:nth-child(4n) {
  padding-right: 0;
}

.slide-box:nth-child(-n+4) {
  margin-top: 0;
}

.slide-box3row {
  width: 33.33%;
  padding-right: 1rem;
}

.slide-box3row:nth-child(4n) {
  padding-right: 0;
}

.slide-box3row:nth-child(-n+4) {
  margin-top: 0;
}

	

/*tabiwaチケット*/
.ticketBox {
    border: 2px solid #CCC;
    background: #FFF;
    line-height: 1.4;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketPhoto img {
    width: 100%
}

.ticketBox .ticketName {
    font-weight: bold;
    margin: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ccc;
    /*height: 56px;*/
}

.ticketBox .ticketPoint {
    padding: 0 .5em .5em .5em;
}
	
	}


.accordion-001,
.accordion-002{
 
    background-color: #f2f2f2;
}

.accordion-001:not([open]),
.accordion-002:not([open]){
    margin-bottom: 7px;
}

.accordion-001 summary,
.accordion-002 summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #004A9E;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker,
.accordion-002 summary::-webkit-details-marker{
    display: none;
}

.accordion-001 summary::after,
.accordion-002 summary::after{
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after,
.accordion-002[open] summary::after{
    transform: rotate(225deg);
}

.accordion-001 div,
.accordion-002 div{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] div,
.accordion-002[open] div{
    transform: none;
    opacity: 1;
}

.accordion-001 div dl,
.accordion-002 div dl{
	margin: 0 0 20px 0;
}

.accordion-001 div dl:last-of-type,
.accordion-002 div dl:last-of-type{
	margin: 0 0 0 0;
}

.accordion-001 div dl dt,
.accordion-002 div dl dt{
	padding: 0 0 5px 0 !important;
    margin: 0 0 10px 0 !important;
    border-bottom: solid 2px #cd3927 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-align: left !important;
	position: relative;
	
}

.accordion-001 div dl dt::before,
.accordion-002 div dl dt::before{
	content: "■";
	font-size: 14px !important;
	color: #cd3927;
	
}



.accordion-001 div dl dd{
	
}