
body,h1,h2,h3,h4,ol,ul,dl,dt,dd,p{
	margin:0;
	padding:0;
}

ul li,
ol li{
	list-style:none;
}

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ 
	margin-left:0px;
	margin-right:0px;
}
	
.row-0 >div{
	padding-right:0px;
	padding-left:0px;
}

.row-5{
	margin-left:-2.5px; 
	margin-right:-2.5px;
}

.row-5 >div{
	padding-right:2.5px; 
	padding-left:2.5px;
}

.row-10{
	margin-left:-5px; 
	margin-right:-5px;
}

.row-10 >div{
	padding-right:5px; 
	padding-left:5px;
}

.row-15{
	margin-left:-7.5px; 
	margin-right:-7.5px;
}

.row-15 >div{
	padding-right:7.5px; 
	padding-left:7.5px;
}

.row-20{
	margin-left:-10px;
	margin-right:-10px;
}

.row-20 >div{
	padding-right:10px;
	padding-left:10px;
}

.row-30{
	margin-left:-15px;
	margin-right:-15px;
}

.row-30 >div{
	padding-right:15px;
	padding-left:15px;
}

.row-40{
	margin-left:-20px;
	margin-right:-20px;
}

.row-40 >div{
	padding-right:20px;
	padding-left:20px;
}

.row-50{
	margin-left:-25px;
	margin-right:-25px;
}

.row-50 >div{
	 padding-right:25px;
	 padding-left:25px
}

.layout-row-50{
	margin-left:-25px;
	margin-right:-25px;
}

.layout-row-50 >div{
	 padding-right:25px;
	 padding-left:25px
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.layout-row-50{
		margin-left:-15px;
		margin-right:-15px;
	}

	.layout-row-50 >div{
		padding-right:15px;
		padding-left:15px;
	}

}
@media(max-width:991px) {
	.layout-row-50{
		margin-left:0;
		margin-right:0;
	}

	.layout-row-50 >div{
		 padding-right:0;
		 padding-left:0;
	}

}


/* ====================================
リニューアルで追加したヘッダーのスタイル
==================================== */
#conts{
	padding-top: 20px;
}
body{
  background: none;
}
@media (max-width: 767px){
	body{
	  overflow: auto;
	  height: 100%;
	  -webkit-overflow-scrolling: touch;
	}
	html.switchactive,
	body.switchactive{
		overflow: hidden;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
}

header {
    padding: 0;
    height: initial;
    border-bottom: none;
    position: relative;
}
input, button {
    line-height: 1.2;
    outline: 0;
    border: 0;
}


/*
rinjiMessagesDiv
******************************************/
#rinjiMessagesDiv{
	color:#000;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	padding:10px;
	background: #feebf2;
	display:none;
}
#rinjiMessagesDiv a{
	color:#000;
	text-decoration:underline;
}
#rinjiMessagesDiv a:hover{
	color:#000;
	text-decoration:none;
}
#rinjiMessagesDiv section{
	padding:0;
}
#rinjiMessagesDiv2{
	background: #feebf2;
	color:#000;
	font-weight: bold;
	text-align: center; 
	padding: 10px; 
	font-size: 12px;
}
#rinjiMessagesDiv2 span{
	color:#000;
	font-size: 12px;
}
#rinjiMessagesDiv2 a{
	color:#000;
	text-decoration:underline;
}
#rinjiMessagesDiv2 a:hover{
	color:#000;
	text-decoration:none;
}
#rinjiMessagesDiv2 section{
	padding:0;
}
#rinjiMessagesDiv3{
	background: #feebf2;
	color:#000;
	font-weight: bold;
	text-align: center; 
	padding: 10px; 
	font-size: 12px;
}
#rinjiMessagesDiv3 span{
	color:#000;
	font-size: 12px;
}
#rinjiMessagesDiv3 a{
	color:#000;
	text-decoration:underline;
}
#rinjiMessagesDiv3 a:hover{
	color:#000;
	text-decoration:none;
}
#rinjiMessagesDiv3 section{
	padding:0;
}
@media (max-width: 767px){
	#rinjiMessagesDiv,
	#rinjiMessagesDiv2,
	#rinjiMessagesDiv3{
		font-size: 13px;
	}
}

/*
#warning-box
******************************************/
#warning-box{
	background: #feebf2;
}
#warning-notice{
	background: #feebf2;
}
.warning-bnr button{
	width:100%;
	background:none;
	font-size: 13px;
	font-weight: normal;
	color:#000;
	padding:13px;
	text-decoration:none;
}
.warning-bnr .warning-i {
	color: #fff;
	background: #da4453;
	padding: 0 5px;
	margin-right: 5px;
	border-radius: 2px;
	font-size: 10px;
}
.warning-bnr .warning-ttl:after{
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #da4453;
		margin-left: 15px;
}
#warning-box .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.15s ease;
	transition: height 0.15s ease;
}
@media (max-width: 767px){
	.warning-bnr button{
		padding:13px 13px 13px 0;
		text-decoration:none;
		text-align: left;
		position: relative;
	}
	.warning-bnr .warning-ttl:after{
		display: none;
	}
	.warning-bnr button:after{
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #da4453;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -9px;
	}
}

/* ====================================
新規登録などのボタン
==================================== */
.btn-header-main-pink{
	display: block;
	background: #f53d7e;
	border-radius: 3px;
	color: #fff !important;
	text-decoration: none;
	padding: 12px 10px 12px 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.btn-header-main-pink small{
	font-weight: normal;
}
.btn-header-main-pink:hover{
	opacity: .5;
	color: #fff;
	text-decoration: none;
}
.bg-icon-mypage{
	background: url(/static/img/common/icon/i-nav-mypage.png) #f53d7e no-repeat 10px 50%;
}
.bg-icon-cart{
	background: url(/static/img/common/icon/i-nav-cart.png) #f53d7e no-repeat 10px 50%;
}

.btn-header-sub-pink{
	display: block;
	background: #fff;
	border:solid 1px #f53d7e;
	border-radius: 3px;
	color: #f53d7e !important;
	text-decoration: none;
	padding: 12px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.btn-header-sub-pink:hover{
	opacity: .5;
	color: #fff;
	text-decoration: none;
}

/*アコーディオンの設定*/
.config-accordion{
	position: relative;
	cursor: pointer;
}
@media (min-width: 768px){
	.config-accordion{
		pointer-events: none;
	}
	.change-lang-world.config-accordion{
		pointer-events: initial;
	}
	.change-lang-world.config-accordion + li{
		display: none;
	}
	.change-lang-world.config-accordion + li.switchactive{
		display: block !important;
		background: #fafafa;
	}
}
@media (max-width: 767px){
	.config-accordion + li{
		display: none;
	}
	.config-accordion + li.switchactive{
		display: block !important;
		background: #fafafa;
	}
}
@media (max-width: 991px){
	header .container.container-sp-pd-off{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px){
	header .container.container-sp-pd-off,
	.container.container-sp-pd-off{
		padding-left: 0;
		padding-right: 0;
	}
}


/* ====================================
ヘッダー全体
==================================== */
#Toppage #nav-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    padding: 0;
    height: initial;
    z-index: 9;
    background: none;
}
#Toppage.switchactive #nav-header {
    background: rgba(255,255,255,0.8);
}
#nav-header-headr{
	padding: 40px 0 0 0;
	position: relative;
}
#nav-header-headr:after{
	content: "";
	display: block;
	position: relative;
	bottom:0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #ee6295;
	background: -moz-linear-gradient(left, #ee6295 0%, #da6bae 50%, #be77d2 100%);
	background: -webkit-linear-gradient(left, #ee6295 0%,#da6bae 50%,#be77d2 100%);
	background: linear-gradient(to right, #ee6295 0%,#da6bae 50%,#be77d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6295', endColorstr='#be77d2',GradientType=1 );
	visibility: initial;
}
#Toppage #nav-header-headr:after{
	display: none;
}
@media (max-width: 767px){
	#nav-header-headr{
		padding: 12px 0;
	}
	#nav-header-headr:after{
		bottom:-12px;
	}
}

#row-nav-header{
	width: 100%;
	position: relative;
}


/*ロゴ部分
---------------------------------------*/
#col-logo{
	float: left;
	width: 100%;
	margin-right: -76px;
}
@media (max-width: 767px){
	#col-logo{
		float: none;
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	#col-logo img{
		width: 92px;
		height: auto;
		margin: 0 auto;
	}
}


/*マイページボタン
---------------------------------------*/
#col-utility{
	float: right;
	width: 28px;
	padding-top: 5px;
	margin-left: 20px;
}
@media (max-width: 767px){
	#col-utility{
		float: none;
		position: absolute;
		right: 10px;
		top: -2px;
		margin:0;
		padding-top: 0;
	}
	#col-utility a{
		display: block;
		padding: 3px 3px;
	}
}


/*ハンバーガー内のメインのナビ
---------------------------------------*/
#col-hamburger {
	float: left;
	width: 28px;
	position: relative;
	padding-top: 5px;
}
@media (max-width: 767px){
	#col-hamburger {
		float: none;
		position: absolute;
		left: 10px;
		top: -2px;
		margin:0;
		padding-top: 0;
	}
}

/*アイコンのスペース*/
#nav-pc-open,
.nav-open {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  transition: all .4s;
  margin:0 0 0 auto;
  cursor: pointer;
  /*background: #efefef;*/
}
.nav-list-inner .nav-open{
	display: none !important;
}
@media (max-width: 767px){
	#nav-pc-open,
	.nav-open {
		display: inline-block !important;
	  margin:0 auto 0 auto;
	}
	.nav-list-inner .nav-open{
		margin:0 0 0 16px;
		display: inline-block !important;
	}
}

/*ハンバーガーアイコンを作成*/
#nav-pc-open span,
#nav-pc-open span:before,
#nav-pc-open span:after,
.nav-open span,
.nav-open span:before,
.nav-open span:after{
  position: relative;
  height: 2px;/*線の太さ*/
  width: 20px;/*長さ*/
  background: #000;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
}
#nav-pc-open span:before,
.nav-open span:before {
  top:-7px;
}
#nav-pc-open span:after,
.nav-open span:after {
  top:7px;
}

#nav-list {
  display: none;
  position: absolute;
  padding: 30px 0;
  background: rgba(255,255,255,0.9);
  z-index: 60;
}
#nav-list li{
	line-height: 1.42857143;
}
#nav-list small{
	font-size: 85% !important;
}
#Toppage #nav-list {
  display: none;
  position: relative;
  padding: 30px 0;
  background: rgba(255,255,255,0.1);
  z-index: 60;
}
#nav-list.switchactive{
	width: 100%;
	display: block !important;
	/*z-index: 9999;*/
}
@media (max-width: 991px){
	#nav-list,
	#Toppage #nav-list {
		padding:30px 30px 0 0;
	}
}
@media (max-width: 767px){
	#nav-list {
		display: block;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 90%;
		max-width: 330px;
		height: 100%;
		background: #fff;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
		-webkit-overflow-scrolling: touch;
		padding: 12px 0;
	}
	.nav-list-inner .container{
		padding-left: 0;
		padding-right: 0;
	}
	#Toppage #nav-list {
		display: block;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 90%;
		max-width: 330px;
		height: 100%;
		background: #fff;
		transition: .3s ease-in-out;
		-webkit-overflow-scrolling: touch;
		padding: 12px 0;
	}
}


/*ハンバーガーをクリックしたときの変化*/
.nav-open.switchactive{
	position: relative !important;
}
#nav-bg-black.switchactive{
	  display: none;
}
body.switchactive .nav-open span,
body.switchactive .nav-open span:before,
body.switchactive .nav-open span:after{
  background: #f53d7e;
}
@media (max-width: 767px){
	#nav-bg-black.switchactive{
	  display: block;
	  background: #000;
	  opacity: .4;
	  z-index: 999;
	}
	#nav-list.switchactive {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

.nav-open span,
.nav-open span:before,
.nav-open span:after{
	position: relative;
	height: 2px;/*線の太さ*/
	width: 12px;/*長さ*/
	margin-left: -6px;
}
.nav-open span:before {
	top:-5px;
}
.nav-open span:after {
	top:5px;
}

	#nav-list.nav-open span,
	#nav-list .nav-open span:before,
	#nav-list .nav-open span:after,
	#nav-list.switchactive .nav-open span,
	#nav-list.switchactive .nav-open span:before,
	#nav-list.switchactive .nav-open span:after{
		  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
		  background: #9a9a9a;
	}
	#nav-list .nav-open span:before,
	#nav-list.switchactive .nav-open span:before {
		  -webkit-transform: rotate(-90deg);
		  transform: rotate(-90deg);
		  top: 0;
	}
	#nav-list .nav-open span:after,
	#nav-list.switchactive .nav-open span:after {
	  display: none;
	}
}


.nav-col{}
.nav-col-01{
	padding: 0 0 0 20px;
	float: right;
	text-align: left;
	width: 25%;
}
.nav-col-02{
	padding: 0 20px;
	float: left;
	width: 55%;
}
.nav-col-03{
	padding: 0 20px;
	float: left;
	width: 20%;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
@media (max-width: 991px){
	.nav-col-01{
		width: 33.33333%;
	}
	.nav-col-02{
		width: 33.33333%;
	}
	.nav-col-02 .nav-link-set{
		width: 100%;
	}
	.nav-link-set{
		margin-bottom: 0;
	}
	.nav-col-03{
		width: 33.33333%;
	}
}
@media (max-width: 767px){
	.nav-col-01{
		padding: 16px;
		float: none;
		width: 100%;
	}
	.nav-col-02{
		padding: 0;
		float: none;
		width: 100%;
	}
	.nav-col-03{
		padding: 0;
		float: none;
		width: 100%;
		border:none;
	}
}


/*薄黒カバー*/
#nav-bg-black {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
  overflow: hidden;
  /*position: sticky;*/
}
/*#pageup{display: none;}*/



/*言語切り替え*/
.btn-header-lang-pink{
	display: block;
	border:solid 1px #dbdbdb;
	border-radius: 3px;
	text-decoration: none;
	padding: 12px 12px 12px 50px;
	background: url(/static/img/common/icon/i-nav-lang.png) #fff no-repeat 16px 50%;
	font-size: 14px;
}
@media (max-width: 767px){
	#change-lang{
		border-top: 1px solid #e7e7e7;
		margin:0 -16px 0px -16px;
		padding: 16px 16px 0 16px;
	}
}
/*言語切り替え*/
.change-lang-set{
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	background:  #fff;
}
.change-lang-world{
	padding: 12px 10px 12px 46px;
	background: url(/static/img/common/icon/i-flag-en.png) no-repeat 10px 50%;
	background-size: 24px auto;
}
.change-lang-other a{
	display: block;
	padding: 12px 10px 12px 56px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 24px auto;
}
.change-lang-other .change-lang-en a{background-image: url(/static/img/common/icon/i-flag-en.png);}
.change-lang-other .change-lang-ko a{background-image: url(/static/img/common/icon/i-flag-ko.png);}
.change-lang-other .change-lang-cn a{background-image: url(/static/img/common/icon/i-flag-tw.png);}
.change-lang-other .change-lang-tw a{background-image: url(/static/img/common/icon/i-flag-ch.png);}
.change-lang-other .change-lang-vn a{font-family: 'arial' !important;background-image: url(/static/img/common/icon/i-flag-vn.png);}
.change-lang-other .change-lang-th a{background-image: url(/static/img/common/icon/i-flag-th.png);}
.change-lang-other a:hover{
	background-color: #ffeef6;
	color: #f53d7e;
	text-decoration: none !important;
}
/*言語切り替え内のアコーディオンの設定　矢印を加える*/
.change-lang-set .config-accordion:before{
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -5px;
	z-index:1;
}
.change-lang-set .config-accordion:after{
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #f53d7e;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -2px;
}
.change-lang-set .config-accordion.switchactive:before{
	border: 5px solid transparent;
	border-bottom: 5px solid #fff;
	margin-top: -4px;
	z-index:1;
}
.change-lang-set .config-accordion.switchactive:after{
	border: 5px solid transparent;
	border-bottom: 5px solid #f53d7e;
	margin-top: -7px;
}


/*ナビのタイトル・見出し*/
.nav-title{
	background: #e7e7e7;
	color: #666;
	padding: 8px 16px;
	font-size: 14px;
}

/*ナビのベースとなる設定*/
.nav-link-set{
	float: left;
	width: 50%;
	margin-bottom: 24px;
	text-align: left;
}
.nav-link-set a{
	color: #000;
	text-decoration: none !important;
}
.nav-link-set a:hover{
	text-decoration: underline !important;
}
.add-nav-change-01{
	width: 100%;
}
.add-nav-change-01 li{
	float: left;
	width: 50%;
}
.add-nav-change-02{
	width: 100%;
}

.nav-link-set li a,
.nav-link-category{
	display: block;
	padding: 10px 0 10px 30px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none !important;
}
.nav-link-detail{
	padding: 0 0 0 30px;
}
.nav-link-detail li{
	margin-bottom: 5px;
}
.fa-clone{
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.nav-link-detail li a{
	font-size: 14px;
	padding: 0;
	font-weight: normal;
}

.bg-icon-bus{background: url(/static/img/common/icon/i-nav-bus.png) no-repeat 0 50%;}
.bg-icon-tour{background: url(/static/img/common/icon/i-nav-tour.png) no-repeat 0 50%;}
.bg-icon-ferry{background: url(/static/img/common/icon/i-nav-ferry.png) no-repeat 0 50%;}
.bg-icon-train{background: url(/static/img/common/icon/i-nav-train.png) no-repeat 0 50%;}
.bg-icon-activity{background: url(/static/img/common/icon/i-nav-activity.png) no-repeat 0 50%;}
.bg-icon-overseas{background: url(/static/img/common/icon/i-nav-overseas.png) no-repeat 0 50%;}
.bg-icon-restaurant{background: url(/static/img/common/icon/i-nav-restaurant.png) no-repeat 0 50%;}
.bg-icon-member{background: url(/static/img/common/icon/i-nav-member.png) no-repeat 0 50%;}
.bg-icon-safety{background: url(/static/img/common/icon/i-nav-safety.png) no-repeat 0 50%;}
.bg-icon-faq{background: url(/static/img/common/icon/i-nav-faq.png) no-repeat 0 50%;}
.bg-icon-guide{background: url(/static/img/common/icon/i-nav-guide.png) no-repeat 0 50%;}
.bg-icon-airbus{background: url(/static/img/common/icon/i-nav-airbus.png) no-repeat 0 50%;}

@media (max-width: 767px){
	.nav-link-set{
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
	.add-nav-change-01 li{
		float: none;
		width: 100%;
	}
	.nav-link-set li{
		border-top: 1px solid #e7e7e7;
	}
	.nav-link-set li a,
	.nav-link-category{
		display: block;
		padding: 20px 20px 20px 57px;
		font-weight: bold;
	}
	.nav-link-detail{
		padding-bottom: 36px;
		background: #fafafa;
		float:none;
	}
	.nav-link-detail li{
		border-top: none;
		margin-bottom: 0;
	}
	.nav-link-detail li a{
		display: block;
		padding: 16px 16px 16px 26px;
		font-weight: normal;
	}

	.bg-icon-bus{background: url(/static/img/common/icon/i-nav-bus.png) no-repeat 16px 50%;}
	.bg-icon-tour{background: url(/static/img/common/icon/i-nav-tour.png) no-repeat 16px 50%;}
	.bg-icon-ferry{background: url(/static/img/common/icon/i-nav-ferry.png) no-repeat 16px 50%;}
	.bg-icon-train{background: url(/static/img/common/icon/i-nav-train.png) no-repeat 16px 50%;}
	.bg-icon-activity{background: url(/static/img/common/icon/i-nav-activity.png) no-repeat 16px 50%;}
	.bg-icon-overseas{background: url(/static/img/common/icon/i-nav-overseas.png) no-repeat 16px 50%;}
	.bg-icon-restaurant{background: url(/static/img/common/icon/i-nav-restaurant.png) no-repeat 16px 50%;}
	.bg-icon-member{background: url(/static/img/common/icon/i-nav-member.png) no-repeat 16px 50%;}
	.bg-icon-safety{background: url(/static/img/common/icon/i-nav-safety.png) no-repeat 16px 50%;}
	.bg-icon-faq{background: url(/static/img/common/icon/i-nav-faq.png) no-repeat 16px 50%;}
	.bg-icon-guide{background: url(/static/img/common/icon/i-nav-guide.png) no-repeat 16px 50%;}
	.bg-icon-airbus{background: url(/static/img/common/icon/i-nav-airbus.png) no-repeat 16px 50%;}

	/*ハンバーガー内のアコーディオンの設定　矢印を加える*/
	.nav-link-set .config-accordion:before{
		content: "\f067";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 18px;
		top: 50%;
		margin-top: -8px;
		color: #999 !important;
		font-size:12px;
	}
	.nav-link-set .config-accordion.switchactive:before{
		content: "\f00d";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size:12px;
	}

}

/*ナビのソーシャルボタンの設定*/
.nav-social{
	width: 100%;
	padding: 0 0 0 16px;
	margin:40px 0;
}
.nav-social li{
	width: 20%;
	float: left;
	text-align: center;
	padding-right: 15px;
}
.nav-social li img{
	margin-left:  auto;
	margin-right: auto;
	position: relative;
	top: 5px;
}
.nav-social li a{
	display: block;
	height: 30px;
	color: #fff;
	position: relative;
	line-height: 1.42857143;
}
.nav-social li a i{
    font-size: 18px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -9px;
    margin-right: 0 !important;
}
.nav-social li a.nav-social-fb i,
.nav-social li a.nav-social-insta i{
	margin-left: -8px;
}
.nav-social-fb{
	background: #4267b2;
}
.nav-social-twitter{
	background: #1da1f2;
}
.nav-social-youtube{
	background: #ff0000;
}
.nav-social-insta{
	background: #d93175;
}
.nav-social li a.nav-social-line{
	background: #00b900;
}


/*PC用のグローバル
---------------------------------------*/
.nav-link-pc-set{
	margin-top: 36px;
	text-align: center;
}
.nav-link-pc-detail{
	display: inline;
	text-align: center;
	margin:0 30px;
}
.nav-link-pc-detail a{
	font-size: 14px;
	display: inline-block;
	padding: 0 0 5px 0;
	text-decoration:none;
	position: relative;
	overflow: hidden;
	color: #333 !important;
	line-height: 1.42857143;
}
.nav-link-pc-detail a:hover:after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background:#f53d7e;
	z-index: 2;
}

#Toppage .nav-link-pc-detail a:hover:after{
	background:#fff;
}




/* ====================================
パンくずまわり
==================================== */
#section-breadcrumb{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 25px 0 20px 0;
}
.breadcrumb-list-set li{
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
}
.breadcrumb-list-set li:last-child{
	margin-bottom: 0;
}
.breadcrumb-list-set li:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999;
	margin: 0 15px;
}
.breadcrumb-list-set li:last-child:after{
	display: none;
}
.breadcrumb-list-set li a{
	text-decoration: none;
	color: #333;
}
.breadcrumb-list-set li a:hover{
	text-decoration: underline;
}
@media (max-width: 767px){
	#section-breadcrumb{
		padding: 20px 0 20px 0;
	}
}




/* ====================================
帯　キャンペーン
==================================== */
#newsflash-campaign{
	display: none;
	position: relative;
	z-index: 59;
}
#Toppage #newsflash-campaign,
#oldToppage #newsflash-campaign{
	display: none;
}
#newsflash-campaign a{
	display: block;
	background-image: url(/static/img/common/bnr/bnr-line.jpg);
	background-size: 375px 50px;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}
#newsflash-campaign a img{
    height: 100%;
    max-height: 50px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
#newsflash-campaign a:hover{
	opacity: .8;
}



/*
pageup
******************************************/

#pageup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size:0.8em;
    font-weight:bold;
    z-index: 10;
}

#pageup a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height:50px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border:1px solid #666;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
}

#pageup a:hover {
    text-decoration: none;
    background:#666;
}

#pageup a i{
    font-size:1.8em;
    margin-bottom:5px;
    display:none;
}

#pageup a{
	font-size:0;
}

#pageup a:before{
	content:"\f102";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#fff;
	font-size:16px;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%,-45%);
	-moz-transform: translate(-50%,-45%);
	-ms-transform: translate(-50%,-45%);
	-o-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
}

@media(max-width:767px) {
	#pageup {
	    bottom: 5px;
	    right: 5px;
	}
	
	#pageup a {
	    width: 30px;
	    height:30px;
    }
    
    #pageup a:before{
    	font-size:14px;
    }
}


/* ====================================
リニューアルで追加したフッターのスタイル
==================================== */
footer{
    background: #fff;
    color: #666;
    padding: 35px 0;
    border-top: none;
}
@media (max-width: 767px){
	footer{
	    padding: 0 0 25px 0;
	}
}
footer a{
	color: #666 !important;
}
#section-footer{
	border-top: 1px solid #e7e7e7;
}
#section-footer .container{
	margin-bottom: 40px;
}
.footer-link-wrap-01{
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.footer-link-wrap-02{
	border-bottom: 1px solid #e7e7e7;
	padding:20px 0;
}
.footer-link-wrap-03{
	padding:20px 0 0 0;
}

.footer-link-set{
	float: left;
	width: 20%;
	padding-right: 10px;
}
.footer-link-set li{
	line-height: 1.42857143;
}

.footer-link-category{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #333 !important;
	pointer-events: none;
}
@media (max-width: 767px){
	.footer-link-category{
		pointer-events: initial;
	}
}

.footer-link-detail{
	padding-right: 15px;
}
.footer-link-detail li{
	margin-bottom: 3px;
}
.footer-link-detail li a{
	font-size: 12px;
	position: relative;
	padding:0 0 0 15px;
	word-wrap: break-word;
	display: block;
}
.footer-link-detail li a:before{
	content: "";
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -4px;
	z-index:1;
}
.footer-link-detail li a:after{
	content: "";
	border: 4px solid transparent;
	border-left: 4px solid #666666;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -4px;
}
.footer-link-detail li.link-blank a:before{
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -11px;
	z-index:1;
	font-size: 10px;
}
.footer-link-detail li.link-blank a:after{
	display: none;
}
.footer-link-wrap-02 .footer-link-detail li{
	float: left;
	margin-right: 10px;
}
.footer-link-wrap-02 .footer-link-detail li:last-child{
	margin-right: 0;
}
.footer-link-wrap-03 .footer-link-detail{
	float: left;
	display: inline;
}
.footer-link-wrap-03 .footer-link-detail li{
	float: left;
	margin-right: 10px;
}
.footer-link-wrap-03 .footer-link-detail li:last-child{
	margin-right: 0;
}
.footer-link-wrap-03 .footer-link-detail li:last-child a:after{
	display: none;
}

.copyright{
	font-size: 12px;
	color: #999999;
	float: right;
}

.footer-link-flag{
	margin:20px 0 0 0;
}
.footer-link-flag li{
	float: left;
	margin-right: 10px;
}
.footer-link-flag li img{
	width: 30px;
	height: auto;
}
.footer-link-flag li:last-child{
	margin-right: 0;
}

@media (max-width: 767px){
	.footer-link-wrap-01{
		padding-bottom: 0;
		border-bottom: none;
	}
	.footer-link-set{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.footer-link-set li{
		margin-bottom: 0;
		border-bottom: 1px solid #e7e7e7;
	}
	.config-accordion + li .footer-link-detail{
		padding: 20px;
	}
	/*ハンバーガー内のアコーディオンの設定　矢印を加える*/
	.footer-link-set .config-accordion:before{
		content: "＋";
		position: absolute;
		right: 18px;
		top: 50%;
		margin-top: -8px;
		color: #999 !important;
	}
	.footer-link-set .config-accordion.switchactive:before{
		content: "×";
	}
	.config-accordion + li .footer-link-detail li{
		border-bottom: none;
		margin-bottom: 5px;
	}
	.config-accordion + li .footer-link-detail li:last-child{
		margin-bottom: 0;
	}
	.footer-link-category{
		padding: 20px 0;
	}

	.footer-link-wrap-02 .footer-link-detail li{
		float: left;
		margin-right: 0;
		width: 50%;
	}
	.footer-link-flag{
		padding: 20px 0 0 0;
		border-top: 1px solid #e7e7e7;
	}
	.footer-link-flag li{
		width: 16.6666%;
		margin-right: 0;
		text-align: center;
		padding: 0 10px;
	}
	.footer-link-flag li img{
		width: 100%;
	}

	.footer-link-wrap-03 .footer-link-detail{
		margin-bottom: 20px;
	}
	.footer-link-wrap-03 .footer-link-detail li{
		float: left;
		margin-right: 0;
		width: 50%;
	}
	.footer-link-wrap-03 .footer-link-detail li:first-child a{
		padding:0 0 0 15px;
	}
	.footer-link-wrap-03 .footer-link-detail li a:before{
		content: "";
		border: 4px solid transparent;
		border-left: 4px solid #fff;
		position: absolute;
		left: -2px;
		top: 50%;
		margin-top: -4px;
		z-index:1;
	}
	.footer-link-wrap-03 .footer-link-detail li a:after{
		content: "";
		border: 4px solid transparent;
		border-left: 4px solid #666666;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -4px;
	}
	.footer-link-wrap-03 .footer-link-detail li:last-child a:after{
		display: initial;
	}

	.copyright{
		float: none;
		display: block;
		text-align: center;
	}
}
