@charset "utf-8";


/*-------------------------------------------------------------------------*/

#main {
	position: relative;
	width: 760px;
	float: none;
	margin: 0 auto;
}

#main .mainTitle {
	margin: 0 0 40px 0;
	padding: 0;
}

.tipswrap {
	margin: 0 auto;
	padding: 20px 0 20px 20px;
	background-color: #fff;
}
.tiptitle {
	width: 737px;
	min-height: 100px;
	margin-bottom: 35px;
	color: #fff;
	text-align: center;
}
.tiptitle h1 {
	margin: 0 10px;
	padding: 15px 0 5px;
	font-size: 1.8em;
	border-bottom: 1px #fff solid;
}
.tiptitle p {
	margin-top: -7px;
	padding: 0 10px 10px;
	font-size:1.2em;
}

#main .tipcontArea {
	width: 637px;
	margin-left: 50px;
	font-size: 1.1em;
}
#main .tipcontArea h2 {
	width: 622px;
	height: 40px;
	color: #fff;
	font-size: 1.1em;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 15px;
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
	border-radius: 20px;        /* CSS3草案 */
}
#main .tipcontArea h2.fs {
	font-size: 0.95em;
}
#main .tipcontArea h3 {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
#main .btn01 {
	position: absolute;
	left: 50%;
	bottom: 25px;
	overflow: hidden;
    width: 170px;
    height: 40px;
    margin-left: -85px;
    padding: 0;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
	border-radius: 20px;        /* CSS3草案 */
	z-index: 10;
}
#main .tips_btn01 {
	margin-bottom: 35px;
	overflow: hidden;
    width: 550px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 25px;   /* Firefox用 */
	border-radius: 25px;        /* CSS3草案 */
}
#main .btn01 a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
}
#main .tips_btn01 a {
	display: block;
	position: relative;
	z-index: 200;
	text-align: center;
	font-size: 1.01em;
	line-height: 50px;
	text-decoration: none;
}
#main .btn01 a:hover,
#main .tips_btn01 a:hover {
	opacity: 0.6;
}
#main .btn01 a:before { /*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#main .btn01 a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
}

#main .tips_btn01 a:before { /*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
}

#main .tips_btn01 a:after { /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-color: #fff;
}

#main .tipcontArea .tiplist01 ol li {
	display: inline-block;
	width: 420px;
	min-height: 70px;
	margin-bottom: 10px;
	padding: 15px 38px 15px 180px;
	vertical-align: middle;
	font-size: 1.08em;
	font-weight: bold;
	line-height: 1.6em;
	list-style-type: none;
}

#main .tipcontArea .tiplist02 ul li {
	margin-bottom: 7px;
	margin-left: 20px;
	list-style-type: disc;
}

/*-------------------------------------------------------------------------*/
#main .tiptitle.tit_air {
	background: url('../img/tiptitle_bg_air.jpg');
	background-size: cover;
}
#main .tiptitle.tit_hotel {
	background: url('../img/tiptitle_bg_hotel.jpg');
	background-size: cover;
}
#main .tiptitle.tit_railway {
	background: url('../img/tiptitle_bg_railway.jpg');
	background-size: cover;
}
#main .tiptitle.tit_bridal {
	background: url('../img/tiptitle_bg_bridal.jpg');
	background-size: cover;
}
#main .tiptitle.tit_tour {
	background: url('../img/tiptitle_bg_tour.jpg');
	background-size: cover;
}
#main .tiptitle.tit_korean {
	background: url('../img/tiptitle_bg_korean.jpg');
	background-size: cover;
}
#main .tiptitle.tit_eng {
	background: url('../img/tiptitle_bg_eng.jpg');
	background-size: cover;
}
#main .tiptitle.tit_chinese {
	background: url('../img/tiptitle_bg_chinese.jpg');
	background-size: cover;
}
#main .tiptitle.tit_etc {
	background: url('../img/tiptitle_bg_etc.jpg');
	background-size: cover;
}
#main .section {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents-wrap::after {
	content:"";
  	display: block;
  	width:32%;
}

.contents-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-right: 0;
	padding: 0;
	width: 32%;
	background-color: #fff;
}

.contents-box img {
	width: 100%;
	margin-bottom: auto;
}

.contents-box .box_inner {
	position: relative;
	padding: 10px 15px;
	text-aligh: center;
}
.contents-box.col_air {
	border: 3px #f11320 solid;
}
.contents-box.col_hotel {
	border: 3px #fd9827 solid;
}
.contents-box.col_railway {
	border: 3px #57c65f solid;
}
.contents-box.col_bridal {
	border: 3px #ec7aa3 solid;
}
.contents-box.col_tour {
	border: 3px #3db8e3 solid;
}
.contents-box.col_korean {
	border: 3px #c56357 solid;
}
.contents-box.col_eng {
	border: 3px #3d56ae solid;
}
.contents-box.col_chinese {
	border: 3px #906c4a solid;
}
.contents-box.col_etc {
	border: 3px #999 solid;
}
.contents-box h2 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	text-align: left;
}
.contents-box p {
	width: 100%;
	padding-bottom: 70px;
	text-align: left;
}

.tipsimg01 {
	text-align: center;
	margin-bottom: 20px;
}

#main .contents-box.col_air .btn01 a,
.contents-box.col_air .btn01 a:after {
	background-color: #f11320;
}
#main .contents-box.col_hotel .btn01 a,
.contents-box.col_hotel .btn01 a:after {
	background-color: #fd9827;
}
#main .contents-box.col_railway .btn01 a,
.contents-box.col_railway .btn01 a:after {
	background-color: #57c65f;
}
#main .contents-box.col_bridal .btn01 a,
.contents-box.col_bridal .btn01 a:after {
	background-color: #ec7aa3;
}
#main .contents-box.col_tour .btn01 a,
.contents-box.col_tour .btn01 a:after {
	background-color: #3db8e3;
}
#main .contents-box.col_korean .btn01 a,
.contents-box.col_korean .btn01 a:after {
	background-color: #c56357;
}
#main .contents-box.col_eng .btn01 a,
.contents-box.col_eng .btn01 a:after {
	background-color: #3d56ae;
}
#main .contents-box.col_chinese .btn01 a,
.contents-box.col_chinese .btn01 a:after {
	background-color: #906c4a;
}
#main .contents-box.col_etc .btn01 a,
.contents-box.col_etc .btn01 a:after{
	background-color: #999;
}

.sort #Keyall.active {
	background: #999;
}
#main .tipcontArea h2.tiptitle02_air,
.sort #Keycol_air.active {
	background: #f11320;
}
#main .tipcontArea h2.tiptitle02_hotel,
.sort #Keycol_hotel.active {
	background: #fd9827;
}
#main .tipcontArea h2.tiptitle02_railway,
.sort #Keycol_railway.active {
	background: #57c65f;
}
#main .tipcontArea h2.tiptitle02_bridal,
.sort #Keycol_bridal.active {
	background: #ec7aa3;
}
#main .tipcontArea h2.tiptitle02_tour,
.sort #Keycol_tour.active{
	background: #3db8e3;
}
#main .tipcontArea h2.tiptitle02_korean,
.sort #Keycol_korean.active{
	background: #c56357;
}
#main .tipcontArea h2.tiptitle02_eng,
.sort #Keycol_eng.active{
	background: #3d56ae;
}
#main .tipcontArea h2.tiptitle02_chinese,
.sort #Keycol_chinese.active{
	background: #906c4a;
}
#main .tipcontArea h2.tiptitle02_etc,
.sort #Keycol_etc.active{
	background: #999;
}

.sort #Keyall {
	color: #999;
	border: 2px solid #999;	
}
.sort #Keycol_air {
	color: #f11320;
	border: 2px solid #f11320;
}
.sort #Keycol_hotel {
	color: #fd9827;
	border: 2px solid #fd9827;	
}
.sort #Keycol_railway {
	color: #57c65f;
	border: 2px solid #57c65f;		
}
.sort #Keycol_bridal {
	color: #ec7aa3;
	border: 2px solid #ec7aa3;		
}
.sort #Keycol_tour{
	color: #3db8e3;
	border: 2px solid #3db8e3;	
}
.sort #Keycol_korean{
	color: #c56357;
	border: 2px solid #c56357;	
}
.sort #Keycol_eng{
	color: #3d56ae;
	border: 2px solid #3d56ae;		
}
.sort #Keycol_chinese{
	color: #906c4a;
	border: 2px solid #906c4a;		
}
.sort #Keycol_etc{
	color: #999;
	border: 2px solid #999;	
}

#main .tips_btn01.btn_al {
	background: #FFF104;
	border: 0 none;
}
#main .tips_btn01.btn_al a {
	color: #333;
}
#main .tips_btn01.btn_al a:before {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #333;
}
#main .tips_btn01.btn_al a:after {
	right: 22px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #FFF104;
}
#main .tips_btn01.btn_air {
	border: 3px #A41D25 solid;
}
#main .tips_btn01.btn_air a:before {
	background-color: #A41D25;
}
#main .tips_btn01.btn_air a {
	color: #A41D25;
}
#main .tips_btn01.btn_hotel {
	border: 3px #B0620A solid;
}
#main .tips_btn01.btn_hotel a:before {
	background-color: #B0620A;
}
#main .tips_btn01.btn_hotel a {
	color: #B0620A;
}
#main .tips_btn01.btn_railway {
	border: 3px #29792F solid;
}
#main .tips_btn01.btn_railway a:before {
	background-color: #29792F;
}
#main .tips_btn01.btn_railway a {
	color: #29792F;
}
#main .tips_btn01.btn_bridal {
	border: 3px #fc157b solid;
}
#main .tips_btn01.btn_bridal a:before {
	background-color: #fc157b;
}
#main .tips_btn01.btn_bridal a {
	color: #fc157b;
}
#main .tips_btn01.btn_tour {
	border: 3px #197696 solid;
}
#main .tips_btn01.btn_tour a:before {
	background-color: #197696;
}
#main .tips_btn01.btn_tour a {
	color: #197696;
}
#main .tips_btn01.btn_korean {
	border: 3px #783229 solid;
}
#main .tips_btn01.btn_korean a:before {
	background-color: #783229;
}
#main .tips_btn01.btn_korean a {
	color: #783229;
}
#main .tips_btn01.btn_eng {
	border: 3px #182961 solid;
}
#main .tips_btn01.btn_eng a:before {
	background-color: #182961;
}
#main .tips_btn01.btn_eng a {
	color: #182961;
}
#main .tips_btn01.btn_chinese {
	border: 3px #906c4a solid;
}
#main .tips_btn01.btn_chinese a:before {
	background-color: #906c4a;
}
#main .tips_btn01.btn_chinese a {
	color: #906c4a;
}

#main .tips_btn01.btn_etc {
	border: 3px #999 solid;
}
#main .tips_btn01.btn_etc a:before {
	background-color: #999;
}
#main .tips_btn01.btn_etc a {
	color: #999;
}

#main .tipcontArea .tiplist01 ol li span {
	font-weight:normal;
	display:block;
}
#main .tipcontArea .tiplist01 ol.tiplist_air li {
	border: 2px #f11320 solid;
}
#main .tipcontArea .tiplist01 ol.tiplist_air li.litem01 {
	background: url('../img/tips_listnum_01_air.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_air li.litem02 {
	background: url('../img/tips_listnum_02_air.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_air li.litem03 {
	background: url('../img/tips_listnum_03_air.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_air li.litem04 {
	background: url('../img/tips_listnum_04_air.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_air li.litem05 {
	background: url('../img/tips_listnum_05_air.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_hotel li {
	border: 2px #fd9827 solid;
}
#main .tipcontArea .tiplist01 ol.tiplist_hotel li.litem01 {
	background: url('../img/tips_listnum_01_hotel.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_hotel li.litem02 {
	background: url('../img/tips_listnum_02_hotel.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_hotel li.litem03 {
	background: url('../img/tips_listnum_03_hotel.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_hotel li.litem04 {
	background: url('../img/tips_listnum_04_hotel.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_hotel li.litem05 {
	background: url('../img/tips_listnum_05_hotel.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_railway li {
	border: 2px #57c65f solid;
}
#main .tipcontArea .tiplist01 ol.tiplist_railway li.litem01 {
	background: url('../img/tips_listnum_01_railway.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_railway li.litem02 {
	background: url('../img/tips_listnum_02_railway.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_railway li.litem03 {
	background: url('../img/tips_listnum_03_railway.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_railway li.litem04 {
	background: url('../img/tips_listnum_04_railway.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_railway li.litem05 {
	background: url('../img/tips_listnum_05_railway.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_bridal li {
	border: 2px #ec7aa3 solid;
}

#main .tipcontArea .tiplist01 ol.tiplist_bridal li.litem01 {
	background: url('../img/tips_listnum_01_bridal.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_bridal li.litem02 {
	background: url('../img/tips_listnum_02_bridal.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_bridal li.litem03 {
	background: url('../img/tips_listnum_03_bridal.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_bridal li.litem04 {
	background: url('../img/tips_listnum_04_bridal.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_bridal li.litem05 {
	background: url('../img/tips_listnum_05_bridal.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_tour li {
	border: 2px #3db8e3 solid;
}
#main .tipcontArea .tiplist01 ol.tiplist_tour li.litem01 {
	background: url('../img/tips_listnum_01_tour.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_tour li.litem02 {
	background: url('../img/tips_listnum_02_tour.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_tour li.litem03 {
	background: url('../img/tips_listnum_03_tour.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_tour li.litem04 {
	background: url('../img/tips_listnum_04_tour.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_tour li.litem05 {
	background: url('../img/tips_listnum_05_tour.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_korean li {
	border: 2px #c56357 solid;
}
#main .tipcontArea .tiplist01 ol.tiplist_korean li.litem01 {
	background: url('../img/tips_listnum_01_korean.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_korean li.litem02 {
	background: url('../img/tips_listnum_02_korean.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_korean li.litem03 {
	background: url('../img/tips_listnum_03_korean.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_korean li.litem04 {
	background: url('../img/tips_listnum_04_korean.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_korean li.litem05 {
	background: url('../img/tips_listnum_05_korean.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_eng li {
	border: 2px #3d56ae solid;
}
#main .tipcontArea .tiplist01 ol.tiplist_eng li.litem01 {
	background: url('../img/tips_listnum_01_eng.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_eng li.litem02 {
	background: url('../img/tips_listnum_02_eng.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_eng li.litem03 {
	background: url('../img/tips_listnum_03_eng.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_eng li.litem04 {
	background: url('../img/tips_listnum_04_eng.png') -10px 50% no-repeat;
}
#main .tipcontArea .tiplist01 ol.tiplist_eng li.litem05 {
	background: url('../img/tips_listnum_05_eng.png') -10px 50% no-repeat;
}

.table1 {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}
.table1 th,
.table1 td {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px 10px;
    vertical-align: middle;
    min-width: 4em;
}

.sort {
	display: flex;
    gap: 0 5px;
	margin-bottom: 20px;
}
.sort:not(:last-of-type){
	margin-bottom: 5px;
}
.sort li {
	display: block;
	position: relative;
	z-index: 10;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 0.5em 0.9em 0.3em;
	border-radius: 10px;
	background: #fff;
  	width: 15.6%;
}
.sort li.active {
	color: #fff !important;
}

.text_r{
	color: #ff0000;
}
