html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
  font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size:1.4rem;
  font-size:14px;
  line-height: 1.5
}
a{
  text-decoration: none;
  color:#333
}
img{
  max-width: 100%;
  vertical-align: top
}
.nopc{
  display: none!important;
}
/***** ▼パンくず ****/
.breadcrumb{
  padding:5px;
  width: 100%;
}
.breadcrumb ul.breadlist{
  width:992px;
  margin:auto;
  font-size:0;
}
.breadcrumb ul.breadlist li{
  font-size: 12px;
  display: inline-block;
}
.breadcrumb ul.breadlist li a{
  text-decoration: underline;
}
.breadcrumb ul.breadlist li+ li:before {
    content: "＞";
    margin: 0 10px;
}
#contents{
  width: 100%;
  background: url(../img/bg_pattern.png) repeat;
  padding-bottom: 30px;
}
/*MV*/
.main-title img{
  display: block;
  margin: auto;
}
.main-title{
  background-image: url(/theme/web/kokunai/kyushu/img/mv_backimg.png);
  height: 400px;
}
/*ナビ*/
nav{
  width:100%;
  background:#FFF;
  margin-bottom: 50px;
  border-bottom: #e2dfc3 solid 3px;
}
.item-nav{
  width:992px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.item-nav li{
  width:calc(100%/3);
  border-right:1px solid #CCC;
  padding: 0.5em 0 0.8em;
  position:relative;
  box-sizing: border-box;
}
.item-nav li:first-child{
  border-left: 1px solid #ccc;
}
.item-nav li a{
  text-align: center;
  padding: 2%;
  display:block;
}
.item-nav li a span{
  vertical-align: middle;
  text-align: center;
  width: 110px;
  height: 3.0em;
  font-size:13px;
  font-weight: bold;
  color: #333
}
.item-nav li:not(.other-site):after{
  display:block;
  content:"";
  background: url("../img/arrow.png") no-repeat;
  background-size:contain;
  position:absolute;
  bottom:5px;
  right:0;
  left:0;
  margin:auto;
  width:12px;
  height:8px;
}
.item-nav li.other-site:after{
  display: block;
  content:"";
  background: url("../img/arrow_side.png") no-repeat;
  background-size:contain;
  width:8px;
  height:12px;
  position:absolute;
  top:0;
  right:6%;
  bottom:0;
  margin:auto
}
.item-nav li:hover{
  background:#80caff;
}
/*商品掲載枠*/
.inbox{
  width:992px;
  margin: auto;
}
.head{
  text-align: center;
  font-size: 1.8rem;
  background-color: #025c9d;
  padding-top: 0.5%;
  color: #fff;
}

/*商品4枠*/
.tour-list{
  display: flex;
  width: 100%;
  flex-wrap:wrap;
  margin-top: auto;
}
.tour-list li:empty{
  display: none;
}
.tour-list li{
  width: calc(100%/ 4);
  padding:0.5%;
  display: flex;

}
.tour-list li a{
  padding: 0.5em;
  border: 1px solid #0366D6;
  background: #FFF;
  position: relative;
  display: block;
}
.item-txt__port{
  text-align: center;
  display: block;
  background: #d0ebff;
  float: left;
  width: 100%;
}
.item-txt__title{
  font-size: 15px;
  font-weight: 600;
  padding: 2%;
}
.item-photo__wrapper{
  height: 160px;
}
.item-photo__wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-txt__wrapper{
  clear: both;
}
.item-txt__wrapper img{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.item-txt__icon{
  display: flex;
  flex-direction: column;
}
.item-txt__point{
  font-size: 13px;
  padding: 1%;
}
.item-txt__price{
  font-size: 1rem;
  color: #e70000;
  font-weight: 600;
  margin-top: auto;
}
.item-txt__dep{
  font-size: 0.75rem;
}
.link-button a{
  text-align: center;
  display: block;
  margin: 2% auto 4%;
  padding: 1.5%;
  background: #ffffff;
  border-radius: 2rem;
  font-size: 1rem;
  border: 1.5px solid #0366D6;
  position: relative;
}
.link-button a::after{
  content: "";
  background: url(/theme/web/kokunai/kyushu/img/arrow01.png) no-repeat center center / cover;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.link-button a:hover{
  background: #d0ebff;
}
/*おすすめ特集*/
#bn_area{
  background-color: #ecf6fd;
}
.recmmend_bnr{
  width: 960px;
  margin: auto;
  padding: 2% 0;
}
#bn_area .recmmend_ttl{
  text-align: center;
  font-size: 2rem;
}
#bn_area .recmmend_bnr ul{
  display: flex;
  width:100%;
}
#bn_area .recmmend_bnr ul li{
  width:25%;
  padding:2%;
}
#bn_area .recmmend_bnr ul li a{
  display: block;
}
#back-to-top{
  position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 500;
}
/* ▼ スマホ設定ここから ▼*/
.headfoot-is-sp .breadcrumb ul.breadlist,.headfoot-is-sp .item-nav,
.headfoot-is-sp .inbox,.headfoot-is-sp .recmmend_bnr,.headfoot-is-sp .item-txt__wrapper{
  width: 100%;
}
.headfoot-is-sp .breadcrumb{
overflow-x: scroll;
  white-space: nowrap;
}
.headfoot-is-sp .main-title{
  background-image: url(/theme/web/kokunai/kyushu/img/mv_backimg_sp.png);
  height: 260px;
}
.headfoot-is-sp .item-nav{
  flex-wrap: wrap;
}
.headfoot-is-sp .item-nav li{
  border: 1px solid #CCC;
}
.headfoot-is-sp .tour-list li{
  width: 100%;
}
.headfoot-is-sp .item-photo__wrapper{
  width: 80%;
  height: 100%;
}
.headfoot-is-sp .item-photo__wrapper img{
  height: auto;
}
.headfoot-is-sp .item-txt__wrapper{
  padding: 1%;
}
.headfoot-is-sp .product-list__item{
  display: flex;
}
.headfoot-is-sp .link-button a{
  padding: 3%;
  margin: 5% 3%;
}
.headfoot-is-sp #bn_area .recmmend_bnr ul{
  flex-wrap: wrap;
}
.headfoot-is-sp #bn_area .recmmend_bnr ul li{
  width: 50%;
}
/*タブレット*/
.is-ipad .breadcrumb ul.breadlist,
.is-ipad .item-nav,
.is-ipad .inbox,.is-ipad .recmmend_bnr{
  width:100%;
}
