@charset "utf-8";
/*--------------------
common
--------------------*/
#overlay {
    width: 100%;
    height: 120%;
    position: fixed;
    z-index: 999;
    background: #333333;
    opacity: 0.7;
    left: 0;
    top: 0;
    display: none;
}

.btn-apply a,
.btn-sub a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 175px;
    height: 34px;
    line-height: 30px;
    border-radius: 17px;
    text-align: center;
}

#modal-blank hr {
    clear: both;
    height: 1px;
    background: #e6e6e6;
    border: none;
    margin: 20px 0;
}

#modal-blank {
	display: none;
    background: #FFF;
    width: 700px;
    position: fixed;
    top: 120px;
    z-index: 9999;
    left: calc(50% - 300px);
    border-radius: 20px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#modal-blank .btn-sub a {
    color: #fff;
    background: #0068b7;
    border: #0068b7 solid 2px;
}

#modal-blank .btn-apply a {
    color: #a3016f;
    background: #fad4e6;
    border: #fad4e6 solid 2px;
}


#modal-blank .btn-subb a {
    color: #fff;
    background: #0068b7;
    border: #0068b7 solid 2px;
}

#modal-blank h5 {
    background: #a3016f;
    color: #FFF;
    font-size: 17px;
    padding: 15px 20px;
    position: relative;
    height: auto;
    width: auto;
    line-height: 1.6;
}

#modal-blank h5 i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}

#modal-blank .btn-sub a {
    width: 260px;
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
}

#modal-blank p {
    margin: 20px;
    font-family: 'Yu Gothic', sans-serif;
    line-height: 1.6;
}

#modal-blank .f-s {
    font-size: 12px;
    padding: 0 0 10px;
}

#modal-blank .flex p {
    margin: 0 20px;
}

#modal-blank strong {
    color: #a3016f;
}

#modal-blank .flex {
    -js-display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#modal-blank .flex span {
    display: block;
}

.f-l {
	font-size: 18px;
}

.f-l i {
	padding-right: 6px;
}

.flex > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*--------------------
first_view
--------------------*/

#first_view {
    background: url(../images_211112/select/fv.jpg) no-repeat center center / cover;
    padding: 200px 0;
}

#first_view h2 {
    font-size: 23px;
    font-family: "Noto-Sans-JP-Medium";
    color: #072240;
    letter-spacing: 2px;
}

#first_view h2 span {
    display: block;
    margin-bottom: 8px;
    font-size: 76px;
    font-family: "Montserrat";
}

/*--------------------
bread_list
--------------------*/
#bread_list {
    margin: -40px 0 112px auto;
}


#about { text-align: center; padding: 0 0 100px;}
#about h3 { text-align: center; font-size: 30px; padding: 0 0 20px;}
#about p {  width: 800px; margin: 0 auto; line-height: 160%;}
#about p  span { font-size: 12px; }

/*--------------------
suggest_nav
--------------------*/
#suggest_nav {
    margin-bottom: 120px;
}

#suggest_nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 40px;
    overflow: hidden;
}

#suggest_nav ul li {
    width: calc((100% - 20px * 3) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
}

#suggest_nav ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
}

#suggest_nav ul li a span {
    padding-left: 20px;
}

#suggest_nav .pink_btn a::before {
	top: 23px;
	bottom: inherit;
	transform: rotate(135deg);
}


/*--------------------
suggest
--------------------*/
#suggest {
    margin-bottom: 100px;
}

#suggest .suggest-box {
    position: relative;
    z-index: 1;
}

#suggest .suggest-box + .suggest-box {
    margin-top: 80px;
}

#suggest .suggest-box::before {
    position: absolute;
    content: "";
    top: 36px;
    z-index: -1;
    width: 72.5%;
    height: 390px;
    background: url(../images_211112/select/pattern_01.gif) repeat left top;
}
#suggest .suggest-box:nth-of-type(odd)::before {
    right: 0;
}
#suggest .suggest-box:nth-of-type(even)::before {
    left: 0;
}

#suggest .suggest-box .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

#suggest .suggest-box .titlebox .imgbox {
    position: relative;
    width: calc(100% - 290px);
    height: 390px;
}

#suggest .suggest-box .titlebox .textbox {
    width: 290px;
    box-sizing: border-box;
}

#suggest .suggest-box:nth-of-type(odd) .titlebox .imgbox {
    order: 2;
}
#suggest .suggest-box:nth-of-type(odd) .titlebox .textbox {
    order: 1;
    padding-right: 40px;
}

#suggest .suggest-box:nth-of-type(even) .titlebox .imgbox {
    order: 1;
}
#suggest .suggest-box:nth-of-type(even) .titlebox .textbox {
    order: 2;
    padding-left: 40px;
}

#suggest .suggest-box .titlebox .imgbox img {
    position: absolute;
    top: 0;
    max-width: inherit;
    width: auto;
    height: 390px;
}
#suggest .suggest-box:nth-of-type(odd) .titlebox .imgbox img {
    right: -260px;
}
#suggest .suggest-box:nth-of-type(even) .titlebox .imgbox img {
    left: -260px;
}

#suggest .suggest-box .titlebox .textbox h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    letter-spacing: 1px;
}

#suggest .suggest-box .titlebox .textbox h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 76px;
    height: 2px;
    background-color: #a3016f;
}

#suggest .suggest-box .titlebox .textbox h2 span {
    display: table;
    margin-bottom: 24px;
    font-size: 12px;
    font-family: "Montserrat";
}

#suggest .suggest-box .titlebox .textbox p {
    font-size: 14px;
    line-height: 1.9;
}

#suggest .suggest-box .bnrbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -52px;
    overflow: hidden;
}

#suggest .suggest-box .bnrbox li {
    width: calc((100% - 52px * 3) / 3);
    margin-left: 52px;
}

#suggest .suggest-box .bnrbox li a {
    display: block;
}

#suggest .suggest-box .bnrbox li a h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}

/*--------------------
search_plan
--------------------*/
#search_plan {
    margin: 0 auto 80px;
}

#search_plan h2 {
    margin: 0 auto 40px;
    font-size: 25px;
    font-family: "Noto-Sans-JP-Medium";
    color: #072240;
    text-align: center;
}

#search_plan .sp_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}

#search_plan .sp_list article {
    background: #fff;
    width: calc((100% - 20px * 2) / 2);
    min-height: 210px;
    margin: 0 0 20px 20px;
    padding: 28px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

#search_plan .sp_list article .imgbox {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 135px;
	margin-bottom: 20px;
    text-align: center;
}

#search_plan .sp_list article .textbox {
	margin-bottom: 20px;
    padding: 0 30px;
    box-sizing: border-box;
}

#search_plan .sp_list article .textbox span {
	display: table;
	margin: 0 auto 20px;
}

#search_plan .sp_list article .textbox h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-family: "Noto-Sans-JP-Bold";
    color: #072240;
    text-align: center;
}

#search_plan .sp_list article .textbox p {
    font-size: 14px;
    line-height: 1.7;
    color: #072240;
}

#search_plan .sp_list article .btnbox {
    text-align: center;
}

#search_plan .sp_list article .btnbox .search-plan-btn a {
    position: relative;
    display: inline-block;
    background-color: #a3016f;
    border-radius: 1000px;
    min-width: 230px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

#search_plan .sp_list article .btnbox .search-plan-btn a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------
corona_bnr
--------------------*/
.corona_bnr {
    margin: 0 auto 110px;
    text-align: center;
}

/*--------------------
other_method
--------------------*/
#other_method {
    margin: 0 auto 84px;
}

#other_method h2 {
    margin: 0 auto 48px;
    font-size: 33px;
    font-family: "Noto-Sans-JP-Medium";
    color: #072240;
    text-align: center;
}

#other_method .method_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 -12px;
    overflow: hidden;
}

#other_method .method_list article {
    width: calc((100% - 12px * 4) / 4);
    margin: 0 0 0 12px;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
}

#other_method .method_list .hotel_plan {
    background: url(../images_211112/jal_dp/pattern_01.gif) repeat left top;
}
#other_method .method_list .dp_plan {
    background: url(../images_211112/jal_dp/pattern_04.gif) repeat left top;
}
#other_method .method_list .set_plan {
    background: url(../images_211112/jal_dp/pattern_02.gif) repeat left top;
}
#other_method .method_list .overseas_plan {
    background: url(../images_211112/jal_dp/pattern_03.gif) repeat left top;
}

#other_method .method_list article a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 25px 0;
}

#other_method .method_list article a .icon {
    display: block;
    margin: 0 0 12px;
}

#other_method .method_list article a .icon img {
    width: auto;
    height: 40px;
}

#other_method .method_list article a strong {
    display: block;
    font-size: 19px;
}

#other_method .method_list .hotel_plan a strong {
    color: #f45689;
}
#other_method .method_list .dp_plan a strong {
    color: #fb7a03;
}
#other_method .method_list .set_plan a strong {
    color: #3fcdc3;
}
#other_method .method_list .overseas_plan a strong {
    color: #abcd51;
}


/*--------------------
kndpbox
--------------------*/
#air {
	background-color: #f3f3f3;
	padding: 80px 0;
	margin-bottom: 80px;
}
#air h2 {
	margin: 0 auto 40px;
    font-size: 25px;
    font-family: "Noto-Sans-JP-Medium";
    color: #072240;
    text-align: center;
}
#kndpbox{
	display: flex;
	justify-content: space-between;
	width: 740px;
    margin: 0 auto;
}

#kndpbox .kndpbox_inner:first-child{
    width:400px;
}
#kndpbox .kndpbox_inner:last-child{
    width:300px;
}

#kndpbox .kndpbox_inner img {
    height: auto;
}

#kndpbox .kndpbox_inner p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
#kndpbox .kndpbox_inner p span.red {
	color: red;
}
#air #kndpbox iframe {
    height: 760px;
}
#kndpbox .kndpbox_inner iframe{
    display:block;
}
#kndpbox .kndpbox_title_timedesign{
    background-color:#149329;
    padding:10px;
    color:#fff;
    text-align:center;
    font-size:1.2em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top:10px;
    vertical-align: middle;
}
#kndpbox .kndpbox_inner_timedesign{
    border-left:2px #149329 solid;
    border-right:2px #149329 solid;
    border-bottom:2px #149329 solid;
    padding:15px 10px 20px 10px;
    background-color:#fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: scroll;
    height: 684px;
}
#kndpbox .u_boxTimeDesign dl{
    margin-bottom:10px;
}
#kndpbox .u_boxTimeDesign dt {
    clear: left;
    display: block;
    float: left;
    margin-right: 8px;
    width: 4.2em;
    font-size:0.9em;
    font-weight: bold;
}
#kndpbox .u_boxTimeDesign dd{
    font-size:0.9em;
}
#kndpbox .u_boxTimeDesign select::-ms-expand {
    display: none;
}
#kndpbox .u_boxTimeDesign select {
    font-size:1em;
    border:1px #ccc solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    padding:2px 2px 2px 5px;
}
#kndpbox .u_boxTimeDesign label {
    position: relative;
}

#kndpbox .u_boxTimeDesign label:after {
    display: block;
    font-family: 'FontAwesome' ; 
    content: "\f107";
    position: absolute;
    top: 40%;
    right: 0px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    pointer-events: none;
}
#kndpbox .u_boxTimeDesign .arr_arrivalAirport_text_td{
    font-size:1em;
}
#kndpbox .u_boxTimeDesign dd.is_hotelArea{
    margin-bottom:10px;
}
#kndpbox .u_boxTimeDesign dd.days select#l_month1,#kndpbox .u_boxTimeDesign dd.days select#l_month2{
    width:8em;
}
#kndpbox .u_boxTimeDesign dd.days select#l_day1,#kndpbox .u_boxTimeDesign dd.days select#l_day2{
    width:4em;
}
#kndpbox .u_boxTimeDesign dd.days select.sel_wide{
    width:5em;
}
#kndpbox .u_boxTimeDesign dd.air select{
    width:14em;
}
#kndpbox .u_boxTimeDesign dd.is_hotelSubArea{
    margin-left:4.85em;
}
#kndpbox .u_boxTimeDesign h4{
    background-color:#ededed;
    padding:3px 10px;
    margin-bottom:10px;
}
#kndpbox .kndpbox_inner_timedesign .notes h4.td-btn{
    border: 1px solid #a9a9a9;
    padding:5px;
    cursor: pointer;
    margin: 10px 0 0 0;
    position:relative;
}
#kndpbox .kndpbox_inner_timedesign .notes h4.td-btn:after, 
#kndpbox .kndpbox_inner_timedesign .notes h4.td-btn.active:after {
    font-size: 1.2em;
    margin-left: 20px;
    position:absolute;
    top:5px;
    right:10px;
}
#kndpbox .kndpbox_inner_timedesign .notes h4.td-btn.active::after {
    content: '\f0d8';
    font-family: 'FontAwesome' ; 
}
#kndpbox .kndpbox_inner_timedesign .notes h4.td-btn::after {
    content: '\f0d7';
    font-family: 'FontAwesome' ; 
}
#kndpbox .timedesign p.is_powerBy {
    margin-top: 10px;
    text-align: right;
}
#kndpbox .timedesign .is_powerBy span {
    font-size: 11px;
    font-family: "Noto-Sans-JP-Bold";
}
#kndpbox .timedesign p.is_powerBy img{
    vertical-align: middle;
}
#kndpbox .timedesign .notes {
    background: #f4f4f4;
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top:10px;
}
#kndpbox .timedesign .notes .info{
    padding:10px;
}
#kndpbox .timedesign .notes .info dt{
	padding-bottom: 8px;
	font-size: 14px;
	font-family: "Noto-Sans-JP-Bold";
	line-height: 1.5;
}
#kndpbox .timedesign .notes .info dd{
	 margin-bottom:10px;
	font-size: 12px;
	line-height: 1.5;
}
#kndpbox .timedesign div.btn_dp_search p {
    font-size: 0.9em;
    color: #666666;
    line-height:1.2;
    margin-bottom:10px;
}
#kndpbox .timedesign .u_commonButtonBlue {
    width: 50%;
    margin: 20px auto;
    display: block;
    padding: 5px 0 5px 0;
    background: #149329;
    border: none;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 0.5px 0 #ddd;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}
#kndpbox .timedesign .u_commonButtonBlue:hover{
    opacity: 0.7;
    text-decoration: none;
}

#ttcontainer{
    width:100%;
  display: inline-flex;
 	flex-wrap: wrap;
	justify-content: space-around;
	align-content:flex-end; 
}

#about.dp span { color: #b60000; }

/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
	/*--------------------
	common
	--------------------*/
	#modal-blank {
        width: 320px;
        position: fixed;
        top: 5px;
        z-index: 9999;
        left: calc(50% - 160px);
        border-radius: 20px;
    }
    #modal-blank hr {
        margin: 10px 0;
    }
    #modal-blank p {
        margin: 10px 10px 0;
        font-size: 11px;
    }
    #modal-blank p.f-s {
        font-size: 10px;
        padding-bottom: 10px;
    }
    #modal-blank span.f-s {
        font-size: 10px;
    }
    #modal-blank .f-l {
        font-weight: bold;
        font-size: 16px;
    } #modal-blank {
        width: 320px;
        position: fixed;
        top: 5px;
        z-index: 9999;
        left: calc(50% - 160px);
        border-radius: 20px;
    }
    #modal-blank hr {
        margin: 10px 0;
    }
    #modal-blank p {
         margin: 20px;
        font-size: 11px;
    }
    #modal-blank p.f-s {
        font-size: 10px;
        padding-bottom: 10px;
    }
    #modal-blank span.f-s {
        font-size: 10px;
    }
    #modal-blank .f-l {
        font-weight: bold;
        font-size: 16px;
    }
    
     #modal-blank .flex {
	     display: block;
     }

    /*--------------------
	first_view
	--------------------*/

    #first_view {
        background: url(../images_211112/select/fv.jpg) no-repeat center center / cover;
        padding: 80px 0 100px;
    }

    #first_view h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    #first_view h2 span {
        display: block;
        margin: 0 0 4px;
        font-size: 44px;
        letter-spacing: 1px;
    }

    /*--------------------
	bread_list
	--------------------*/
    #bread_list {
        margin: -25px 0 40px auto;
    }
	
	#about { text-align: center; padding: 50px 0 50px;}
	#about h3 { text-align: center; font-size: 30px; padding: 0 0 20px;}
	#about p {  width: inherit; margin: 0 auto; line-height: 170%; }
	#about p  span { font-size: 12px; line-height: 120%; display: block; padding: 20px 0 0 ; text-align: left;}

	
    /*--------------------
	suggest_nav
	--------------------*/
    #suggest_nav {
        margin-bottom: 80px;
    }

    #suggest_nav ul {
        margin-left: -16px;
        margin-bottom: 12px;
    }

    #suggest_nav ul li {
        width: calc((100% - 16px * 3) / 3);
        margin-left: 16px;
        margin-bottom: 24px;
    }

    #suggest_nav ul li a {
        display: block;
        text-align: center;
    }

    #suggest_nav ul li a span {
        display: block;
        padding-top: 10px;
        padding-left: 0;
        font-size: 12px;
        text-align: center;
    }
    
    #suggest_nav .pink_btn a::before {
		top: 18px;
	}

    /*--------------------
	suggest
	--------------------*/
    #suggest {
        margin-bottom: 100px;
    }

    #suggest .suggest-box {
        position: relative;
        z-index: 1;
    }

    #suggest .suggest-box + .suggest-box {
        margin-top: 100px;
    }

    #suggest .suggest-box::before {
        top: 36px;
        z-index: -1;
        width: 88%;
        height: 100%;
    }
    #suggest .suggest-box:nth-of-type(odd)::before {
        right: 0;
    }
    #suggest .suggest-box:nth-of-type(even)::before {
        left: 0;
    }

    #suggest .suggest-box .inner {
        width: 100%;
    }

    #suggest .suggest-box .titlebox {
        display: block;
        margin-bottom: 40px;
    }

    #suggest .suggest-box .titlebox .imgbox {
        width: 100%;
        height: inherit;
        margin-bottom: 32px;
    }

    #suggest .suggest-box .titlebox .textbox {
        width: 90%;
        margin: 0 auto;
    }

    #suggest .suggest-box:nth-of-type(odd) .titlebox .textbox {
        padding-right: 0;
    }

    #suggest .suggest-box:nth-of-type(even) .titlebox .textbox {
        padding-left: 0;
    }

    #suggest .suggest-box .titlebox .imgbox img {
        position: static;
        max-width: inherit;
        width: 100%;
        height: auto;
    }

    #suggest .suggest-box .titlebox .textbox h2 {
        margin-bottom: 20px;
        padding-bottom: 24px;
        font-size: 24px;
    }

    #suggest .suggest-box .titlebox .textbox h2::before {
        width: 56px;
    }

    #suggest .suggest-box .titlebox .textbox h2 span {
        margin-bottom: 12px;
        font-size: 10px;
    }

    #suggest .suggest-box .titlebox .textbox p {
        font-size: 13px;
        line-height: 1.9;
    }

    #suggest .suggest-box .bnrbox {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #suggest .suggest-box .bnrbox li {
        width: 100%;
        margin-left: 0;
    }

    #suggest .suggest-box .bnrbox li + li {
        margin-top: 32px;
    }

    #suggest .suggest-box .bnrbox li a {
        display: block;
    }

    #suggest .suggest-box .bnrbox li a img {
        width: 100%;
        height: auto;
    }

    #suggest .suggest-box .bnrbox li a h3 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.7;
    }

    /*--------------------
	search_plan
	--------------------*/
    #search_plan {
        margin: 0 auto 40px;
    }

    #search_plan h2 {
        margin: 0 auto 24px;
        font-size: 20px;
    }
    
    #search_plan .sp_list {
	    display: block;
	    margin-left: 0;
    }

    #search_plan .sp_list article {
        display: block;
        width: 100%;
        min-height: inherit;
        margin: 0 0 12px;
        padding: 24px 20px 32px;
    }

    #search_plan .sp_list article .imgbox {
        width: 100%;
        min-height: inherit;
        margin: 0 0 20px;
    }

    #search_plan .sp_list .jalpak .imgbox img {
        width: auto;
        height: 36px;
    }
    #search_plan .sp_list .nta .imgbox img,
    #search_plan .sp_list .willer .imgbox img {
        width: auto;
        height: 44px;
    }
    #search_plan .sp_list .kinki .imgbox img,
    #search_plan .sp_list .agoda .imgbox img {
        width: auto;
        height: 60px;
    }
    #search_plan .sp_list .toukai .imgbox img {
        width: auto;
        height: 40px;
    }
    #search_plan .sp_list .orix .imgbox img {
        width: auto;
        height: 80px;
    }
    #search_plan .sp_list .tabikura .imgbox img {
        width: auto;
        height: 64px;
    }

    #search_plan .sp_list article .textbox {
        width: 100%;
        padding: 0;
    }
    
    #search_plan .sp_list article .textbox span {
	    font-size: 12px;
    }

    #search_plan .sp_list article .textbox h3 {
        margin: 0 0 12px;
        font-size: 20px;
        text-align: center;
    }

    #search_plan .sp_list article .textbox p {
        font-size: 13px;
        line-height: 1.7;
    }

    #search_plan .sp_list article .btnbox {
        width: 230px;
        margin: 0 auto;
    }

    #search_plan .sp_list article .btnbox .search-plan-btn {
    }

    #search_plan .sp_list article .btnbox .search-plan-btn a {
        padding: 16px;
        font-size: 14px;
    }

    /*--------------------
	corona_bnr
	--------------------*/
    .corona_bnr {
        margin: 0 auto 50px;
        max-width: 90%;
    }

    /*--------------------
	other_method
	--------------------*/
    #other_method {
        margin: 80px auto 20px;
    }

    #other_method h2 {
        margin: 0 auto 28px;
        font-size: 20px;
    }

    #other_method .method_list {
        display: block;
        margin: 0;
    }

    #other_method .method_list article {
        width: 100%;
        margin: 0 0 12px;
    }

    #other_method .method_list article a {
        padding: 20px 0 16px;
    }

    #other_method .method_list article a .icon img {
        width: auto;
        height: 32px;
    }

    #other_method .method_list article a strong {
        display: block;
        font-size: 16px;
    }
    
    /*--------------------
	air
	--------------------*/
	#air {
		padding: 40px 0;
	}
	#air h2 {
		margin: 0 auto 20px;
		font-size: 20px;
	}
	#kndpbox {
		display: block;
		width: 100%;
	}
	#kndpbox .kndpbox_inner {
		width: 100%;
	}
	#kndpbox .kndpbox_inner:first-child{
	    width:100%;
	}
	#kndpbox .kndpbox_inner:last-child{
	    width:100%;
	}
	#kndpbox .kndpbox_inner iframe {
		margin: 0 auto;
	}

    #kndpbox .kndpbox_inner img {
        width: 100%;
    }
    #kndpbox .kndpbox_inner img.logo {
        width: 100px;
    }
}
