@charset "utf-8";
/**
 * jtb style css 1.2.1
 * Released on: 06,2023
 */
section{
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------------------------------
# container Page
--------------------------------------------------------------*/
#container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

#container .search_bg{
	background-color: #fcf4f0;	
	width: 100%;	
}
#container .search_bg_grey{
	background-color: #f0f0f0;
	width: 100%;
	padding-bottom: 60px;
}
/*--------------------------------------------------------------
search_header
--------------------------------------------------------------*/
#container .search_header{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #000;
	height: 420px;
	display: table;
}
#container .search_main_title{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}

#container .search_header_bg{
    width: 100%;
    margin: 0px auto 0px;
    background-color: rgba(0,0,0,0.1);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%),url("../../images/search/photo.jpg");
    background-repeat: repeat,repeat,no-repeat;
    background-size: 4px 4px ,4px 4px ,cover;
    background-position: 0 0, 2px 2px , center center;
}
#container .search_header_title{
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0px auto 0px;
    padding: 150px 0px;
    font-weight: bold;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5), 0px 0px 9px rgba(0,0,0,0.10);
}
@media screen and (max-width:680px){
#container .search_header_title{
    padding: 80px 0px;
}
#container .search_bg{
	background-color: #fcf4f0;
	width: 100%;
	margin-top: 20px;
}
}
@media screen and (max-width:420px){
#container .search_header_title{
    font-size: 24px;
    padding: 60px 0px;
}


}
/*--------------------------------------------------------------
search_accordion
--------------------------------------------------------------*/
#container .at_search_header{
	margin: 0em auto;
	width: 100%;
}
#container .search_accordion{
	margin: 0em auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container .search_toggle{
display: none;
}
#container .search_option{
position: relative;
margin-bottom: 1em;
}
#container .search_title_inner,
#container .search_content{
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
#container .search_title_inner{
	display: block;
	padding: 20px 1em;
	margin: 0em auto;
	max-width: 1080px;
	width: 100%;
}

#container .search_title{
	padding: 0em 1em 0px 50px;
	color: #323743;
	font-weight: bold;
	font-size: 30px;
	background-repeat: no-repeat;
	background-size: 40px!important;
	line-height: 40px;
	background-image: url(../../images/icon/icon_search.svg);
	background-position: left center;
}
#container .search_title_sub span{
	font-size: 16px;
	background-color: #323743;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
}
#container .search_title_sub{
	font-size: 16px;
}
#container .search_title_inner::after,
#container .search_title_inner::before{
font-size: 30px;
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 5px;
height: 0.75em;
background-color: #323743;
transition: all 0.3s;
}
#container .search_title_inner::after{
transform: rotate(90deg);
}
#container .search_content{
max-height: 0;
overflow: hidden;
}
#container .search_toggle:checked + .search_title_inner + .search_content {
max-height: 5000px;
transition: all 1.5s;
}
#container .search_toggle:checked + .search_title_inner::before {
transform: rotate(90deg) !important;
}

#container .search_title:link,
#container .search_title:visited,
#container .search_title:active{
	color: #323743;
}

#container .search_title:hover{
	color: #00a096;
	cursor: pointer!important;
}


/*--------------------------------------------------------------
条件検索
--------------------------------------------------------------*/

#container .search_classification_half{
	width: 50%;	
}
#container .search_content_area{
	padding: 20px 1em;
	margin: 0em auto;
	max-width: 1080px;
	width: 100%;
}
#container .search_classification{
	width: 20%;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
#container .search_classification2{
	width: 20%;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
#container .search_classification_bx,
#container .search_classification_bx_half,
#container .search_classification_bx_third,
#container .search_classification_bx_quarter,
#container .search_classification_bx_fifth,
#container .search_classification_bx_sixth{
	width: 80%;
}
#container .search_classification_bx .checkbox-wrap{
	width: 100%;
}
#container .search_classification_bx_half .checkbox-wrap{
	width: calc(100% / 2);
}
#container .search_classification_bx_third .checkbox-wrap{
	width: calc(100% / 3);
}
#container .search_classification_bx_third .checkbox-wrap:nth-child(3) {
	margin-left: 70px;
	width: calc(100% / 4);
  }
#container .search_classification_bx_quarter .checkbox-wrap{
	width: calc(100% / 4);
}
#container .search_classification_bx_quarter .checkbox-wrap:nth-child(5) {
	margin-left: calc(100% / 4);
  }

#container .search_classification_bx_fifth .checkbox-wrap{
	width: calc(100% / 5);
}
#container .search_classification_bx_sixth .checkbox-wrap{
	width: calc(100% / 6);
}
#container .search_classification_bx_sixth .checkbox-wrap:nth-child(7) {
	margin-left: calc(100% / 6);
  }

#container .search_table{
	padding-top: 30px;	
}
#container .checkbox-wrap{
	margin-bottom: 30px;	
}

/* チェックボックス全体 */
#container .checknox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
font-weight: bold;
}
#container .checkbox-normal{
	font-weight: normal!important;
}
/* デフォルトチェックボックス非表示 */
#container .checknox-wrap input {
  display: none;
}

/* チェックボックスのスタイル */
#container .checknox-wrap .checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 4px;
}

/* チェックマーク作成 */
#container .checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 10px;
  height: 15px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時のスタイル */
#container .checknox-wrap input:checked + .checkmark {
  background-color: #009b93;
  border: 2px solid #009b93;
}

/* チェック時 チェックマーク表示 */
#container .checknox-wrap input:checked + .checkmark:after {
  display: block;
}

#container .mgb30 label{
	margin-bottom: 30px!important;
}
@media screen and (max-width:1080px){
#container .search_classification{
	width: 95%;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px auto 40px;
	text-align: center;
}
#container .search_classification2{
	width: 95%;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px auto 0px;
	text-align: center;
}
#container .search_classification_bx,
#container .search_classification_bx_half,
#container .search_classification_bx_third,
#container .search_classification_bx_quarter,
#container .search_classification_bx_fifth,
#container .search_classification_bx_sixth{
	width: 95%;
	margin: 0px auto;
}
    
#container .search_classification_bx_third .checkbox-wrap:nth-child(3) {
    margin-left: 0px;
  }
#container .search_classification_bx_quarter .checkbox-wrap,
#container .search_classification_bx_sixth .checkbox-wrap{
	width: calc(100% / 3);
}
    
#container .search_classification_bx_quarter .checkbox-wrap:nth-child(4),
#container .search_classification_bx_quarter .checkbox-wrap:nth-child(6),
#container .search_classification_bx_quarter .checkbox-wrap:nth-child(8),
#container .search_classification_bx_sixth .checkbox-wrap:nth-child(4),
#container .search_classification_bx_sixth .checkbox-wrap:nth-child(6),
#container .search_classification_bx_sixth .checkbox-wrap:nth-child(8){
	margin-left: calc(100% / 3);
  }
#container .search_classification_bx_quarter .checkbox-wrap:nth-child(5),
#container .search_classification_bx_sixth .checkbox-wrap:nth-child(5),
#container .search_classification_bx_quarter .checkbox-wrap:nth-child(7),
#container .search_classification_bx_sixth .checkbox-wrap:nth-child(7) {
	margin-left: 0px;
  }
#container .search_classification_bx .checkbox-wrap{
	margin-bottom: 30px;
}
}

@media screen and (max-width:680px){

#container .search_classification_bx_third .checkbox-wrap{
	width: 100%;
}
#container .search_title_sub{
	font-size: 16px;
	line-height: 30px;
}
#container .search_title_sub span{
	font-size: 14px;

}
#container .search_title_inner{
	padding: 20px 1em 5px;
}
	
#container .search_title_inner::after,
#container .search_title_inner::before{
font-size: 20px;
content: "";
position: absolute;
right: 1.25em;
top: 1.5em;
width: 3px;
height: 0.75em;
background-color: #323743;
transition: all 0.3s;
}
	
#container .checknox-wrap {
  font-size: 14px;
}
#container .checknox-wrap .checkmark{
  height: 20px;
  width: 20px;
  border: 1px solid #999999;
  border-radius: 2px;
}

#container .search_title{
	padding: 3px 1em 0px 40px;
	font-size: 24px;
	background-size: 26px!important;
	line-height: 24px;
}
#container .checknox-wrap .checkmark:after {
  top: -3px;
}
}

@media screen and (max-width:374px){
#container .search_title_sub span{
	font-size: 14px;
	background-color: #323743;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	text-align: center;
	border-radius: 5px;
}
}


/*--------------------------------------------------------------
submit
--------------------------------------------------------------*/
main .submit-btn-wrap{
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
main .submit-btn-wrap:hover{
	background-color: #009b93;
	
}
main .submit-btn{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 70px;
	cursor: pointer;
	width: 100%;
	max-width: 480px;
}
main .submit-btn-wrap .material-icons{
	position: absolute;
	right: 10px;
	top: 50%;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 0px;
}
/*--------------------------------------------------------------
reset
--------------------------------------------------------------*/
main .reset-btn-wrap{
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 12em;
	max-width: 480px;
	margin: 25px auto 60px;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
main .reset-btn-wrap .icon-cross {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0;
  pointer-events: none;
}
main .reset-btn-wrap .icon-cross::before,
main .reset-btn-wrap .icon-cross::after {
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background: #323743;
}
main .reset-btn-wrap .icon-cross::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
main .reset-btn-wrap .icon-cross::after {
  -webkit-transform: rotate(45deg) translate(-0.3px, -0.5px);
          transform: rotate(45deg) translate(-0.3px, -0.5px);
}
main .reset-btn-wrap .search-reset {
  background-color: transparent;
  border: none;
  padding: 5px 0px 5px 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
	color: #323743;
  cursor: pointer;
}
@media screen and (max-width:680px){
main .reset-btn-wrap {
	width: 90%;
    margin-top: 15px;
	text-align: left;
  }
}
/*--------------------------------------------------------------
検索結果
--------------------------------------------------------------*/
main .result_header{
	width: 100%;
	margin: 0px auto;
	padding: 60px 0px 60px;
	max-width: 1080px;
}
main .result_bx{
    width: 50%;
	font-size: 24px;
    margin: 0px auto;
}
main .alignment_bx{
	width: 50%;
	margin: 0px 0px 0px auto;
	font-size: 16px;
	text-align: right;
}
main .alignment_bx div{
    text-align: center!important;
	}
main .alignment_bx select{
	width: 10em;
	margin-top: 5px;
	font-size: 16px;
	line-height: 18px;
	height: 40px;
	border: 1px solid #666;
	text-indent: 10px;
}
main select {
  -webkit-appearance: none;
  appearance: none; 
  border-radius: 0;
  height: 37px;
  padding-left: 10px;
  width: 100px;
}
main select::-ms-expand {
  display: none;
}
main select {
	background-image: url(../../images/icon/icon_arrow_bottom.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
}
@media screen and (max-width:1080px){
	main .result_header{
	width: 90%;
	margin: 0px auto;
	padding: 60px 0px 60px;
}
}
@media screen and (max-width:680px){
main .result_bx{
	width: 50%;
	margin: 0px auto;
	font-size: 18px;
	padding-top: 10px;
}
main .alignment_bx{
    width: 50%;
	margin: 0px auto;
	text-align: left;
}
main .alignment_bx select{
	width: 100%;
}
main select {
  padding-left: 0px;
	width: 100%;
}
main .submit-btn{
	width: 95%;
	max-width: 480px;
}
main .result_header{
	width: 90%;
	margin: 0px auto;
	padding: 30px 0px 30px;
}
}
@media screen and (max-width:320px){
main .result_bx{
	width: 100%;
	margin: 0px auto;
	font-size: 18px;
	padding-top: 10px;
}
main .alignment_bx{
    width: 100%;
}
}
/*--------------------------------------------------------------
検索結果　一覧
--------------------------------------------------------------*/
main .result_contents{
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px auto 60px;
	max-width: 1080px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
main .result_contents_bx p{
	margin: 0px;
	padding: 0px;
}
main .result_contents_bx{
	width:calc( 100% - 100px );
	margin-right: 50px;
	margin-left: 50px;
}
main .result_contents_bx .result_contents_img{
	width: 49%;
	margin-right: 1%;
	position: relative;
    height: 300px;
}
main .result_contents_bx .result_contents_img img{
	width: auto;
    bottom: 0px;
    height: 100%;
}
main .result_contents_bx .result_contents_img .caption{
	position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height:1.5rem;
    text-align: left;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
main .result_contents_bx .result_contents_item{
	width: 49%;
	margin-left: 1%;
	margin-right: 0px;
	padding: 0px;
}
main .mark_bx{
	width: 50%;
	margin-right: 10%;	
}
main .mark_bx ul{
	margin: 0px;
	padding: 0px;
}
main .mark_bx li{
	width: calc((100% / 2) - 10px);
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
main .mark_bx li{
	margin-right: 10px;	
    max-height: 60px;
}
main .mark_bx li:last-child {
	margin-right: 0px;	
}

main .icon_bx{
	width: 40%;
}

main .icon_bx ul{
    margin: 0px;
    padding: 0px;
  display: flex;
  justify-content: flex-end;
}
main .icon_bx li{
    width: calc((100% / 3) - 4px);
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
main .icon_bx li{
	margin-right: 4px;
}
main .icon_bx li img{
	width: 100%;
}
main .icon_bx li:last-child {
	margin-right: 0px;	
}


main .result_contents_bx .area_mark{
    background-color: #FFFFFF;
    color: #0071b9;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #0071b9;
	padding-top: 7%;
	padding-bottom: 7%;
}
main .result_contents_bx .new_mark{
	background-color: #FF0004;
	color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #FF0004;
	padding-top: 7%;
	padding-bottom: 7%;
}
main .result_contents_bx .recommend_mark{
	background-color: #FFFFFF;
	color: #FF0004;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid #FF0004;
	padding-top: 7%;
	padding-bottom: 7%;
}
@media screen and (max-width:1080px){
    
main .mark_bx li{
    max-height: 100px;
}  
main .result_contents_bx .area_mark{
	padding-top: 8%;
	padding-bottom: 8%;
}
main .result_contents_bx .new_mark{
	padding-top: 8%;
	padding-bottom: 8%;
}
main .result_contents_bx .recommend_mark{
	padding-top: 8%;
	padding-bottom: 8%;
}

}
@media screen and (max-width:500px){
    
main .result_contents_bx .area_mark{
	padding-top: 5%;
	padding-bottom: 5%;
}
main .result_contents_bx .new_mark{
	padding-top: 5%;
	padding-bottom: 5%;
}
main .result_contents_bx .recommend_mark{
	padding-top: 5%;
	padding-bottom: 5%;
}
}
@media screen and (max-width:420px){
  
main .mark_bx li{
	font-size: 14px;
    line-height: 18px;
}  
main .result_contents_bx .area_mark{
    border: 1px solid #0071b9;
	padding-top: 5%;
	padding-bottom: 5%;
}
main .result_contents_bx .new_mark{
    border: 1px solid #FF0004;
	padding-top: 5%;
	padding-bottom: 5%;
}
main .result_contents_bx .recommend_mark{
	border: 1px solid #FF0004;
	padding-top: 5%;
	padding-bottom: 5%;
}
main .mark_bx li{
    width: calc((100% / 2) - 5px);
    }
main .mark_bx li{
	margin-right: 5px;	
    max-height: 40px;
}
}





main .result_contents_title{
	font-size: 30px;
	line-height: 34px;
	text-align: justify;
	color: #009b93;
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: -0.02em;
}
main .tours_type_a{
	font-size: 16px;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #000000;
	background-color: #fdeff5;
	text-align: center;
	margin-bottom: 15px;
}
main .tours_type_b{
	font-size: 16px;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #000000;
	background-color: #e8f5fd;
	text-align: center;
	margin-bottom: 15px;
}
main .result_contents_txt{
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	color: #6C6C6C;
}

@media screen and (max-width:1080px){
	main .result_contents{
	width: 75%;
	margin: 0px auto 60px;
	padding-bottom: 50px;
	padding-top: 50px;
}
main .result_contents_bx{
	width:calc( 100% - 60px );
	margin-right: 30px;
	margin-left: 30px;
}
main .result_contents_bx .result_contents_img{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
    height: auto;
}
main .result_contents_bx .result_contents_item{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
main .result_contents_bx .result_contents_img img{
	width: 100%;
	top: 0px;
	position: static;
}

main .result_contents_title{
	font-size: 26px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}	
}
@media screen and (max-width:680px){
	main .result_contents{
	width: 90%;
	margin: 0px auto 40px;
	padding-bottom: 40px;
	padding-top: 40px;
}
main .result_contents_title{
	font-size: 24px;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: 0em;
}
main .result_contents_bx{
	width:calc( 100% - 40px );
	margin-right: 20px;
	margin-left: 20px;
}	
main .result_contents_txt{
	font-size: 14px;
	line-height: 18px;
}

}
@media screen and (max-width:420px){
	main .result_contents{
	width: 90%;
	margin: 0px auto 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}
main .result_contents_title{
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}	
main .result_contents_bx{
	width:calc( 100% - 30px );
	margin-right: 15px;
	margin-left: 15px;
}
}
/*--------------------------------------------------------------
result_contents_accordion
--------------------------------------------------------------*/
main .result_contents_accordion {
	width: calc( 100% - 100px );
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 30px;
}
main .result_contents_option {
position: relative;
margin-bottom: 1em;
}
main .result_contents_accordion_title {
	  padding: 1em;
	  color: #009b93;
	  background-color: #f0f0f0;
	  font-weight: bold;
	  font-size: 20px;
	  text-align: center;
	  cursor: pointer;
	  position: relative;
}

.result_contents_accordion_title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #009b93;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.result_contents_accordion_title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #009b93;
  transition: all .3s ease-in-out;
}

.result_contents_accordion_title.open:before {
  transform: rotate(180deg);
}
.result_contents_accordion_title.open:after {
  opacity: 0;
}

.result_contents_open  {
  display: none;
  padding: 20px 40px;
}

@media screen and (max-width:1080px){
	main .result_contents_accordion {
	width: calc( 100% - 60px );
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
}
}
@media screen and (max-width:680px){
main .result_contents_accordion {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
main .result_contents_accordion_title {
	  font-size: 18px;
}

}


/*--------------------------------------------------------------
view more
--------------------------------------------------------------*/
.result_contents_open ul{
	margin-top: 20px;	
	width: 100%;
}
.result_contents_open li{
	width: 50%;
	font-size: 16px;
}
main .result_headline{
	width: 28%;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #009b93;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 2%;
	border-radius: 5px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #009b93;
}
main .result_headline_txt{
	line-height: 20px;
	font-size: 16px;
	width: calc(70% - 10px);
	padding-top: 6px;
	margin-right: 10px;
}


main .pict_bx{
	width: 100%;
	border: 10px solid #f0f0f0;
}
main .pict_bx ul{
	width: 96%;
	margin: 2%;
}
main .pict_bx li{
	width: calc((100% / 15) - 1%);
	margin-right: 1%;
}
main .pict_bx li img{
	width: 100%;
}


/*--------------------------------------------------------------
旅行代金/料金
--------------------------------------------------------------*/
main .result_contents_pay_bx{
	width: 100%;
	margin-top: 30px;
}
main .pay_header{
	background-color: #ff6400;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
main .pay_course{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
main .result_pay{
	font: bold 65px/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-align: center;
	width: 100%;
	color: #ff6400;
	letter-spacing: -0.05em;
}
main .result_pay .paymark{
	font-size: 70%;
}
main .result_pay sub{
	font-size: 16px;
}
main .pay_credit{
	font-size: 14px;
	text-align: right;	
	width: 100%;
}
/*--------------------------------------------------------------
ご注意
--------------------------------------------------------------*/
main .result_contents_info_bx{
	width: 100%;
	margin-top: 30px;
	border: 1px solid #808080;
}
main .result_infotitle{
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}
main .result_infotxt{
	font-size: 12px;
	line-height: 18px;
	/* text-align: justify; */
	font-weight: normal;
	margin: 15px;
}


/*--------------------------------------------------------------
result_contents_button
--------------------------------------------------------------*/

main .result_contents_button_bx{
	width: calc( 100% - 100px );
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 30px;
}
main .result_contents_btn{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

main .result_contents_button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    margin: 10px auto 0px;
    height: 60px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
	background-color: #000;

}

main .result_contents_button:link,
main .result_contents_button:visited{
    color: #ffffff!important;
}
main .result_contents_button::before,
main .result_contents_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

main .result_contents_button:hover{
background-color: #009b93;
    color: #ffffff;
}

main .result_contents_button::before {
  transform: translateY(-50%) rotate(30deg);
}

main .result_contents_button::after {
  transform: translateY(-50%) rotate(-30deg);
}

main .result_contents_button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}

main .result_contents_button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}


@media screen and (max-width:1080px){

main .result_headline{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
main .result_headline_txt{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
main .pict_bx li{
	width: calc((100% / 10) - 1%);
	margin-right: 1%;
}
main .result_pay{
	font-size: 35px!important;
}
main .result_pay .paymark{
	font-size: 70%;
}
}
@media screen and (max-width:680px){
	
main .result_headline{
	width: 100%;
	margin-bottom: 5px;
}
main .result_headline_txt{
	width: 100%;
}
	
main .result_contents_accordion {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.result_contents_open  {
  display: none;
  padding: 20px 0px;
}
.result_contents_open li{
	width: 100%;
	font-size: 16px;
}
main .result_headline_txt{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
main .pict_bx li{
	width: calc((100% / 6) - 1%);
	margin-right: 1%;
}
main .result_pay{
	font-size: 45px;
}
main .result_contents_button_bx{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
main .result_contents_btn{
	width: 100%;
	margin: 5px auto 30px;
}
main .submit-btn-wrap{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}


/*--------------------------------------------------------------
# modalset
--------------------------------------------------------------*/

html.modalset {
  overflow: hidden;
}
#result_Modal .result_modal{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
#result_Modal .result_modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#result_Modal .result_modal-wrap::-webkit-scrollbar {
  display: none;
}
#result_Modal .result_modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
#result_Modal .result_modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
#result_Modal .result_modal-box {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#result_Modal .result_modal-title{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    line-height: 120%;
    padding-top: 15px;
    padding-bottom: 15px;
}
#result_Modal .result_modal-box ul{
    width: 80%;
    margin: 10px auto 0px;
}
#result_Modal .result_modal-box li{
	width: calc((100% / 2) - 2%);
	margin-left: 1%;
	margin-right: 1%;
}
/*--------------------------------------------------------------
# result_modal_button
--------------------------------------------------------------*/
main .result_modal_button{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #009b93;
	font-size: 18px;
	border-radius: 10px;
	width: 100%;
	margin: 10px auto 0px;
	height: 60px;
	font-weight: bold;
	position: relative;
	transition: 0.3s;
	background-color: #ffffff;
	border: 3px solid #009b93;
}

main .result_modal_button:link,
main .result_modal_button:visited{
    color: #009b93!important;
}
main .result_modal_button::before,
main .result_modal_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #009b93;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

main .result_modal_button:hover{
	background-color: #FFFF00;
	color: #009b93;
}

main .result_modal_button::before {
  transform: translateY(-50%) rotate(30deg);
}

main .result_modal_button::after {
  transform: translateY(-50%) rotate(-30deg);
}

main .result_modal_button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}

main .result_modal_button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}


main .result_modal-box .result_modal-close {
	background-color: #000000;
	width: 50%;
	padding: 10px;
	margin: 30px auto 0px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
}
main .pay_info{
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# modalset
--------------------------------------------------------------*/

main .iconlist{
	width: 98%;
	margin: 5px auto 0px;
	text-align: right;
	font-size: 14px;
}
#result_Modal .iconlist_modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
#result_Modal .iconlist_modal-box {
	width: 100%;
	max-width: 980px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-color: #FFFFFF;
}
#result_Modal .iconlist_modal-title{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	line-height: 120%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #009b93;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#result_Modal .iconlist_modal-box ul{
    width: 96%;
    margin: 10px auto 0px;
}
#result_Modal .iconlist_modal-box li{
	width: calc((100% / 3) - 2%);
	margin-left: 1%;
	margin-right: 1%;
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}
#result_Modal .iconlist_modal-box li img{
    width: 100%;
	max-width: 50px;
	vertical-align: middle;
}
#result_Modal .iconlist_modal-box li span{
	vertical-align: middle;
	margin-left: 10px;
}
main .iconlist_modal-box .iconlist_modal-close{
	background-color: #000000;
	width: 50%;
	padding: 10px;
	margin: 20px auto 30px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
}
@media screen and (max-width:980px){
#result_Modal .iconlist_modal-box li{
	width: calc((100% / 2) - 2%);
	margin-left: 1%;
	margin-right: 1%;
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}
	
}
@media screen and (max-width:680px){
	
#result_Modal .result_modal-box li{
	width: calc((100% / 1) - 2%);
	margin-left: 1%;
	margin-right: 1%;
}
main .pay_credit{
    text-align: justify;
    width: 100%;
}
}

@media screen and (max-width:420px){
main .result_pay{
	font-size: 35px;
	margin-bottom: 20px;
}
#result_Modal .iconlist_modal-box li{
	width: calc((100% / 1) - 2%);
	margin-left: 1%;
	margin-right: 1%;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
#result_Modal .iconlist_modal-box li img{
    width: 100%;
	max-width: 40px;
	vertical-align: middle;
}
main .pay_credit{
	font-size: 12px;
	width: 100%;
}
}
@media screen and (max-width:375px){
main .result_pay{
	font-size: 30px;
}
}
@media screen and (max-width:320px){
	
main .result_pay{
	font-size: 24px;
	margin-bottom: 10px;
}
}

[v-cloak] {
  display: none;
}


/*--------------------------------------------------------------
result_contents_link_bx
--------------------------------------------------------------*/

main .result_contents_link_bx{
	width: 100%;
	border-top: 2px dotted #000;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
main .result_contents_link_bx a:link{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	text-align: justify;
}


/*--------------------------------------------------------------
202507更新
--------------------------------------------------------------*/
main .result_contents_planbx_main{
    margin-top: 20px!important;
}
main .result_contents_planbx{
    width: 100%;
    padding-bottom: 20px;
    border-top: 5px solid #F0F0F0;
    padding-top: 25px;
    padding-left: 10px;
}
main .result_contents_planbx:hover{
    background-color: #EBEBEB;
}
main .result_contents_plantitle{
    font-weight: bold;
    font-size: 24px;
    color: #009b93;
    line-height: 120%;
	margin-bottom: 10px;
}
main .result_contents_planbx_l{
	width: 48%;
}
main .result_contents_planbx_l ul{
    margin: 0px;
    padding: 0px;
}
main .result_contents_planbx_l li{
	font-size: 16px;
}
main .result_contents_planbx_r{
    width: 46%;
    margin-left: 1%;
    margin-right: 2%;
}
main .result_contents_planbx_arrow{
    width: 2%;
    margin-right: 1%;
    margin-top: auto;
    margin-bottom: auto;
}
main .result_contents_planbx_r .result_pay{
	font: bold 42px/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-align: center;
	width: 100%;
	color: #ff6400;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: -0.05em;
}

main .result_contents_planbx_r .result_pay .paymark{
	font-size: 70%;
}
main .result_credit_txt01{
	font: 12px/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	padding-bottom: 5px!important;
}
main .result_credit_txt02{
	font: 12px/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	padding-bottom: 10px!important;
}
main .iconlistlink{
	width: 98%;
	margin: 0px auto 0px;
	text-align: right;
	font: 14px/110% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-decoration: underline!important;
    color: #004C88!important;
}
main .iconlistlink a:link,
main .iconlistlink a:visited,
main .iconlistlink a:active{
    color: #004C88!important;
    text-decoration: underline!important;
}
main .planlink{
    width: 100%;
    margin: 10px auto 0px;
    text-align: justify;
    font: 14px/140% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
    text-decoration: underline!important;
    color: #004C88!important;
}
main .planlink a:link,
main .planlink a:visited,
main .planlink a:active{
    color: #004C88!important;
    text-decoration: underline!important;
}
main .result_contents_icon li{
	margin: 0px auto 5px;
}
main .result_contents_icon li:nth-child(1)::before{
    content: "";
    display: inline-block;
    background-image: url(../images/icon_time.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    margin-right: 5px;
}
main .result_contents_icon li:nth-child(2)::before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_reservation.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    margin-right: 5px;
}
main .result_contents_icon li:nth-child(3)::before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_info.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1em;
    height: 1em;
    margin-right: 5px;
}

main .dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #6C6C6C;
    line-height: 1;
    position: relative;
    width: 2em;
    height: 2em;
    transform: translateX(-25%) rotate(45deg);
}

main .dli-chevron-round-right::before, main .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.4em;
}

main .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

main .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.4em;
}

@media screen and (max-width:680px){
    
main .iconlistlink{
	font: 12px/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	padding-bottom: 5px!important;
}
main .result_contents_planbx_l{
	width: 90%;
}
main .result_contents_planbx_r{
	width: 90%;
    margin: 10px auto 0px;
}
main .result_contents_planbx_arrow{
    width: 2%;
    margin-left: 3%;
    margin-right: 2%;
    margin-top: 0%;
    margin-bottom: auto;
}
    
main .planlink{
    width: 100%;
    margin: 10px auto 40px;
    text-align: justify;
    font: 12px/140% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
    text-decoration: underline!important;
    color: #004C88!important;
}
main .dli-chevron-round-right::before, main .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.3em;
}

main .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.3em;
}

main .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3em;
}
main .dli-chevron-round-right {
    width: 1.5em;
    height: 1.5em;
}
    
main .result_contents_icon li{
	margin: 0px auto 4px;
	font-size: 14px;
}
/* Android Galaxy端末用 */
.android-galaxy main .result_contents_icon li {
  margin: 0px auto 8px; /* 行間やマージンを広げたい場合 */
}
main .result_contents_plantitle{
    font-size: 20px;
}
}

@media screen and (max-width:419px){

main .result_pay{
	font-size: 25px!important;
}
  
main .pay_header{
	font-size: 14px;
}  
}

@media screen and (max-width:1085px){
main .result_contents_planbx_r .result_pay{
	font: bold 30px/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:980px){
main .result_contents_planbx_r .result_pay{
	font: bold 250%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:800px){
main .result_contents_planbx_r .result_pay{
	font: bold 200%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:680px){
main .result_contents_planbx_r .result_pay{
	font: bold 400%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:620px){
main .result_contents_planbx_r .result_pay{
	font: bold 350%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:500px){
main .result_contents_planbx_r .result_pay{
	font: bold 300%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:420px){
main .result_contents_planbx_r .result_pay{
	font: bold 250%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}
@media screen and (max-width:340px){
main .result_contents_planbx_r .result_pay{
	font: bold 200%/120% "YuGothic","Yu Gothic medium", "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
}