@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}






/*個人設定
*****************************/

/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{zoom:100%;	overflow:hidden; /* for dreamweaver */}

input,select {
	font-family: inherit;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	color: #333;
}


/*全体設定
*****************************/
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

body{
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color:#CCC;
	background-color: #333;
	font-size: 16px;
	background: #FFF;
	/* max-width: 360px!important; */
}

/* section-wrap
========================= */
h2{
	width: 100%;
	padding: 1.2% 4% 2%;
	color: #004BB0;
	font-size: 15px;
	border-left: 3px solid #004BB0;
	line-height: 1.2;
	text-align:left;
	background-color:#FFF;
	background: transparent;
}
/* section-wrap
========================= */

.section-wrap{
	width: 100%;
	position: relative;
	margin-bottom: 1em;
}

.section-wrap h1{
	border-left:5px solid #023B95;
	padding: 0.5em;
}
.section-wrap h2{
	padding: 1.5% 0;
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
}

.section-line{
	width: 100%;
	padding: 3% 6.5%;
	background-color: #FFF;
	text-align: left;
	font-size: 0.7em;
	color: #555;
}
.section-line a{
	text-decoration: none;
}

.section-box{
	padding: 1.5% 2%;
}

.section-pic{
	width: 100%;
}
.section-pic img{
	width: 100%;
	/* display: block; */
}

.section-bnr{
	border-top: 1px solid #ddd;
	width: 100%;
	padding: 4%;
	background-color: #EEE;
}
.section-bnr img{
	width: 100%;
	 display: block; 
}


/*======================================
3. section
=======================================*/

#itemWrap{
	width: 100%;
	padding: 0;
}

#itemWrap .section-box {
	padding: 0;
}
#itemWrap h2 {
	background-color: #fff;
	padding: 2.3% 4% 2%;
}
#itemWrap h3 {
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
	border-left: 3px solid #004BB0;
	line-height: 16px;
}
.area-list-box {
	width: 100%;
	/*-webkit-flex-display: flex;
	-webkit-flex-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;*/
	padding: 5px;
	background-color: #FFF;
}
.area-list-box li {
	float: left;
	width: 48%;
	padding: 6px 10px 3px 10px;
	padding-right: 17px;
	/* border-bottom: 1px dotted #EEE; */
	background-color: transparent;
	color: #000;
	border-radius: 35px;
	cursor: pointer;
	opacity: 0.8;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 16px;
	background-image: url(/kix/jcom/img/icon/icon_down01_blk.png);
	border: 2px solid #f1c415;
	transition: all 0.2s ease;
	margin: 1%;
	text-align: center;
}
.area-list-box li.area-list-active {
	opacity: 1;
	border: 2px solid #ffd842;
	background-color: #ffd842;
	font-weight: normal;
	color: #000;
}

.area-item-contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.area-item-wrap{
	width: 100%;
	background-color: #FFF;
	position:relative;
	border: 1px solid #cccccc;
	/*box-shadow: 0 0 3px 2px #eee;*/
}
/*.area-item-wrap:hover{
	background-color: #FCFCFC;
	border: 3px solid #C01777;
}*/
.area-item-icon{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #C01777;
	color: #FFF;
	text-align: center;
	padding:2px 10px;
	font-size: 12px;
}

.area-item-pic{
	width: 100%;
	float: none;
	display: block;
	font-size: 11px;
	color: #333;
}
.area-item-pic img{
	width: 50%;
	float: left;
}
.area-item-info{
	width: 100%;
	float: none;
	display: block;
	padding: 5px 10px;
	text-align: left;
}
.area-item-info a {
	color: #333;
	text-decoration: none;
}
.area-item-ttl{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 8px;
	line-height: 1.4;
}
.area-item-txt{
	font-size: 0.7em;
	line-height: 1.2;
	margin-bottom: 5px;
}
.area-item-price{
	font-size: 1.0em;
	font-weight: bold;
	color: red;
	text-align: right;
	margin-bottom: 2%;
}
.area-price-sub{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #333;
	display: none;
}
.area-item-detail{
	padding: 0;
	background-color: transparent;
	margin: 0 0 10px;
}
.area-item-air{
	display: block;
    font-size: 0.7em;
    line-height: 0.4;
    margin: 7px 0;
    background-image: url(/kix/jcom/img/icon/icon_air04.png);
    background-repeat: no-repeat;
    background-color: #ecf2f8;
    padding: 8px;
    padding-left: 23px;
    border-top: 1px dotted #DDD;
    background-position: left 5px top 0px;
    background-size: 12px;
}
.area-item-air-btn {
    width: 80%;
    /*margin-left: 20%;*/
	margin: 0 auto;
    height: 25px;
}
.area-item-air-btn a{
	display: block;
	width: 100%;
	margin: 3% 0;
	padding: 5px;
	padding-right: 10px;
	font-size: 0.7em;
	text-align: center;
	background-color: #10b3c5;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 12px;
	background-image: url(/kix/jcom/img/icon/icon_next.png);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.item-air-btn-none span{
	display:none
}

.area-item-hotel {
	/*border-top: 1px dotted #DDD;*/
	font-size: 0.7em;
	line-height: 1.2;
	padding: 5px 5px 0;
	/*background-image: url(/kix/jcom/img/icon/icon_next2.png);
	background-repeat: no-repeat;
	background-position: left 8px top 5px;
	background-size: 12px;
	padding-left: 25px;*/
}

.area-item-btn {
	width: 100%;
	background-color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: none;
	display: block;
}
.area-item-btn a{
	width: 100%;
	font-size: 0.8em;
	display: block;
	text-align: center;
	padding: 8px 20px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 14px;
	background-image: url(/kix/jcom/img/icon/icon_next.png);
}
.area-item-other{
	float: none;
	display: block;
	width: 80%;
	margin: 10px auto 5px;
}
.area-item-other a{
	font-size: 11px;
	text-decoration: underline;
	padding: 3px 20px;
	border: 1px solid #EEE;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 12px;
	background-image: url(/kix/jcom/img/icon/icon_next2.png);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #786b48;
	display: block;
	text-align: center;
}


/*======================================
3. section
=======================================*/

#executiveWrap{
	width: 100%;
	padding: 5% 0;
	background-color: #000;
}
#executiveWrap h2{
	width: 100%;
	padding: 1.2% 4% 2%;
	color: #FFF;
	/* font-size: 0.8em; */
	border-left: 3px solid #FFF;
	/* line-height: 1.2; */
	background-color: #000;
}
.section-box-half{
	width: 100%;
	display: block;
	/* max-height: 400px; */
	position: relative;
	/* border: 1px solid #b9b7b4; */
	/* margin-left: 20px; */
	border-radius: 3px;
	padding: 2%;
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	/*background-image: url(../img/icon/icon_corner_wh.png);*/
	background-position: right 4px bottom 4px;
	background-size: 10px;
	background-repeat: no-repeat;
}
/*.section-box-half:nth-child(2){
	border: 2px solid #ad9b78;
}*/
.section-box-half a{
	color:#FFF;
	text-decoration:none;
}
.section-box-half a:hover{
	text-decoration:none;
}


.section-ttl{
	margin-top: 0;
	text-align: center;
	font-size: 24px;
	margin-bottom: 5px;
	/* background-color: #FFF; */
	padding: 10px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #004bb0;
	font-weight: bold;
}

.section-ttl:after {
	display: block;
	margin: 10px auto 0;
	width: 30px;
	border-bottom: 2px solid #004bb0;
	content: "";
}
.section-txt{
	font-size: 14px;
	text-align: center;
	margin: 10px 0 30px;
}


.section-box-ttl{
	background-color: #333333;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}

.section-box-pic{
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* border: 1px solid #EEE; */
	position: relative;
}
.section-box-pic img{
	width: 100%;
	display: block;
	/* max-height: 262px; */
/* 	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; */
	margin-bottom: 5px;
}
.section-box-pic img:hover{
	opacity: 0.8;
}


.section-box-inner{
	width: 98%;
	margin: 0 auto;
	padding: 5px 10px 5px;
}
.section-box-txt a{
	color: #FFF;
}
.section-box-txt{
	color: #FFF;
	padding: 5px;
	border: 1px solid #444;
	background-color: #333;
	color: #FFF;
	width: 100%;
	line-height: 1.2;
	border-radius: 3px;
}
.section-box-txt span{
	display: inline-block;
	vertical-align: middle;
}
.section-box-list{
	text-align: left;
	flex: auto;
	margin: 10px;
	padding: 10px;
	font-size: 0.8em;
	color: #eee;
	background-color: #282828;
	border-radius: 10px;
	border: 1px solid #555
}
.section-box-list li{
	margin-bottom: 5px;
	line-height: 1.3;
}
.search-box-ttl{
	line-height: 23px;
	font-size: 12px;
}
.search-box-ttl a{
	color: #ededed;
}
.section-box-btn{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	width: 240px;
	margin: 10px auto 10px;
	/* margin-left: 40%; */
	border-radius: 30px;
	/*position: absolute;
	right: 50%;
	bottom: 10px;
	margin-right: -120px;*/
	font-size: 14px;
	text-align: center;
	padding: 5px 20px;
	padding-right: 15px;
	/* margin: 5px 0 10px; */
	/* margin-left: 40%; */
	background-color: #FFF;
	background-color: #9a805a;
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-size: 14px;
	background-image: url(/kix/jcom/img/icon/icon_next.png);
	border-radius: 30px;
	color: #FFF;
	/*font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	transition: color .1s, background-color .1s, border-color .1s;
	vertical-align: middle;*/
}
.section-box-btn:hover{
	text-decoration: none;
	opacity: 0.9;
}


.section-bnr{
	width: 960px;
	margin: 1% auto;
}
.section-bnr:hover{
	opacity: 0.8;
}
.section-bnr img{
	width: 100%;
	border-radius: 3px;
}


/*    商品
============================== */

.item-box{
    width:100%;
    padding:0 0 0;
    margin: 0px 0.5% 30px;
    transition:all 0.2s ease;
    position: relative;
    overflow: visible;
    clear:both;
	border: 1px solid #cccccc;
}
.item-box:after{
    display: block;
  clear: both;
  content: "";
}
.item-icon{
    background-color: #C40021;
    text-align: center;
    color: #FFF;
    padding: 2px 5px 2px;
    font-size: 0.7em;
    width: 80px;
    position: absolute;
    top: -12px;
    right: 0;
}
.fit-icon{
    background-color: #19437D;
}
.item-box-head{
    padding: 5px 10px 10px;
    /* border-bottom:1px dotted #ddd; */
    /*border:5px solid #CFAE51;*/
    background-color: #FFF;
    width: 100%;
}
/*.item-box-icon{
    position: absolute;
    left: 8px;
    top: 11%;
    background-color: #C40021;
    text-align: center;
    color: #FFF;
    padding: 5px 15px;
    font-size: 13px;
}*/

.item-head-ttl{
    display: block;
    font-size: 0.75em;
    /* font-weight: bold; */
    color: #84765C;
    line-height: 1.4em;
    /* margin-bottom: 5px; */
    border-top:1px dotted #ddd;
    padding-top: 5px;
}
.item-head-ttl a{
    text-decoration:underline
}
.item-head-ttl a:hover{
    text-decoration:none;
}

.item-head-price{
    display: block;
    font-size: 1.0em;
    text-align: right;
    font-weight: bold;
    color: red;
    margin-bottom: 3px;
    padding: 5px 5px 0;
    /*background-color: #FAFAFA;*/
    border-radius: 3px;
}

.item-head-price span.fit-price{
    font-size: 11px;
    line-height: 18px;
    color: #666;
}


.item-head-btn{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.item-head-btn li a{
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 1;
    color: #000;
    border-radius: 3px;
    text-align: center;
    background-image: url(/kix/jcom/img/icon/icon_next.png);
    background-size: 16px;
    background-position: center right 8px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.item-head-btn li:first-child a{
    background-color: #FF6600;
    background-color: #00228c;
    color: #FFF;
}
.item-head-btn li:last-child{
    width: 83%;
    margin: 10px auto 0;
    font-size: 12px;
}

.item-head-btn li a{
    display: block;
    padding: 8px 0px 8px 10px;
    text-decoration: none;
    line-height: 1;
    color: #000;
    font-size: 0.9em;
}
.item-head-btn li:first-child a{
    background-color: #000;
    background-color: #00228c;
    color: #FFF;
}
.item-head-btn li:nth-child(2) a{
    padding: 7px 0px 7px 5px;
    background-color: #DDD;
    border-radius: 30px;
    font-size: 10px;
    background-image: url(/kix/jcom/img/icon/icon_next2.png);
    background-size: 12px;
    background-position: center right 8px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.item-head-btn li img{
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
    width: 15px;
}

.item-box-air{
    width: 100%;
    padding: 10px 10px 0;
    background-color: #FFF;
}
.item-box-ttl{
    width: 100%;
    border-left: 5px solid #71D0F7;
    border-bottom: 1px dotted #71D0F7;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0 4px 10px;
    font-size: 0.85em;
    color: #333;
}
/* .item-box-ttl span:last-child{
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    float: right;
    background-color: #DBC37D;
    color: #333;
    padding: 4px 5px;
    font-weight: bold;
    display: none;
} */

.item-box-info{
    width: 100%;
    padding: 10px 0 0;
}

.item-air-pic{
    width: 100%;
    margin-bottom: 0;
    /*max-width: 472px;
    height: 314px;*/
    overflow: hidden;
    /*  float: left;*/
    /* height: 230px; */
}
.item-air-logo{
    /*line-height: 1;*/
    vertical-align: middle;
    color: #000;
    font-size: 0.75em;
    margin-bottom: 5px;
    font-weight: bold;
}
.item-air-logo img{
    line-height: 1;
    vertical-align: middle;
    max-width: 80px;
    margin-bottom: 5px;
}
.item-air-pic img{
    width: 50%;
    margin: 0 auto;
    float: left;
    padding: 1px;
}
.item-air-info{
    margin: 0 0 7px;
}
.item-air-txt{
    /*width: 40%;
    float: right;*/
    text-align: left;
    padding: 0;
    font-size: 0.65em;
    margin-bottom: 7px;
    line-height: 1.4;
    color: #000;
}
.item-air-btn{
    display: block;
    /* width: 90%; */
    margin: 0 0 7px;
    background-color: #FFF;
    color: #FFF;
    text-align: center;
    padding: 0;
    font-size: 11px;
}
.item-air-btn a{
    display: block;
    width: 90%;
    margin: 0 0 0 10%;
    background-color: #DDC482;
    color: #000;
    text-decoration: none;
    padding: 7px 3px;
    /* border: 2px solid rgba(132, 118, 92, 0.45); */
    border-radius: 30px;
    background-image: url(/kix/jcom/img/icon/icon_next2.png);
    background-size: 11px;
    background-position: center right 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}




/* item one--item
========================= */

.one--item.item-box{
	width: 100%;
	padding: 1.5% 2%;
	background-color: #FCFCFC;
	display: -webkit-flex;
	display:flex;
	flex-wrap: nowrap;
	border-bottom: 1px dotted #DDD;
}
.one--item .item-box-pic{
	flex: 1;
	line-height: 1;
	margin-bottom: 0.2em;
}
.one--item .item-box-pic img{
	width: 100%;
}

.one--item .item-box-info{
	flex: 3;
}


/* section-line-box
========================= */


.line-box-wrap{
	width: 100%;
	/* background-color: #EEE; */
}
.line-box-wrap a{
	/* display: block; */
	text-decoration: none;
	color: #333;
	/* display: -webkit-flex; */
	/* display:flex; */
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding: 2.3% 5%;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 4px bottom 4px;
	background-size: 8px;
	background-repeat: no-repeat;
	/* background-image: url(/kix/jcom/img/icon/icon_next03.png); */
	/* background-size: 13px; */
	/* background-position: bottom 7px right 6px; */
	/* background-repeat: no-repeat; */
}


.line-box{
	/*	-webkit-flex-basis:75%;
	flex-basis:75%;*/
	max-width: 72%;
	margin-right: auto;
	}
.line-box.wide--100{
	/*	-webkit-flex-basis:75%;
	flex-basis:75%;*/
	max-width: 100%;
	margin-right: auto;
	}
.line-box-subttl{
	font-size: 0.7em;
	line-height: 1;
	margin-bottom: 0.2em;
}
.news-box-date{
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: 12px;
	/*text-decoration: underline;*/
}

.line-box-icon{
	display: inline-block;
	font-size: 0.6em;
	padding: 3px 6px 2px 6px;
	border: 1px solid #2074dc;
	background-color: #2074dc;
	border-radius: 4px;
	vertical-align: middle;
	text-align: left;
}
.line-box-wrap a .line-box-icon{
	color: #FFF;
}
.domestic--color .line-box-icon{
	border-color: #416E1F;
	background-color: #416E1F;
}
.line-box-wrap.domestic--color a .line-box-icon{
	color: #FFF;
}
.line-box-ttl{
	font-size: 1em;
	line-height: 1.2;
	/*font-weight: bold;*/
	margin-top: 4px;
}
.line-box-txt{
	font-size: 0.7em;
	line-height: 1.2;
}
.line-box-wrap a .line-box-txt{
	color: #2074dc;
}
.line-box-wrap.domestic--color a .line-box-txt{
	color: #416E1F;
}
.line-box-pic{
	-webkit-flex-basis:25%;
	flex-basis:25%;
	max-width: 100px;
/* 	height: 50px; */
	/* max-height: 80px; */
	position: relative;
	/* margin-right: auto; */
}
.line-box-pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
}

.line-box-more{
	margin: 0px auto 20px;
	width: 75%;
	text-align: center;
	background-color: #CCC;
	color: #212121;
	font-size: 0.75em;
	border-radius: 50px;
}
.line-box-more a{
	display:block;
	padding: 4% 5%;
	text-align: center;
	background-color: #ffd842;
	color: #212121;
	border-radius: 50px;
	background-image: url(../img/icon/icon_next01.png);
	background-position: right 8px center;
	background-size: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#panWrap{
	width: 100%;
	padding: 1%;
	background-color: #FFF;
}
.panbox{
	display:flex; 
	flex-wrap: wrap;
	padding: 1% 3%;
	font-size: 0.8em;
}
.panbox li img{
	width: 12px;
	margin:0 5px;
	/*vertical-align: middle;*/
}


/* mainvisual
========================= */

.mainvisual-wrap{
	background-color: #2074dc;
	/*margin-top: 5px;*/
}
.mainvisual-wrap .line-box-icon{
	margin: 5px 0 0;
	color: #FFF;
	border-radius: 3px;
	padding: 5px 20px 5px 10px;
	background-image: url(/kix/jcom/img/icon/icon_next03.png);
	background-size: 12px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-color: #ffd842;
}
.mainvisual-wrap .line-box-wrap a .line-box-icon{
	/* color: #034daf; */
	/* color: #333; */
	background-color: #000;
	border: none;
	background-image: url(/kix/jcom/img/icon/icon_next.png);
}

.mainvisual-wrap .line-box-wrap a{
	color: #FFF;
	padding: 4% 4.5% 4% 4.5%;
	background-image: none;
	display: -webkit-flex;
	display:flex;
}

.mainvisual-wrap .line-box{
	-webkit-flex-basis:68%;
	flex-basis: 70%;
	margin-right: auto;
	max-width: 65%;
}
.mainvisual-wrap .line-box-ttl {
	color: #FFD842;
	margin-bottom: 5px;
	font-size: 0.8em;
}
.mainvisual-wrap .line-box-icon{
	border-color: #ffd842;
	font-size: 0.65em;
}

.mainvisual-wrap .line-box-wrap a .line-box-txt{
	color: #FFF;
	font-size: 0.6em;
	line-height: 1.1;
	margin-bottom: 2px;
}

.mainvisual-wrap .line-box-pic{
	-webkit-flex-basis:30%;
	flex-basis: 30%;
	position: relative;
	max-width: 140px;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.mainvisual-wrap .line-box-pic img{
	width: 100%;
	display: block;
	margin:0 auto;
	border-radius: 0;
	height: auto;
}

/* section-line-box
========================= */
#topicWrap{
	padding: 3% 0;
}
#topicWrap .line-box-wrap{
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
#topicWrap .line-box-wrap a{
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display:flex;
}

.topic-wrap{
	padding: 3% 0 0;
}
.topic-wrap .line-box-wrap{
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
.topic-wrap .line-box-wrap a{
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.line-box-ttl{
	font-size: 0.8em;
}
.price{
	color: red;
}


.news-wrap{
	padding: 5% 0 2%;
	background-color: #EEE;
}

.news-wrap .line-box-wrap{
	width: 96%;
	margin: 2% auto 2%;
	padding: 0;
	background-color: #FFF;
	/* 	border: 1px solid #DDD; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
.news-wrap .line-box-wrap a{
	background-position: right 4px bottom 3px;
		display: -webkit-flex;
	display:flex;
}

.news-box-head {
	/* display: block; */
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1% 3% 3%;
	margin-bottom: 2%;
	border-bottom: 1px solid #EEE;
	/* background-color: #EEE; */
}

.news-wrap .line-box {
	max-width: 67%;
	margin-right: auto;
}
.news-wrap .line-box-icon {
	margin-bottom: 3px;
}
.news-wrap .line-box-ttl {
	font-size: 0.7em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 4px;
}
.news-wrap .line-box-txt {
	font-size: 0.6em;
	line-height: 1.1;
	margin-bottom: 5px;
	color: #555;
}

.news-wrap .line-box-wrap .line-box-txt a {
	color: #555;
}

.news-wrap .line-box-price{
	font-size: 0.7em;
	line-height: 1.2;
	color: red;
	font-weight: bold;
	/*text-align: right;*/
	margin-bottom: 2px;
}
.news-wrap .line-box-pic{
	-webkit-flex-basis: 28%;
	flex-basis: 28%;
	position: relative;
	margin-right: 0;
	max-width: 85px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	border-radius: 6%;
	-webkit-border-radius: 6%;
	-moz-border-radius: 6%;
}
.news-wrap .line-box-pic img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 2%;
	-webkit-border-radius: 2%;
	-moz-border-radius: 2%;
}








.news-wrap .line-box-wrap.news-box {
	width: 96%;
	margin: 2% auto 3%;
	padding: 2% 2% 0;
	background-color: #FFF;
	/* 	border: 1px solid #DDD; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}

.news-box .line-box{
	/*	-webkit-flex-basis:75%;
	flex-basis:75%;*/
	max-width: 70%;
	margin-right: auto;
}
.news-box .line-box-subttl{
	font-size: 0.7em;
	line-height: 1;
	margin-bottom: 0.2em;
}
.news-box .line-box-icon{
	display: inline-block;
	font-size: 9px;
	padding: 3px 5px;
	border: 1px solid #2074dc;
	background-color: #2074dc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 5px;
	position: absolute;
	right: 8px;
	top: 10px;
	color: #FFF;
}
.news-box.line-box-wrap .line-box-icon{
	color: #FFF;
}
.news-box.line-box-wrap.domestic--color .line-box-icon{
	border-color: #416E1F;
	background-color: #416E1F;
}
/*.news-box .line-box-wrap.domestic--color .line-box-icon{
	color: #416E1F;
}*/
.news-box .line-box-ttl{
	font-size: 0.75em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 4px;
	width: 90%;
}
.news-box .line-box-txt{
	font-size: 0.6em;
	line-height: 1.2;
}
.news-box.line-box-wrap a .line-box-txt {
	color: #2074dc;
}
.news-box .line-box-txt{
	font-size: 0.6em;
	line-height: 1.2;
}

.news-box.line-box-wrap .line-box-txt{
	color: #2074dc;
}
.news-box.line-box-wrap.domestic--color .line-box-txt{
	color: #416E1F;
}

.news-box .line-box-pic{
	-webkit-flex-basis: 15%;
	flex-basis: 15%;
	max-width: 50px;
	position: relative;
	margin-right: 10px;
	height: auto;
}
.news-box .line-box-pic img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


.news-box .news-box-txt{
	font-size: 0.8em;
	line-height: 1.2;
	padding: 2% 4.5%;
	text-align: left;
}
.news-box .news-box-pic{
	width: 100%;
}
.news-box .news-box-pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.news-box .news-box-txt a{
	display: block;
	text-decoration: underline;
	color: #2074dc;
	padding: 0;
	text-align: left;
	background-image: none;
}

.news-box .news-box-btn{
	width: 50%;
}



/* Icons button */
.news-box .news-box-btn .icobutton {
	font-size: 2.2em;
	position: relative;
	margin: 0;
	padding: 0;
	color: #c0c1c3;
	border: 0;
	background: none;
	 overflow: visible; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1;
}
.icobutton:hover, .icobutton:focus {
	outline: none;
}


.news-box .news-box-btn .icobutton .fa {
	display: block;
	padding: 0 0.1em;
	vertical-align: middle;
}

.news-box .news-box-btn .icobutton__text {
	font-size: 0.75em;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 200%;
	text-align: center;
	line-height: 1.5;
	color: #a6a6a6;
}

.news-box .news-box-btn .icobutton__text--side {
	top: -2px;
	left: 100%;
	width: 100%;
	width: auto;
	padding: 0 0 0 0.25em;
	vertical-align: middle;
}

.love-btn{
	position: fixed;
	width: 98%;
	bottom: 1%;
	left: 1%;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 10px 20px;
	font-size: 0.9em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
}

.sns-wrap .nav-wrap li:nth-child(3){
	width: 15%;
}
.sns-wrap .nav-wrap li:nth-child(4){
	width: 15%;
}
.sns-wrap .nav-wrap li:nth-child(5){
	width: 15%;
}
.sns-wrap .nav-wrap li.news-box-sns{
	width: 60%;
}

.news-box-share{
	background-color: #EEE;
	padding: 2px 15px 3px 15px;
	border-radius:50px;
	/* background-image: url(/kix/jcom/img/icon/icon_next03.png); */
	/* background-size: 11px; */
	/* background-position: center right 3px; */
	/* background-repeat: no-repeat; */
}


/*商品設定（横スライド）
*****************************/
.other-item-wrap{
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5% 0 2% 4%;
}
.other-item-box{
	min-width: 1600px;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.other-item-box li{
	padding: 0.5em 0.8em;
	max-width: 100px;
	font-size: 0.7em;
	text-align: center;
}
.other-item-box li img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/*#areaWrap{
	background-color: #FFFAED;
}

#areaWrap{
	padding: 3% 0;
}
*/
#otherAreaWrap{
	background-color: #FFF;
	padding: 3% 0 0;
}

#otherAreaWrap h2{
	/* padding: 2% 1.5% 1.5%; */
}
#otherAreaWrap .other-item-box li{
	max-width: 70px;
	padding: 0.5em;
}
#otherAreaWrap .other-item-box li a{
	max-width: 70px;
	padding: 0;
	background-image:none;
	display: block;
}
#otherAreaWrap .other-item-box{
	min-width: 1100px;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}




#otherTopicWrap{}
.other-topic-wrap{
	background-color: #FFFAED;
	padding: 1.5% 0 2% 4%;
	padding: 3% 0;
	/* border-bottom: 1px solid #DDD; */
}

.other-topic-wrap .other-item-box li{
	max-width: 180px;
	padding: 0.5em;
	background-color: #FFF;
	margin-right: 5px;
	text-align: left;
}
.other-topic-wrap .other-item-box li a{
	background-image:none;
	display: block;
	padding: 0;
}
.other-topic-wrap .other-item-box li img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.other-topic-wrap .other-item-box{
	min-width: 1000px;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.other-item-ttl{
	display: block;
	font-size: 0.8em;
	margin-bottom: 3px;
	font-weight: bold;
}
.other-item-txt{
	font-size: 0.65em;
	color: #2074dc;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/* movieWrap
========================= */
#movieWrap{}
.movie-wrap{
	/*background-color: #EEE;*/
	padding: 3% 0 0;
}
.youtube{
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height:0;
	overflow:hidden;
	margin: 5px 0 0;
	background-color: #EEE;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:50%;
	margin-left: -50%;
	width:100%;
	height:100%;
}




/* A+Hの商品
========================= */
.fit-icon{
	display: none;
}
.item-box-ttl-ah {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #DDD;
    margin-bottom: 8px;
    line-height: 1.4;
}
.item-box-info{
	padding: 0;
}
.item-air-txt-ah01 {
    font-size: 0.8em;
    line-height: 1.2;
    margin-bottom: 5px;
}
.item-air-txt-ah02 {
    border-top: 1px dotted #DDD;
    font-size: 0.7em;
    line-height: 1.2;
    background-image: url(/kix/jcom/img/icon/icon_next2.png);
    background-repeat: no-repeat;
    background-position: left 5px top 5px;
    background-size: 12px;
    padding: 5px;
    padding-left: 25px;
}
.special-box-fit .item-air-ttl,.item-air-logo{
	display: none;
}
.item-air-name {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    background-image: url(/kix/jcom/img/icon/icon_air04.png);
    background-repeat: no-repeat;
	margin-top: 10px;
    padding: 5px;
    padding-left: 23px;
    border-top: 1px dotted #DDD;
    background-position: left 5px top 5px;
    background-size: 12px;
}
.item-air-btn {
    width: 80%;
    margin: 0 auto;
}
.item-air-btn a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px;
	padding-right: 10px;
	font-size: 0.7em;
	text-align: center;
	background-color: #10b3c5;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 12px;
	background-image: url(/kix/jcom/img/icon/icon_next.png);
	border-radius: 30px;
}
.item-air-btn span{
	display:none
}
.item-air-pic{
	height: 100px;
	margin-bottom: 10px;
}
.special-box-fit .item-head-btn li:last-child{
	width: 100%;
}
.special-box-fit .item-head-btn{
	width: 100%;
}



/* プレビュー用
========================= */

@media screen and (min-width: 1200px) {
	html{
		background: #DDD;
		width: 360px;
		margin: 0 auto;
	}
	body{
		width: 360px;
		margin: 10px auto;
		/* border:1px solid #EEE; */
		position:relative;
	}
	#header{
			position: absolute;
			width: 100%;
		}
}
