@charset 'UTF-8';

.box {
    width:1024px;
    margin:0 auto;
    margin-top:20px;
  padding:10px;
}

a {
    text-decoration: none;
}



h3.mediattl {
    font-size: 17px;
    font-weight: bold;
    color: #3A2D25;
    border-bottom: 3px solid #3A2D25;
    margin: 0 auto;
}

h3.mediattl>span {
    display: inline-block;
    font-size: 85%;
    color: #FFF;
    background: #3A2D25;
    padding: 3px 5px;
    margin-right: 5px;
}

.news_box {
    margin:20px 10px;
    border: 2px solid #006FE5;
    padding:5px;

}

.no_news {
    padding:20px;
}

.no_news span {
    font-weight:bold;
}

.no_news a {
    color:#000; 
     text-decoration:none;
}

.no_news a:hover {
     color:#006fe5;
     text-decoration: underline;
    
}

/* ------------------------------------------------
2Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã¦Â¨ÂªÃ©â€¢Â·Ã£â€šÂ«Ã£â€šÂ»Ã£Æ’Æ’Ã£Æ’Ë†Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’â€” 
------------------------------------------------ */

.tourbox {
    /*background:#FFF;*/
    margin: 0 auto;
    padding: 0;
}

.tourbox.tourbox__bg {
    background: #FFF;
}

.tour-list * {
    box-sizing: border-box;
}

.tour-list {
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-list>li {
    width: calc(98% / 2);
    margin-bottom: 10px;
    padding: 0.5em;
    border: 1px solid #0366D6;
    background: #FFF;
    position: relative;
}

.tour-list>li:after {
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #0366D6;
    border-right: 6px solid #0366D6;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tour-list>li:hover {
    background: #DBEBFE;
    transition: 0.3s;
}

.tour-list>li a {
    display: block;
}

.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tour-photo {
    width: 42%;
    position: relative;
}

.tour-photo img,
.imp-photo img {
    border-radius: 10px;
    position: relative;
  width:100%;
}

.credit-txt {
    width: 100%;
    font-size: 11px;
    color: #fff;
    padding: 0.3em;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.tour-item {
    width: 58%;
    padding-left: 5px;
}

.icon {
    line-height: 1.0;
}

.icon span {
    display: inline-block;
    line-height: 1.0
}

.icon span::after {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
  margin-bottom: 3px
}

.icon .bus1::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_daybus.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .bus2::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_staybus.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .bus3::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_nightbus.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .hotel::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_hotel.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .imp1::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_imp.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .imp2::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_localguide.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .ship::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_cruise.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .air::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_dom.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .train::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_train.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .inter::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_inter.png");
    width: 90px;
    height: 15px;
  margin-right: 3px;
}

.icon .charter1::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_dom_charter.png");
    width: 135px;
    height: 15px;
  margin-right: 3px;
}

.icon .charter2::after {
    background-image: url("https://www.his-j.com/chugoku/images/common/icon/icon_inter_charter.png");
    width: 130px;
    height: 15px;
  margin-right: 3px;
}


/*.icon .d_price::after {
    background-image: url("/kokunai/dst/common/img/icon_dynamic_price.png");
    width: 70px;
    height: 15px;
margin-right: 3px;
}*/

.depart {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.depart:before {
    content: "【";
}

.depart:after {
    content: "】";
}

.depart.js-split-airport:after {
    content: "発着】";
}

.tour-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #1A0DAB;
}

.tour-price .air_tour_code {
    display: block;
    font-size: 20px;
    color: #C00;
    font-weight: bold;
}

.tour-price .price__detail,.tour-txt {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

.tour-price .price__detail:before {
    content: "円";
}

.tour-price .price__detail:after {
    content: "円";
}


/* .tour-price:not(.no-goto)::before {
content: "Go To Ã£Æ’Ë†Ã£Æ’Â©Ã£Æ’â„¢Ã£Æ’Â« Ã¨Â¡Â¨Ã§Â¤ÂºÃ¤Â¾Â¡Ã¦Â Â¼Ã£â€šË†Ã£â€šÅ Ã¦Å“â‚¬Ã¥Â¤Â§Ã¥ÂÅ Ã©Â¡ÂÃ¨Â£Å“Ã¥Å Â©";
background-color: #C00;
font-size: 12px;
color: #FFF;
padding: 0.3em;
display: block;
margin-top: 5px;
width: 20em;
} */

.tour-date,
.tour-note {
    color: #333;
    font-size: 12px;
    padding-left: 0.5em;
}


.tour-note {
    color: #333;
    font-size: 11px;
}

.tour-point {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 1.0em;
    position: relative;
}

.tour-point+.tour-point {
    margin-top: 0;
}



.add-depart {
    display: flex;
    margin: 5px auto 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.add-depart:before {
    content: "Ã¢â€”â€ Ã£ÂÂÃ£ÂÂ®Ã¤Â»â€“Ã£ÂÂ®Ã¥â€¡ÂºÃ§â„¢ÂºÃ¥Å“Â°Ã¯Â¼Å¡";
    font-size: 12px;
}

.add-depart li {
    padding-right: 0.8em;
    margin-right: 0.5em;
    position: relative;
    font-size: 12px;
}

.add-depart li>a {
    text-decoration: underline;
}

.add-depart li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.nav-link ul {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	margin: 2em auto;
}
.nav-link ul li {
	margin: 0.5em;
}
.nav-link ul li a {
	display: block;
	background: #999;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	padding: 0.5em 1em;
}
.nav-link ul li a:hover,
.nav-link ul li a.active {
	background: #0057B8;
}


@media only screen and (orientation:landscape) and (max-width:812px),only screen and (orientation:portrait) and (max-width:740px){
.box {
    width:100%;
    margin:0 auto;
}



.no_news a {
    color:#006fe5; 
    text-decoration: underline;
}

.tour-list>li {
   width:100%;
}


}