﻿
/*initializing*/


body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	color: #444444;
/*	line-height: 1rem; */}

ul,li{
	list-style: none;
}


a{
	text-decoration: none;
	background-color: transparent;
	color: #444444;
}

a:hover{
	text-decoration: none;
}


textarea {
border-radius: 5px;
resize: none;
border: 1px solid #FFF;
color: #444444;
}

.nav{
	border-bottom: none;
}


/*textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px: 
}
*/


/*gloval*/

.display-none{
	display: none;
}

.alt-container{
	margin: 0 auto;
}

#gloval-wrapper{
	width: 100%;
}

.store-ttl{
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 4px 0;
}
.store-ttl-red{
	font-size: 15px;
	font-weight: bold;
	color: #f92c2d;
	line-height: 1;
	padding: 10px 0;
}

a.store-number{
	display: block;
}

.store-number{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	padding: 4px 0;
}

.store-number i{
	font-size: 24px;
	color: #d0d0d0;
	margin-right: 7px;
	vertical-align: middle;
}

.operating-time{
	font-size: 12px;
}


.nav-tabs .nav-link{
	border-radius: 0px;
}

.row-space15 {
    margin-right: -15px;
    margin-left: -15px;
}

.row-space15 > div[class^='col-'] {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

/*bootstrap-initialized*/
.nav-tabs .nav-link:focus,#main-sect04 .nav-tabs .nav-link:hover{
	border: none;
	border-radius: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border:none;
}

/*headder*/

.middle-header .container{
	padding: 0;
}

.upper-header{
	width: 100%;
	background-color: #f92c2d;
	color: #fff;
	padding: 10px;
}
.upper-header a{
	color: #fff;
}

.upper-header-cnt{
	display: flex;
	justify-content:flex-end;
	font-size: 13px;
} 
.upper-header-tools ul{
	display: flex;
	font-size: 15px;
}

.upper-header-tools ul i{
	padding-right: 5px;
}

.upper-header-tools ul li{
	padding: 0 13px;
	border-right: 0.5px solid #fff;
}
.upper-header-tools ul li:last-child{
	border-right: none;
}

/*middle-header*/
.middle-header-cnt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0px 2px 0px;
	line-height: 1.2rem;
}
.header-logo {
	text-align:center;
	padding-bottom:20px;
}
.header-logo img{
	width: 211px;
}
.header-logo > p {
	margin-top:-20px;
	color:#f92c2d;
	font-size:16px;
	font-weight:bold;
}
.middle-header-info-tokyo{
	display: flex;
	margin-right: auto;
}
.middle-header-info-tokyo>div{
	margin-right: 15px;
}
.store-wrap{
	display: flex;
	align-items: flex-end;
}

.store-indi-wrap{
	margin-right: 15px;
}
.store-indi-wrap:last-child{
	margin-right: 0px;
}
.middle-header-info .store-ttl-red{
	padding: 0;
}

.middle-header-info .store-number{
	font-size: 19px;
	padding-bottom: 6px;

}

/*header-nav*/
#gloval-header{
	padding-bottom: 3px;
}

.header-nav{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: #fff;
}

.header-nav-wrap{
	border-bottom: 1px solid #f7f7f7;
}

.header-nav-wrap>.container{
	border-left
}

.header-nav-col{
	display: flex;
	padding: 0;
	border-right: solid 1px #f7f7f7;
	border-left: solid 1px #fff;
	position: relative;
}

/*.header-nav-col:first-child{
	border-left: none;
}

.header-nav-col:last-child{
	border-left: none;
}*/
/*.header-nav-col{
	border-bottom: solid 4px transparent;
}*/

.header-nav-col:hover::after{
	content: "";
	width: 100%;
	height: 4px;
	background-color: #f92c2d;
	position: absolute;
	bottom: -4px;

}
.header-nav-col a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	padding: 12px 0;
	border-bottom: solid 1px #fff;
}

#span-dots{
	display: flex;
	flex-direction: row;
}

.header-spans{
	display: flex;
	flex-direction: column;
}

/*section01*/
#main-sect01 {
	background-image: url("../img/nofilter-3308714_1920.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#main-sect01 h1 {
	padding:60px 15px 30px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#main-sect01-wrapper{
	display: flex;
	flex: 0 1 auto;
	justify-content: space-between;
}

.indi-form-wrap-bg{
	background-color: rgba(0,0,0,0.5);
	padding: 21px 28px 27px 28px;
	margin: 33px 0 22px 0;
}

#indi-form-wrap-left{
	flex: 0 1 690px;
/*	min-width: 300px;
*/	padding: 21px 28px 27px 28px;
	margin: 33px 0px 22px 0;
}

#indi-form-wrap-right{
    flex:0 0 0;
    text-align:center;
}

#top-right-serch{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#indi-form-wrap-left .indi-form-wrap{
	background-color: rgba(255,255,255,0.85);
	flex: 0 1 585px;
/*	min-width: 300px;
*/	padding: 32px 39px 28px 39px;
}

.indi-form-wrap-inner{

}

.form-ttl{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
}

.form-ttl i{
	font-size: 33px;
	color: #fff;
	margin-right: 10px;
	vertical-align: text-top;
}


.serch-select-line{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px
}

.serch-select-line p{
	font-family: 'メイリオ, meiryo';
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 42px;
}

.serch-select-line select{
	width: 300px;
	height: 40px;
	padding-left: 20px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-image: url(../img/select-under.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: right 10px center;
	background-color: #fff;
}

.serch-select-line input{
	width: 300px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding-left: 20px;
}

.more-serch-button{
	margin:  10px 0 10px 0;
	padding: 6px 32px;
	font-size: 14px;
	font-weight: bold;
	color: #f92c2d;
	border: solid 2px #f92c2d;
	border-radius: 4px;
	background-color: #fff;
}
.under-buttons{
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}
.big-button{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 45px;
	padding: 10px;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	text-align: center;
}

.button-flex{
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #fff;
}
#button-serch{
	background-color: #ff7200;
	padding: 10px 13px;
	width: 311px;
	position: relative;
}
#button-serch i{
	font-size: 19px;
	position: absolute;
	top: 13px;
	left: 13px;
}
#button-reset{
	background-color: #707070;
	width: 173px;
	padding: 10px;
}
#estimate-button{
	width: 280px;
	border: 3px solid #fff;
	background-color: transparent;
	margin: 16px;
	height: 45px;
	line-height: 0px;
}

/*section02*/

#main-sect02{
	width: 100%;
	background-color: #ededed;
}
#main-sect02 .wrap{
	display: flex;
	align-items: center;
}
.journy-style-ttl{
	color: #f92c2d;
	font-size: 25px;
	font-weight: 600;
	white-space: nowrap;
	margin-right: 26px;
}
.journy-style-cnt{
	display: flex;
	flex-wrap: wrap;
	margin: 15px;
	padding-left: 32px;
	border-left: 3px solid #ff0000;
}

.journy-style-button {
	padding:5px;
}

.journy-style-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	padding: 8px 17px;
	font-size: 13px;
	text-align: center;
	height: 30px;
	border-radius: 15px;
	box-shadow: 2px 2px 0px #cacaca;
	background-color: #FFF;
}

/*section03*/
#main-sect03{
	margin-top: 70px;
}
.sect03-indi-wrap{
	padding: 0 14px;
}

.sect-ttl-area {
	text-align:center;
	margin-bottom:40px;
}
.sect-ttl {
	display:inline-block;
	font-size: 28px;
	font-weight: 700;
	border-left: 6px solid #ff0000;
	padding-left: 15px 
}
.sect03-ttl{
	font-size: 22px;
	font-weight: 700;
	border-left: 6px solid #ff0000;
	margin-bottom: 8px;
	padding-left: 8px 
}

/*.other-area-button{
	background-color: #54daf6;
	width: 122px;
	height: 33px;
	border-radius: 16.5px;
	font-family: (tukusiBaruGthic);
}*/

/*sect04*/
#main-sect04{
	margin-top: 65px;
}
#main-sect04 .nav-tabs{
	justify-content: center;
}
#main-sect04 .nav .nav-item{
	display: flex;
	width: calc(7.142857% - 7px);
	max-width: 75px;
	margin: 0 3.5px;
	background-color: #313131;
}

#main-sect04 .nav-link{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 0 5px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 1 1 auto;
}

#main-sect04 .nav-small{
	font-size: 11px;
	display: block;
}

#main-sect04 .nav-tabs .nav-link{
	border-radius: 0px;
}

#main-sect04 .nav-tabs .nav-link:focus,
#main-sect04 .nav-tabs .nav-link:hover,
#main-sect04 .nav-tabs .nav-link.active {
	border: none;
	background-color: #fff;
	color: #ff0000;
	border: solid 2px #ff0000;
	margin-bottom: -2px;
	border-bottom: solid 2px #fff;
}
#main-sect04 .tab-pane {
    display:block !important;
    height:0;
    opacity:0;
    transition:opacity .3s;
}
#main-sect04 .tab-pane.active {
    height:auto;
    opacity:1;
}





/*#main-sect04 .panel-area{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	border-top: solid 2px #ff0000;
	padding: 66px 0 44px 0;
}*/
#main-sect04  .tab-panel{
	overflow: hidden;
	max-width: 264px;
	margin: 0 18px;
}

.slickSlider .tab-panel{
	padding: 62px 0 45px 0;
}
.top-border-red{
	border-top: solid 2px #ff0000;
    overflow:hidden;
}

.gallery-txt{
	border-bottom: solid 1px #ededed;
	padding: 10px 0;
	line-height: 1;
}

.panel-gallery{
	font-size: 14px;
	font-weight: 700;
}

.gallery-info{
	padding-top: 10px;
	line-height: 1.2;
}
.gallery-price{
	color: #ff0000;
	font-size: 16px;
	padding-top: 7px;
}

.panel-indi-gallery .img-wrap{
	position: relative;
}

.panel-indi-gallery .img-wrap::after{
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	top: calc( 50% - 10px );
	line-height: 1;
}

/*--------------------------------------
bnr-sect
--------------------------------------*/

.bnr-area {
    overflow:hidden;
	margin-bottom:70px;
}

.bnr-small-panel .trim:before {
    padding-top:75.5%;
}
.panel-img .ttl {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    color:#fff;
    font-size:1.25rem;
    text-align:center;
    z-index:1;
}
.panel-txt {
	background:#fff;
}
.panel-txt .txt {
    color:#000;
    font-size:.875rem;
		padding:.875rem;
}
.more-btn {
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:190px;
	min-width:120px;
	margin:20px auto 0;
	padding:10px;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:#ff0000;
	border-radius:25px;
}
.more-btn:hover {
	color:#fff;
	opacity:.7;
}
.sns-links {
	display:flex;
	margin-top:15px;
}
.sns-links li + li {
	margin-left:15px;
}






/*sect05*/
#main-sect05{
	width: 100%;
	padding: 75px 0 72px 0;
	background-color: #eeeeee;
}

#main-sect05 .nav-tabs{
	width: 100%;
}

#main-sect05 .row{
	justify-content: center;
}

#main-sect05 .nav-item{
	display: flex;
	width: 50%;
	flex: 1 1 auto;
}

#main-sect05 .nav-link{
	align-items: center;
	display: flex;
	width: 100%;
	color: #ff0000;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 16px;
	border:none;
}

#main-sect05 .nav-item i{
	font-size: 20px;
	margin-right: 17px;
}

#main-sect05 .nav-link.active{
	color: #fff;
	font-weight: 700;
	background-color: #ff0000;
}

/*#main-sect05 .nav-link:hover{
	color: #fff;
	font-weight: 700;
	background-color: #ff0000;
}*/

.news-panel-wrap{
	background-color: #fff;
	padding: 18px 30px;

}
.news-panel {
	display:none;
}
.news-panel.active {
	display:block;
}

.news-indi-wrap{
	display: flex;
	padding: 12px 0;
	border-bottom: dashed 0.5px #ededed;
	font-size: 14px;
	letter-spacing: -1px;
}

.news-indi-wrap:last-child{
	border-bottom: none;
}

.news-date{
	margin-right: 40px;
}


/*footer*/

.upper-footer{
	display: flex;
	padding-top: 30px;
}

.footer-wrap{
	border-top: solid 2px #ff0000;
}
.upper-footer-left{
	padding-right: 20px;
	border-right: solid 3px #ff0000;
	position: relative;
}

.send-mail-button{
	position: static;
	bottom: 0px;
	max-width: 190px;
	background-color: #ff7200;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
}

.upper-footer-right{
	padding: 5px 0 10px 20px;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.upper-footer .store-number{
	font-size: 19px;
}

.upper-footer .store-ttl-red{
	margin-right: 8px;
}

.upper-footer .store-number i{
	font-size: 19px;
}

.footer-logo img{
	width: 168px;
	height: 56px;
}

.send-mail-button i{
	font-size: 14px;
	margin-right: 5px;
}

.upper-footer-indi-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}

.upper-footer-right-indi{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;

}

.upper-footer .operating-time{
	padding-top: 10px;
	border-top: solid 1px #eeeeee;
}

#gloval-footer .footer-nav ul{
	display: flex;
	background-color: #eeeeee;
	font-size: 14px;
	justify-content: space-around;
	flex: 1 1 auto;
	padding: 10px 0;
	margin-top: 30px;
}

#gloval-footer .footer-nav li{
	flex: 1 1 auto;
	text-align: center;
	border-right: solid 1px #dad9d9;
	padding: 5px;
}

#gloval-footer .footer-nav li:last-child{
	border: none;
}

.footer-link-wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 10px 0 15px 0;
	position: relative;
}

.footer-link-indi{
	margin:15px 45px 0 0;

}

.footer-link ul{
	display: flex;
	margin: 8px 0;

}

.footer-link li{
	font-size: 12px;
	padding: 0 5px;
	line-height: 12px;
	border-right: solid 1px #444444;
}
.footer-link li a{
	font-size: 12px;
	color: #444444;
}

.footer-link li:last-child{
	border: none;
}

.footer-link-ttl{
	font-size: 14px;
	color: #f92c2d;
	font-weight: 700;
}

.credit-cards{
	position: absolute;
	bottom: 0;
	right: 0;
}

.downner-footer{
	display: flex;
	padding: 13px;
	background-color: #ededed;
	width: 100%;
}

.footer-link-indi-arilines .air-ports{
	display: flex;
}

.association-img{
	display: flex;
}

.association-01{
	flex: 0 0 auto;
	margin-right: 20px;
}
 .association-02{
 	flex: 0 0 auto;
}

.footer-wrap .copyright{
	margin-right: 100px;
}

.downner-footer-wrapper{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
/*media on pc*//*berger-menu*/
#sp-burger-menu{
	display: none;
}

#sp-burger-menu-icon{
	display: none;
}



.menu-wrapper{
	widows: 100%;
	background: #fff;
}

.menu-wrapper ul{
	margin-top: 30px;
}
.menu-wrapper li{
	border-bottom: solid 1px #ff0000;
	text-align: center;
}

.menu-wrapper li:last-child{
	border-bottom: none;
}

.menu-wrapper a{
	display: block;
	font-size: 20px;
	color: #ff0000;
	font-weight: 700;
	user-select: none;
	padding: 10px;
}

.sp-open{
	display: block!important;
}









.sect03-img-wrap .img-wrap>div{
	width: 100%;
	position: relative;
}

#sect03-seoul a{
	position: absolute;
	top: 25%;
	left: 7%;
	width: 40%;
	display: block;
	background-color: transparent;
	height: 15%;
	
}

#sect03-busan a{
	position: absolute;
	top: 60%;
	right: 7%;
	width: 40%;
	display: block;
	background-color: transparent;
	height: 15%;
	
}

#sect03-jeju a{
	position: absolute;
	bottom: 5%;
	left: 7%;
	width: 40%;
	display: block;
	background-color: transparent;
	height: 15%;	
}

#sect03-honolulu a{
	position: absolute;
	top: 65%;
	right: 30%;
	width: 40%;
	display: block;
	background-color: transparent;
	height: 15%;
}

.sect03-others a{
	position: absolute;
	bottom: 5%;
	right: 7%;
	width: 40%;
	display: block;
	background-color: transparent;
	height: 15%;
}
.indi-form-wrap .btn-primary {
    display:block;
    max-width:200px;
    margin: 10px 0 10px auto;
    padding: 6px 32px;
    font-size: 14px;
    font-weight: bold;
    color: #f92c2d;
    border: solid 2px #f92c2d;
    border-radius: 4px;
    background-color: #fff;
}
.indi-form-wrap .btn-success {
    display:block;
    background-color: #ff7200 !important;
    padding: 10px 13px;
    max-width: 310px;
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    height: 45px;
    margin:auto;
    padding: 10px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    text-align: center;
}

.indi-form-wrap .btn-default {
    display:block;
    background-color: #707070 !important;
    margin:auto;
    width: 173px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    height: 45px;
    padding: 10px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    text-align: center;
}

.bdt-white {
    margin-bottom:20px;
    border-bottom:1px solid #fff;
}

.indi-form-wrap .form-control {
        width: 300px;
    height: 40px;
    border-radius: 4px !important;
    border: 1px solid #c9c9c9;
    padding-left: 20px;
}

.indi-form-wrap .disp-dt .LRmargin {
    max-width:100%;
    flex:0 1 auto;
    width:100%;
}
.indi-form-wrap .input-group-addon {
    display:flex;
    align-items:center;
}
.indi-form-wrap .show_vacant_seat {
    margin-top:10px;
}
.indi-form-wrap .input-group {
    margin-top:10px;
}
.indi-form-wrap .modal-content .LRmargin {
    width:100%;
    flex:0 1 auto;
    max-width:100%;
}
.indi-form-wrap #FreeOrder_MainPanel {
    display:none;
}

#indi-form-wrap-right .col-md-6 {
    width:100% !important;
    max-width:100% !important;
    flex:0 1 auto !important;
}

.indi-form-wrap #TourSearch_STAY_DAYS_FROM {
	max-width:250px;
}

.indi-form-wrap #TourSearch_STAY_DAYS_TO {
	max-width:250px;
}

.indi-form-wrap .modal-content .form-control {
}

.indi-form-wrap .modal-content .input-group-addon {
	max-width:120px;
}

.indi-form-wrap .modal-content .input-group {
	margin-top:15px;
}
.indi-form-wrap .modal-content .btn-success {
	margin:20px auto;
}
#FreeOrder_REMARKS {
		max-width:100% !important;
}

@media(max-width:991px) {
	.indi-form-wrap #TourSearch_STAY_DAYS_FROM {
		max-width:200px;
	}

	.indi-form-wrap #TourSearch_STAY_DAYS_TO {
		max-width:200px;
	}
	#FreeOrder_REMARKS {
			width:100% !important;
	}
}

@media(max-width:767px) {
	.indi-form-wrap #TourSearch_STAY_DAYS_FROM {
		max-width:140px;
	}

	.indi-form-wrap #TourSearch_STAY_DAYS_TO {
		max-width:140px;
	}
}
@media(max-width:575px) {
	.indi-form-wrap #TourSearch_STAY_DAYS_FROM ,
	.indi-form-wrap #TourSearch_STAY_DAYS_TO {
		max-width:90px;
	}
	.indi-form-wrap .modal-content .form-control {
		width:100%;
	}
	.indi-form-wrap .modal-content .input-group-addon {
		max-width:none;
		width:auto;
	}
	.indi-form-wrap .modal-content .input-group > .input-group-addon:first-of-type {
		width:100%;
		margin-bottom:5px;
	}
}

/*////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
madia
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////*/

@media (max-width:1199px){
	.upper-footer-right{
		flex-wrap: wrap;
	}
	.upper-footer-right-indi {
		width: 50%;
		display: block;
		align-self: flex-end;
		padding: 10px;
	}

	.nd-dots{
		display: none;
	}

	#span-dots{
		flex-direction: column;
	}


}
@media all and (min-width:992px) and (max-width:1199px){
    #main-sect01-wrapper {
        align-items:flex-start;
    }
	#indi-form-wrap-left{
        margin-right:15px;
	}

}

@media (max-width: 991px){
    .header-logo {
		text-align:left;
	}
	.header-logo img {
		margin-left:-15px;
	}

	.header-nav-wrap{
        display: none;
	}

	#sp-burger-menu-icon{
		display: block;
		font-size: 40px;
		color: #f92c2d;
	}

	.store-sp-dn{
		display: none;
	}

	.input-field{
		flex: 1 1 auto;
	}

    #main-sect01-wrapper{
        flex-wrap:wrap;
    }

	#indi-form-wrap-right{
		width: 100%;
		margin-top: 0;
        flex:1 1 auto;
	}

	#indi-form-wrap-left{
		width: 100%;
		flex: 0 1 auto;
	}

	#estimate-form{
		width: 100%;
	}

	#main-sect04 .nav-tabs{
		justify-content: flex-start;

	}

	#main-sect04 .nav .nav-item{
		margin: 0;
		max-width: none;
		width: 25%;
		border: solid 2px #fff;
	}

	#main-sect04 .nav-tabs .nav-link:focus, 
	#main-sect04 .nav-tabs .nav-link:hover, 
	#main-sect04 .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #ff0000;
	border: solid 2px #ff0000;
	margin: 0;
	}

	.news-indi-wrap{
		flex-direction: column;
	}

	.news-date{
		margin-bottom: 6px;
	}

	.upper-footer .send-mail-button{
		position: static;
	}

	.upper-footer-indi-wrap{
		flex-wrap: wrap;
		display: flex;
	}
	.upper-footer-right-indi{
		width: 50%;
		display: block;
		flex-wrap: wrap;
	}
	
	.association-img{
		flex-direction: column;
		align-items: center;
		text-align: center;
	
	}
	
	.association-img .img-wrap{
		margin: 5px 0;
	}
	
	.downner-footer-wrapper{
		flex-direction: column;
		align-items: center;
		
	}
	
	.downner-footer-wrapper .copyright{
		margin: 10px;
	}

	.footer-link ul{
		flex-wrap: wrap;
	}

	#gloval-footer .air-ports>p{
		white-space: nowrap;
	}
	
	.footer-link ul a{
		display: block;
		margin:4px 2px;
	}

	#gloval-footer .credit-cards{
		display: none;
	}


	}



/*//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
////////////////////////////////madia//////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {

	.upper-header {
		display:none;
	}

.upper-header-cnt>p{
	width: 100%;
	font-size: 12px;
}

.middle-header-info{
	display: none;
}


.upper-header-tools{
	display: none;
}

.middle-header-cnt{
	padding: 10px;
}

#button-serch, #button-reset{
	width: 100%;
	flex: 1 1 auto;
}

#main-sect02 .wrap{
	flex-direction: column;
	padding-top: 30px;
}

.journy-style-cnt{
	padding: 15px 0;
	border: none;
	border-top: solid 2px #ff0000;
	justify-content: center;
}

.sect03-ttl{
	font-size: 25px;
	margin-bottom: 17px;
}

.sect03-indi-wrap{
	margin: 30px 0;
}

#main-sect04 .nav-link{
	border: 2px solid transparent;/*qqqqqq not worked*/
}

.upper-footer{
	flex-direction: column;
}

.upper-footer .send-mail-button{
	display: none;
}

.upper-footer-left{
	display: flex;
	flex-direction:column;
	border-right: none;
	justify-content: center;
	align-items:center;
	padding-right:0;
}

.upper-footer-right{
	padding: 5px 0 10px 0;
}

#gloval-footer .operating-time{
	text-align: center;
}

.upper-footer-indi-wrap{
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#gloval-footer .footer-nav ul {
    flex-direction: column;
    padding: 0;
    margin-top: 15px;
}

#gloval-footer .footer-nav ul li{
	border: solid 0.5px #fff;

}

#gloval-footer .footer-nav a{
	padding: 10px;
	display: block;
}


#gloval-footer{

}
@media (max-width: 575px){
	#indi-form-wrap-left {
		padding: 21px 15px 15px 15px;
	}

	#indi-form-wrap-right {
		padding: 21px 15px 15px 15px;
	}

    #main-sect01 .container {
        padding:0;
    }

	#indi-form-wrap-right .indi-form-wrap{
        padding:0;
	}

    #indi-form-wrap-left .indi-form-wrap {
        padding:15px;
    }

	.upper-footer-right-indi{
		width: auto;
		margin: 0 auto;
		display: inline-block;
	}

	#gloval-footer .air-ports{
		flex-direction: column;
	}
}
	/*To <imput> refact media query*/
@media (max-width: 380px){
	.serch-select-line input{
	width: 100%;
	}
}

/*	.middle-header>.container{
		width: 100%;
		margin: 0 auto;
	}



	.header-spans{
		font-size: 12px;
	}
	#span-dots{
		flex-direction: column;
	}

	.nd-dots{
		display:none;
	}

	.spans{
		flex: column;
	}*/
	
}



