@charset "UTF-8";
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;
}
body {
	line-height:1;
	margin: 0;
	font-family: 'Open Sans', "Segoe UI", "Helvetica Neue", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul,
nav ul,
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	text-decoration: none;
    color: #333;
}
ol,
ul,
dl {
	margin: 0;
}
p {
	line-height: 1.6;
}
img {
	max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
	text-transform: none;
}
#header-footer-index {
	margin-top: 100px;
}

/*==================
Bootstrap reset
==================*/

.container {
	max-width: 1140px !important;
}

@media screen and (max-width: 992px)  {
	.container {
			max-width: 100% !important;
	}
}

/*==================
Slide style
==================*/

.banner_pc {
	display: block !important;
}
.banner_mb {
	display: none !important;
}

@media screen and (max-width: 767px)  {
    .banner_pc {
		display: none !important;
	}
	.banner_mb {
		display: block !important;
	}
}
.slick01 img {
	width: 100%;
	height: auto;
}

.slick-dots {
	position: absolute;
	top:calc(100vw * 0.22);
	width: 100%;
	max-width: 460px;
	padding: 0;
	left: 50%;
	margin-left: -230px;
	list-style: none;
	text-align: center;
}
@media screen and (max-width: 992px)  {
	.slick-dots {
		top:calc(100vw * 0.25);
	}
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 4px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 4px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 5px;
	border-radius: 10px;
  background: #ccc;
	border: 1px solid #ccc;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #f53d7e;
	border-radius: 10px;
	border: 1px solid #f53d7e;
}
@media screen and (max-width: 767px)  {
    .slick-dots {
		display: none;
	}
}


/*==================
Alert-area
==================*/

#alert-area {
	color: #F00;
	background-color: #fff;
	border: none;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#alert-area ul {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#alert-area li a {
	color: #ff0000!important;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
#alert-area li a span {
	margin: 0 10px;
}
#alert-area li a span:before {
	content: '\f071';
	position: absolute;
	left: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	background: #fff;
	top: 3px;
	-moz-osx-font-smoothing: grayscale;
	
}
#service_status_alert {
  padding: 8px 0;
	line-height: 2.0;
}
#rinjiMessagesDiv {
	text-align: center;
}
@media(max-width:992px) {
	#alert-area ul {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#alert-area ul {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}


/*==================
Top banner
==================*/

.bannerTop {
	position: relative;
	height: calc(100vw * 0.3);
}
@media(max-width:767px) {
	.bannerTop {
		position: relative;
		height: calc(100vw * 0.625);
	}
}
.bannerTop .item a {
	display: block;
}
ul.slick01 > li:not(:first-child) {
    display: none; /* For avoiding the time lag  */
}

/*==================
searchbox
==================*/
@media (min-width:992px) {
	.searchbox {
		margin-top: -6vw !important;
	}
}
@media (max-width:1140px) {
    .searchbox {
        width: 100%;
        padding: 0 15px;
    }
}
@media (max-width:992px) {
    .searchbox {
        padding: 0;
    }
}
.searchbox__title--mb,
.searchbox__txt--mb {
	display: none;
}
.searchbox__title {
	border-bottom: solid 1px #c0bfbf;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	clear: both;
}
.searchbox__txt {
    color: #e71505;
    font-size: 16px;
    font-weight: 600;
    margin-left: 60px;
}
.searchbox__inner {
	border-top: solid 1px #b6b2b2;
	border-left: solid 1px #b6b2b2;
	border-right: solid 1px #b6b2b2;
	border-radius: 3px;
	padding: 30px 30px 20px 30px;
	z-index: 999;
	position: relative;
	background: #fff;
}
.searchbox__inner h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	display: inline-block;
}
.searchbox__inner h2 i {
	color: #8b8b8b;
	margin-right: 5px;
}
.searchbox .pl0 {
	padding-left: 0;
	padding-right: 0;
}
@media(max-width:992px) {
	.wrapper--searchbox.container {
		width: 100%;
		padding: 0;
	}
	.searchbox {
		margin-top: 0;
	}
	.searchbox__title--mb,
	.searchbox__txt--mb {
		display: block;
	}
	.searchbox__title--pc,
	.searchbox__txt--pc {
		display: none;
	}
	.searchbox__title--mb {
		display: block;
		text-align: center;
		font-size: 18px;
		background: #444444;
		text-align: center;
		padding: 0 15px;
	}
	.searchbox__title--mb h2{
		display: inline-block;
		background: #444444;
		color: #fff;
		text-align: center;
		padding: 10px 0;
		font-size: 20px;
	}
	.searchbox__title--mb i {
		color: #FFF;
		margin-right: 5px;
	}
	.searchbox__txt {
		margin-left: 0;
		margin-right: 0px;
		margin-top: 12px;
		text-align: center;
		line-height: 1.3;
	}
	.searchbox__inner {
		border: none;
        padding: 20px 30px;
	}
	.searchbox__inner h2 {
		display: block;
		margin-left: 10px;
	}
	.searchbox .pl0 {
		margin: 0 auto;
	}
}
@media(max-width:768px) {
	.searchbox__inner {
		padding: 20px;
	}
}
#wbs_parts .font-awesome {
    font-family: FontAwesome;
}
#wbs_parts .select-group {
    position: relative;
	width: 47%;
	margin: 0;
}
#wbs_parts {
    position: relative;
}
#wbs_parts .datepicker {
	font-size: 16px;
	font-family: 'Open Sans', "Segoe UI", "Helvetica Neue", sans-serif;
	text-align: left;
	background: #fff !important;
	color: #333333;
}
#wbs_parts #searchbox-bus01 {
	border: none!important;
	background: none!important;
	padding: 0px;
}
#wbs_parts .datepicker .table-condensed {
	background: #fff;
}
#wbs_parts .datepicker .table-condensed {
	font-size: 15px;
	border: 1px solid #d3d3d3;
}
#wbs_parts .datepicker table {
	margin: 10px;
}
#wbs_parts .datepicker table tr td.disabled, #wbs_parts .datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999 !important;
	cursor: default;
}
#wbs_parts .datepicker .table-condensed thead tr:nth-child(2) {
	background: #ddd;
	border: 1px solid #d3d3d3;
	cursor: default !important;
}
#wbs_parts .datepicker .table-condensed th, #wbs_parts .datepicker .table-condensed td {
	color: #000;
}
#wbs_parts .datepicker .table-condensed th, #wbs_parts .datepicker .table-condensed td {
	padding: 7px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#wbs_parts .datepicker .datepicker-days td {
	border: 1px solid #d3d3d3;
}
#wbs_parts .datepicker .datepicker-days td.saturday {
	color: #006699;
	background: #e8f2fa;
}
#wbs_parts .datepicker .datepicker-days td.sunday {
	color: #ff384c;
	background: #ffeefd;
}
#wbs_parts .datepicker table tr td span {
	height: 40px;
	line-height: 40px;
}
.search__notice p {
	margin-top: 15px;
    color: #e71505;
    font-size: 12px;
}
.show-notice-mb {
    display: none;
}
@media(max-width:992px) {
	.show-notice-mb {
		display: block;
		margin-top: 0;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	.show-notice-pc {
		display: none;
		margin-top: 0;
	}
}
@media(max-width:768px) {
	#wbs_parts .select-group {
		width: 50%;
		padding: 0 10px;
	}
}
@media(max-width:320px) {
	#wbs_parts .select-group {
		width: 100%;
		margin-bottom: 15px;
	}
}
.button-way {
	width: 40%;
}
.search__toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
}
.search__toggle label {
    margin: 0;
    border-radius: 30px;
    width: 48%;
    padding: 5px 10px;
}
.search__toggle .btn {
    background: #c8c6c6;
    border: none;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
}
.search__toggle label input {
    outline: none;
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.search__toggle .active {
	color: #fff;
	background-color: #767676;
	border: none;
	box-shadow: 0 0 0 0;
	font-weight: bold;
	outline: none;
}
.form-group {
    position: relative;
    margin: 0;
}
.form-group-wrapper {
	margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-group.prefecture,
.form-group.group-departure {
    width: 326px;
}
.form-group:nth-child(n+2),
.search__number:nth-child(2),
.search__button {
    margin-left: 35px;
}
.form-group label {
    color: #747474;
    margin-bottom: 0;
    font-weight: 600;
}
.form-group input {
	width: 100%;
    border-bottom: solid 1px #b6b2b2;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 20px;
    outline: none;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
}
.form-group.prefecture::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #767676;
    content: "\f3c5";
    position: absolute;
    bottom: 10px;
}
.form-group.group-departure {
	padding-right: 0;
}
.form-group.group-departure::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #767676;
    content: "\f073";
    position: absolute;
    bottom: 10px;
}
.search__input {
	height: calc(2.25rem + 6px);
	line-height: 1.5;
    color: #495057;
    background-color: #fff;
}
.search__number {
    width: 326px;
}
.search__number .search__stepper {
	width: 15%;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 0;
	box-sizing: border-box;
    color: #757575;
    transition: initial;
    text-shadow: 0 0 0;
	text-align: center;
}
.search__number .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-align: center;
    border-bottom: solid 1px #b6b2b2;
	-ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.search__number .search__input {
	width: 70%;
	line-height: 2.4;
}
.search__button {
    width: 326px;
}
.search-button {
    margin-top: 10px;
}
#btn-search {
    background: #e34f83;
    border: none;
    display: block;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
}
#btn-search:hover {
	color: #fff;
	background-color: #e980a5;
	border-color: #e980a5;
}
.fa-search:before {
	margin-right: 5px;
}
@media(max-width:992px) {
	.button-way {
		width: 100%;
	}
    .search__toggle {
        width: 80%;
        margin: 0 auto;
    }
	.search__toggle label {
		width: 48%;
	}
    .form-group-wrapper {
		margin-top: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	  	justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	.form-group-wrapper:nth-child(2) {
		margin-top: 20px;
	}
    .form-group.prefecture,
    .form-group.group-departure {
        width: 100%;
    }
    .form-group.prefecture:nth-child(2) {
		margin-top: 20px;
	}
	.form-group:nth-child(n+2),
	.search__number:nth-child(2),
	.search__button {
		margin-left: 0%;
	}
	.form-group.group-departure {
		margin-top: 20px;
	}
    .search__number {
        width: 48%;
    }
    .search__button {
        width: 100%;
    }
	.search-button {
		margin: 20px auto 0;
		text-align: center;
	}
	#btn-search {
		width: 80%;
		padding: 15px 10px;
		margin: 0 auto;
	}
}
@media(max-width:480px) {
	.form-group.prefecture {
        width: 100%;
    }
	.form-group.prefecture:nth-child(2) {
		margin-top: 20px;
	}
}

/* Suggest style */
.box-suggest::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.box-suggest::-webkit-scrollbar-track{
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}
.box-suggest::-webkit-scrollbar-thumb {
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}
.box-suggest::-webkit-scrollbar-thumb:hover{
    background: #fff;
}
.box-suggest::-webkit-scrollbar-thumb:active{
    background: linear-gradient(left, #22ADD4, #1E98BA);
}
.box-suggest {
	width: 100%;
	min-height: 50px;
	max-height: 300px;
	overflow: scroll;
	position: absolute;
	background-color: #FFF;
	z-index: 100;
	border: solid 1px #999797;
}
.box-suggest-list li{
	color: #000;
	font-size: 14px;
	padding: 10px 12px;
}
.box-suggest-list .title-nearby,
.box-suggest-list .title-direct {
	color: #858585;
	background-color: #DEDEDE;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .title-popular,
.box-suggest-list .title-area {
	color: #FFF;
	background-color: #A7BEE1;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .title-history {
	color: #CCC;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .result,
.box-suggest-list .result-history,
.box-suggest-list .result-popular {
	display: block;	
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.box-suggest-list .result:last-child {
	border-bottom: none;
}
.box-suggest-list .result:hover,
.box-suggest-list .result-history:hover,
.box-suggest-list .result-popular:hover {
	background-color: #F0F6FF;
}
.box-suggest-list .result-nearby:before {
	content: 'Nearby';
	color: #FFF;
	font-size: 10px;
	border: 1px solid #8CA1C0;
	border-radius: 3px;
	padding: 0 3px;
	margin-right: 5px;
	background-color: #547EBD;
}
.box-suggest-list .result-direct:before {
	content: 'Direct';
	color: #FFF;
	font-size: 10px;
	border: 1px solid #67BD7F;
	border-radius: 3px;
	padding: 0 3px;
	margin-right: 5px;
	background-color: #57A36C;
}
.box-suggest-list .distance,
.box-suggest-list .distance-direct {
	position: relative;
	font-size: 13px;
	color: #8A8A8A;
	margin-top: 6px;
	padding-right: 30px;
}
.box-suggest-list .distance-km {
	position: absolute;
	right: 0;
	top: 0;
}
.box-suggest-list .result_match {
	color: #0031D4;
}
.box-suggest-list .no_results {
	display: block;	
}
.box-suggest-list .active {
	background-color: #F0F6FF;
}

/*=====================
Notice
=====================*/

.noticeShow {
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: center;
}
.noticeShow h2 {
	font-size: 30px;
	font-weight: bold;
	color: #e71505;
}
.noticeShow a {
	display: inline-block;
	color: #e71505;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.noticeShow_mb {
	display: none;
}
@media(max-width:769px) {
	.noticeShow {
		margin-top: 10px;
		margin-bottom: 35px;
	}
}
@media(max-width:767px) {
	.noticeShow_pc {
		display: none;
	}
	.noticeShow_mb {
		display: block;
	}
	.noticeShow h2 {
		font-size: 25px;
	}
	.noticeShow {
		margin-top: 0;
		margin-bottom: 0;
		padding: 20px 15px 0;
	}
	.noticeShow a {
		font-size: 15px;
	}
}

/*=====================
Feature
=====================*/

.featurePage {
	background: url(/st/3/en/pc/img/bg_feature.png) repeat;
    position: relative;
    padding-top: 90px;
	padding-bottom: 100px;
	margin-top: 80px;
}
.viewmore-pink {
	text-align: center;
}
.viewmore-pink a{
	width: 370px;
	height: 60px;
	padding: 0;
	line-height: 56px;
	background: #e34f83;
	color: #fff;
	display: block;
	font-size: 20px;
	border-radius: 30px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-danger:hover {
    color: #fff;
    background-color: #e980a5;
    border-color: #e980a5;
}
@media(max-width:769px) {

	.featurePage {
		padding-top: 30px;
		padding-bottom: 40px;
		margin-top: 20px;
	}
}
@media(max-width:480px) {
	.viewmore-pink a {
		width: auto;
		height: auto;
		padding: 10px 25px;
		display: inline-block;
		line-height: inherit;
		min-width: 250px;
	}
}

/*=====================
Bus And Hotel
=====================*/

.busAndHotel {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}
.busAndHotel .row {
	margin-bottom: 30px;
  margin-left:-2px;
	margin-right:-2px;	
}
.busAndHotel .col-md-4 {
  padding: 6px;	
}
.thumbItem a {
	display: block;
	position: relative;
}
.thumbItem a img {
	width: 100%;
	height: auto;
}
.thumbItem a p {
	margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #000000a3;
    font-size: 20px;
    padding: 7px 10px;
    width: 100%;
    font-weight: bold;
}

@media(max-width:769px) {
	.busAndHotel {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.thumbItem a p {
		font-size: 15px;
	}
}
@media(max-width:767px) {
	.busAndHotel .col-md-4 {
		width: 50%;
	}
	.busAndHotel .row {
		margin-left: -7px;
		margin-right: -7px;
	}
}
@media(max-width:480px) {
	.thumbItem a p {
		font-size: 14px;
	}
}

@media(max-width:375px) {
	.busAndHotel .col-md-4 {
		width: 100%;
		max-width: 100%;
		flex: inherit;
	}
  .thumbItem a p {
		font-size: 18px;
    padding: 3px 0;
	}
}

/*=====================
Advertisement Area
=====================*/

.advArea {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.advArea .col-md-4 {
	padding: 0 7px;
}
.advArea .row {
	margin-left: -7px;
	margin-right: -7px;
	justify-content: center;
}
.advArea img {
	width: 100%;
    height: auto;
    border: 1px solid #ddd;
}
@media(max-width:767px) {
    .advArea {
        padding-top: 30px;
        padding-bottom: 0;
    }
	.advArea .col-md-4 {
		margin-bottom: 15px;
		max-width: 100%;
	}
	.advArea .col-md-4 img {
		width: 100%;
		height: auto;
	}
}

/*=====================
Subtitle
=====================*/

.subtitle_line {
    position: absolute;
    width: 100%;
    top: -26px;	
}
.subtitle_line h2 span {
    font-size: 40px;
    font-weight: 600;
	color: #333333;
}
.subtitle_line h2 {
	color: #333333;
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;	
} 
.subtitle_line h2:before,
.subtitle_line h2:after {
    content: '';
    border-top: 1px solid #cfcdcd;
    border-bottom: 1px solid #cfcdcd;
    margin: 2px 0;
    padding-top: 2px;
    padding-bottom: 2px;

}
.subtitle_line p {
	text-align: center;
	margin: 15px 0 0 0;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding: 0 15px;
	line-height: 1.3;
}

@media(max-width:769px) {
	.subtitle_line h2 {
		display: block;
		width: 100%;
		grid-template-columns: auto;
		grid-gap: initial;
	}
	.subtitle_line {
		position: static;
		width: 100%;
		top: 0;
		margin-bottom: 20px;
	}
	.subtitle_line h2 span {
		font-size: 35px;
		font-weight: 700;
	}
}

@media(max-width:480px) {
	.subtitle_line h2 span {
		font-size: 30px;
	}
	.noticeShow h2 {
		font-size: 25px;
	}
}


/*=====================
Bus nformation
=====================*/

.busInformation {
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
	background: url(/st/3/en/pc/img/bg_feature.png) repeat;
}
.busInfor {
	text-align: center;
}
.busInfor img {
    display: block;
    margin: 0 auto;	
}
.busInfor h4 {
    font-size: 1.4rem;
    margin-top: 20px;
}
.busInfor p {
    width: 80%;
	color: #333333;
	font-size: 14px;
	margin: 20px auto 30px;
}
.boxInfor .col-md-3 {
	text-align: center;
}
.iconItem a {
	display: block;
}
.iconItem a:hover {
	text-decoration: none;
}
.iconItem img {
	margin-bottom: 10px;
}
.iconItem p {
	margin: 0;
	color: #333333;
	font-size: 22px;
	font-weight: 700;	
}
.iconItem p span {
	color: #e34f83;
}
@media screen and (max-width:992px) {
    .busInfor p {
        width: 95%;
        text-align: left;
    }
}
@media(max-width:769px) {
	.busInfor img {
		width: 65%;
		height: auto;
	}
	.busInformation {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.boxInfor .col-md-3 {
		text-align: center;
		max-width: 50%;
		flex: auto;
		margin-bottom: 30px;
	}
	.boxInfor {
		margin-bottom: 10px;
	}
}
@media(max-width:767px) {
	.busInfor {
		margin-top: 30px;
	}
	.iconItem p {
		font-size: 17px;
	}
}

/*=====================
Information Link
=====================*/

.informationLink {
	margin-top: 30px;
	margin-bottom: -15px;
	padding-top: 50px;
	background: none;
}
.informationLink .subtitle:after, .informationLink .subtitle:before {
	border: none;
}
.list_link ul {}
.list_link ul li{
	margin-bottom: 10px;
	overflow: hidden;
}
.list_link ul li a {
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 1.3;
	width: 88%;
	padding-left: 50px;
	margin-top: 5px;
}
.list_link ul li a:hover {
	text-decoration: underline;
}
.list_link ul li span{
	background: #ababab;
	width: 12%;
	float: left;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	padding: 3px 0;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	border-radius: 3px;
}
.list_link ul li span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 16px solid #ababab;
}

@media(max-width:992px) {
	.list_link ul li a {
		margin-top: 0;
	}
}
@media(max-width:769px) {
	.informationLink {
			padding-top: 30px;
			padding-bottom: 40px;
	}	
}
@media(max-width:600px) {
	.list_link ul li span {
		 width: 18%;
	}
	.list_link ul li a {
		width: 82%;
		padding-left: 30px;
	}
}

/*====================================
Featurelist with json（2020/06/15）
====================================*/

.feature {
  padding-bottom: 30px;
}
.feature__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -8px;
}
.feature__item {
  padding: 8px;
  width: 100%;
}
.feature__link {
  display: block;
  height: 100%;
  color: #333;
  background-color: #fff;
  box-shadow: 2px 2px 4px 2px #dcdbdb;
}
.feature__link:hover {
  color: #333;
  text-decoration: none;
}
.feature__figure {
  margin-bottom: 0;
}
.feature__image {
  display: block;
  width: 100%;
}
.feature__body {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 15px 20px 15px;
  line-height: 1.3;
}
.feature__title {
  font-size: 22px;
}
.feature__desc {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 480px) {
  .feature__inner {
    margin: 0 -10px;
  }
  .feature__item {
    padding: 10px;
  }
  .feature__item:nth-child(-n+2) {
    width: 50%;
  }
  .feature__item:nth-child(n+3) {
    width: 50%;
  }
	.feature__title {
		font-size: 17px;
	}
}
@media screen and (min-width: 768px) {
  .feature__item {
    padding: 10px;
  }
  .feature__item:nth-child(n+3) {
    width: 25%;
  }
	.feature__title {
		font-size: 22px;
	}
  .feature__item:nth-child(n+3) .feature__title {
    font-size: 17px;
  }
}

/*====================================
Notice sale
====================================*/

/* notice sale horizontal version */
.noticeSale01 {
	margin: 50px 0 80px;
	text-align: center;
}
.noticeSale01 a {
	color: #333333;
	display: block;
}
.noticeSale01 .container {
	position: relative;
}
.noticeSale01 a:hover {
	text-decoration: none !important;
}
.noticeSale01 a:hover img {
	opacity: 0.8;
}
.noticeSale01 h2 {
	font-size: 34px;
	font-weight: bold;
	width: 420px;
	margin: 0 auto 10px;
	padding: 0.3rem 3rem 0.35rem;
  	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff9e20), to(#ffdc3d));
	background-image: -webkit-linear-gradient(left, #ff9e20 0%, #ffdc3d 100%);
	background-image: linear-gradient(to right, #ff9e20 0%, #ffdc3d 100%);
}
.noticeSale01 h2 br {
	display: none;
}
.noticeSale01 ul::after {
	content: "";
	display: table;
	clear: both;
}
.noticeSale01 ul li {
	display: block;
	float: left;
	width: 33%;
}
.noticeSale01 img {
	border-radius: 50%;
    width:  100px;
	height: 100px;
	float: left;
	transform: translateY(-50%);
	object-fit: cover;
	margin-top: 45px;
}
.noticeSale01 dl {
	float: left;
	text-align: left;
	padding-left: 15px;
}
.noticeSale01 dt {
	font-size: 19px;
	font-weight: bold;
	padding-top: 10px;
}
.noticeSale01 dd:nth-child(2) {
	font-size: 18px;
	color: #e71505;
	font-weight: 600;
	margin-bottom: 0;
}
.noticeSale01 dd span {
	font-size: 25px;
}
.noticeSale01 .title__sale-sub {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	-webkit-text-stroke: 0.5px #FFF;
	text-stroke: 0.5px #FFF;
	font-family: 'Anton', sans-serif;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.noticeSale01 .title__sale-date {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 30px;
}
.noticeSale01 .viewmore-pink .btn-timesale{
	background: #ffbd2f;
	color: white;
	border-color: #ffa222;
}
@media screen and (max-width: 1300px) {
	.noticeSale01 img {
		border-radius: 50%;
		width:  120px;
		height: 120px;
		float: none;
	}
	.noticeSale01 dl {
		float: none;
		text-align: center;
		padding-left: 0;
		margin-top: -40px;
	}
	.noticeSale01 dt {
		margin-top: 10px;
		line-height: 1.3;
	}
	.noticeSale01 dd {
		margin-bottom: 0;;
	}
}
@media screen and (max-width: 576px) {
	.noticeSale01 {
		width: 100%;
		margin: 30px auto 20px;
		text-align: center;
	}
	.noticeSale01 h2 {
		width: auto;
		font-size: 30px;
		padding: 0.3rem 1.0rem 0.35rem;
	}
	.noticeSale01 ul {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
	}
	.noticeSale01 ul li {
		display: block;
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.noticeSale01 ul li::after {
		content: "";
		display: table;
		clear: both;
	}
	.noticeSale01 img {
		border-radius: 50%;
		width:  100px;
		height: 100px;
		float: left;
		margin-top: 15px;
	}
	.noticeSale01 dl {
		float: left;
		text-align: left;
		padding-left: 20px;
	}
	.noticeSale01 .title__sale-sub {
		font-size: 22px;
		top: -5px;
	}
	.noticeSale01 dl {
		margin-top: -25px;
	}
	.noticeSale01 .viewmore-pink .btn-timesale{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.noticeSale01 ul {
		width: 100%;
	}
	.noticeSale01 h2 span {
		font-size: 22px;
		padding: 5px 10px;
	}
	.noticeSale01 dl {
		width: auto;
	}
	.noticeSale01 dt {
		font-size: 20px;
		margin-top: 0;
	}
	.noticeSale01 img {
		margin-top: 0;
	}
}
@media screen and (max-width: 375px) {
	.noticeSale01 h2 {
		font-size: 26px;
		padding: 0.1rem 3rem;
	}
	.noticeSale01 ul {
		padding-top: 15px;
	}
	.noticeSale01 dt {
		font-size: 18px;
	}
	.noticeSale01 img {
		width:  80px;
		height: 80px;
	}
	.noticeSale01 dd {
		font-size: 16px;
	}
	.noticeSale01 dd span {
		font-size: 20px;
	}
}

/* noticeSale vertical version */
.noticeSale02 {
	margin: 40px 0;
	text-align: center;
}
.noticeSale02 a {
	color: #333333;
	display: block;
}
.noticeSale02.container {
	position: relative;
}
.noticeSale02 a:hover {
	text-decoration: none !important;
}
.noticeSale02 a:hover img {
	opacity: 0.8;
}
.noticeSale02 h2 {
	font-size: 34px;
	font-weight: bold;
	width: 640px;
	margin: 0 auto 10px;
	padding: 0.3rem 3rem 0.35rem;
  	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff9e20), to(#ffdc3d));
	background-image: -webkit-linear-gradient(left, #ff9e20 0%, #ffdc3d 100%);
	background-image: linear-gradient(to right, #ff9e20 0%, #ffdc3d 100%);
}
.noticeSale02 h2 br {
	display: none;
}
.noticeSale02 .title__sale-date {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.title__sale-notice {
	font-size: 15px;
}
.noticeSale02 ul::after {
	content: "";
	display: table;
	clear: both;
}
.noticeSale02 ul li {
	display: block;
	float: left;
	width: 20%;
	padding-top: 30px;
}
.noticeSale02 img {
	border-radius: 50%;
    width:  100px;
	height: 100px;
}
.noticeSale02 dl {
	text-align: center;
	padding-left: 15px;
}
.noticeSale02 dt {
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0;
}
.noticeSale02 dd:nth-child(2) {
	color: #e71505;
	margin-bottom: 0;
}
.noticeSale02 dd span {
	font-size: 22px;
	font-weight: 600;
}
.noticeSale02-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.noticeSale02-btn a {
	display: block;
	width: 60%;
	font-size: 15px;
	color: #f53d7e;
	margin: 10px auto 0;
	padding: 6px 0;
	background-color: #fdd7e5;
}
.noticeSale02-btn a:hover {
	background-color: #ffbed6;
}
.noticeSale02 .title__sale-sub {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	-webkit-text-stroke: 0.5px #FFF;
	text-stroke: 0.5px #FFF;
	font-family: 'Anton', sans-serif;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.noticeSale02 .viewmore-pink .btn-timesale{
	background: #ffbd2f;
	color: white;
	border-color: #ffa222;
}

@media screen and (max-width: 1300px) {
	.noticeSale02 img {
		border-radius: 50%;
		width:  120px;
		height: 120px;
		float: none;
	}
	.noticeSale02 dl {
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.noticeSale dt {
		margin-top: 10px;
		line-height: 1.3;
	}
	.noticeSale02 dd {
		margin-bottom: 0;;
	}
}
@media screen and (max-width: 992px) {
	.noticeSale02 ul li {
		width: 33%;
	}
	.noticeSale02 h2 {
		width: 80%;
		font-size: 25px;
		padding: 0.3rem 1.0rem 0.35rem;
	}
}
@media screen and (max-width: 576px) {
	.noticeSale02 {
		width: 100%;
		margin: 30px auto 50px;
		text-align: center;
	}
	.noticeSale02 .title__sale-date {
		font-size: 20px;
	}
	.noticeSale02 ul {
		width: 90%;
		margin: 0 auto;
	}
	.noticeSale02 ul li {
		display: block;
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.noticeSale02 ul li::after {
		content: "";
		display: table;
		clear: both;
	}
	.noticeSale02 img {
		border-radius: 50%;
		width:  100px;
		height: 100px;
		float: left;
		margin-top: 15px;
	}
	.noticeSale02 dl {
		width: 70%;
		float: left;
		text-align: left;
		padding-left: 20px;
	}
	.noticeSale02 dt {
		font-size: 22px;
	}
	.noticeSale02 .title__sale-sub {
		font-size: 22px;
		top: -5px;
	}
	.noticeSale02 .viewmore-pink .btn-timesale{
		margin-bottom: 50px;
	}
	.noticeSale02-btn {
		webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 10px;
	}
	.noticeSale02-btn a {
		width: 98%;
		margin: 0 auto;
		text-align: center;
		background-color: #fdd7e5;
	}
	.noticeSale02-btn a:first-child {
		margin-bottom: 0;
		margin-right: 10px;
	}
}
@media screen and (max-width: 480px) {
	.noticeSale02 h2 {
		width: 90%;
		font-size: 25px;
		padding: 0.3rem 1.0rem 0.35rem;
	}
	.noticeSale02 h2 span {
		font-size: 22px;
		padding: 5px 10px;
	}
	.noticeSale02 ul {
		width: 100%;
	}
	.noticeSale02 dt {
		font-size: 20px;
		padding-top: 0;
	}
	.noticeSale02 img {
		margin-top: 0;
	}
}
@media screen and (max-width: 375px) {
	.noticeSale02 ul {
		padding-top: 15px;
	}
	.noticeSale02 dt {
		font-size: 18px;
	}
	.noticeSale02 img {
		width:  100px;
		height: 100px;
	}
	.noticeSale02 dl {
		width: 60%;
	}
	.noticeSale02 dd {
		font-size: 16px;
	}
	.noticeSale02 dd span {
		font-size: 20px;
	}
	.noticeSale02-btn {
		-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	}
	.noticeSale02-btn a:first-child {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

/*====================================
Quick search
====================================*/
.box__quicksearch {
	border-left: solid 1px #b6b2b2;
	border-right: solid 1px #b6b2b2;
	border-bottom: solid 1px #b6b2b2;
	padding: 20px 30px 30px; 
}
.box__quicksearch h2 {
	font-size: 1.2rem;
	color: #f53d7e;
	text-align: center;
	position: relative;
}
.box__quicksearch h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #f0bcce;
}
.box__quicksearch h2 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.box__quicksearch ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
.box__quicksearch li {
	display: block;
	width: 19%;
	text-align: center;
	background-color: #fdd7e5;
	border-radius: 50px;
}
.box__quicksearch li:hover {
	background-color: #ffbed6;
}
.box__quicksearch li a {
	font-size: 0.95rem;
	display: block;
	color: #f53d7e;
	padding: 8px 0 9px;
	text-decoration: none;
}
.box__quicksearch li a:after {
	content: "\f054";
	color: #f53d7e;
	font-family: "Font Awesome 5 Free";
	font-size: 0.8rem;
    font-weight: 600;
	margin-left: 15px;
}
@media screen and (max-width: 992px) {
	.box__quicksearch ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.box__quicksearch li {
		width: 32%;
	}
	.box__quicksearch li:nth-child(n+4) {
		margin-top: 10px;
	}
	.box__quicksearch ul:after {
		display: block;
		content:"";
		width: 32%;
	}
}
@media screen and (max-width: 992px) {
	.box__quicksearch {		
		background: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.box__quicksearch h2 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 576px) {
	.box__quicksearch {
		padding: 0 15px 15px; 
	}
	.box__quicksearch li {
		width: 49%;
	}
	.box__quicksearch li:nth-child(n+3) {
		margin-top: 10px;
	}
	.box__quicksearch h2 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
	}
}
@media screen and (max-width: 420px) {
	.box__quicksearch li {
		width: 100%;
	}
	.box__quicksearch li:nth-child(n+2) {
		margin-top: 10px;
	}
}