@charset "utf-8";
html,body { height:100%; }
/* フォントサイズの基準を10pxに */
html {
  font-size: 10px;
  font-size: 62.5%;
  }

/* body */
body {
  width: 100%;
  margin: auto;
  color: #46413c;
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
  padding: 0;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* 太字 */
b, strong, .bold, h2{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;
}

/*clearfix*/
.cf:before,.cf:after {content:""; display:block; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

/*style*/
p{font-size:1.6rem; text-align:justify; text-justify:inter-ideograph; line-height: 1.8; margin:0;}

@media screen and (max-width:960px) {
  p{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  p{font-size: 1.4rem;}
}



a{text-decoration: underline; color:#282828; text-decoration: none;}
a:hover{text-decoration: none;}
h2{line-height: 1; font-weight:normal; letter-spacing: 4;}
main{overflow: hidden;}

.widthfix{width:100%; max-width:640px; margin:0 auto;}
img{width:100%; vertical-align: bottom;}



/* ul */
ul,ol{padding:0;}
ol li,ul li{font-size: 1.8rem; padding:0; list-style:none;}

@media screen and (max-width:960px) {
  ol li,ul li{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  ol li,ul li{font-size: 1.4rem;}
}

/* テーブルに関して */
table{
  font-size: 1.6rem;
  text-align: center;
}

/* thの下線を1pxに */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}





/* 共通 */
.section__wrap{
  padding:50px 10px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


h2{
  margin:0 auto 40px;
}

.section__image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.text__box{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.text__box p{
  margin-bottom: 30px;
  text-align: center;
}

.text__box p:last-of-type{
  margin-bottom: 0;
}


p span.marker{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #ff78b7 0%);
}

p span.marker_yerrow{
  font-size: 2.4rem;
  font-weight: bold;
  color: #DC5C1F;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #F9FF37 0%);
}

.pink__box{
  text-align: center;
  margin-top: 40px;
}

.pink__box p{
  display: inline-block;
  text-align: center;
  border: 2px solid #ff78b7;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #ff78b7;
  background-color: #fff;
}

.black__box{
  text-align: center;
  margin-top: 80px;
}

.black__box--inner{
  display: inline-block;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #333333;
  background-color: #fff;
}

@media screen and (max-width:560px) {
  .section__image{
    margin: 0 auto 40px;
  }

  h2{
    margin:0 auto 40px;
  }

  p span.marker{
    font-size: 1.8rem;
  }

  .pink__box p{
    padding: 20px;
  }

  .black__box--inner{
    padding: 20px;
  }
}



/* トップに戻る */
#page__top{
  width: 80px;
  height: 80px;
  margin: 0 20px 20px auto;
  background: #004678;
  opacity: 0.8;
  border-radius: 8px;
  z-index: 4;
}
#page__top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-decoration: none;
}
#page__top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 4rem;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* メインビジュアル */

.main_header {
	padding: 20px 10px 0;
}
.main_header h1{
  width: 810px;
  margin-bottom: 40px;
	 margin-left: 100px;
}

#main__visual p{
  width: 440px;
}




@media screen and (max-width: 560px) {

  .main_header h1{
    width: 100%;
	  margin-left: 0px;
  }
  
  #main__visual p{
    width: 70%;
  }
}


/*ナビゲーション*/
.pc__header{
  border-top: 2px solid #ff78b7;
  border-bottom: 2px solid #ff78b7;
  padding: 0 10px;
  display: block;
  width:100%;
  background-color: #fff;
}

.pc__header.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2;
}

.sp__header{
  display: none;
  background-color: #ff78b7;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.main__nav{
  width: 1000px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.main__nav li a{
  color: #333;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  transition: background-color ease .3s,color ease .3s;
  padding: 20px 10px;
  font-size: 1.6rem;
}

.main__nav li a:hover{
  color: #fff;
  background-color: #ff78b7;
}

/* スマホ用 */
#nav-drawer {
  position: relative;
  text-align: center;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 600px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* スマホメニュー */

.drawer__title{
  position: relative;
  padding: 22px 0;
  text-align: center;
  background-color: #ff78b7;
}

.drawer__title .drawer__title--text{
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}

.drawer__title #menu-close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.drawer__title #menu-close p{
  line-height: 1;
}

.gnav__sp--menu li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #ff9bdc;
  font-size: 1.6rem;
  }

.gnav__sp--menu li a:hover{
  color: #282828;
}

@media screen and (max-width:960px) {
  .main__nav{
    width: 100%;
  }
  .pc__header{
    display: none;
  }

  .sp__header{
    display: block;
  }
}

/*クーポンカード*/

#coupon_pc {
	display: block;
	margin-top: 0px;
    padding-left: 30px;
    background-color: #E5E5E5;
    padding-bottom: 100px;
    width: 650px;
    margin-bottom: 20px;
}


#coupon_sp {
	display:none;
	
}

.coupon_card {
	background-image: url("../img/cupon_bg02.gif");
	background-repeat: no-repeat;
	background-size:590px auto;
    height: 230px;
    padding-top: 150px;
	
}

	.coupon_card p {
	font-size: 160%;
	margin-left: 150px;
}

.attention li {
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	font-size: 90%;
	}



@media screen and (max-width:560px) {
#coupon_sp {
	display: block;
	margin-top: 0px;
	padding-left: 10px;
	background-color: #E5E5E5;
	padding-bottom: 100px;
    width: 90%;
    margin-bottom: 20px;
	padding-top: 10px;
}
	
#coupon_pc {
	display:none;
}


.coupon_card {background-image: url("../img/cupon_bg02.gif");
	background-repeat: no-repeat;
	background-size:340px auto;
	margin-left: 0px;
    height: 130px;
    padding-top: 22.25%;
	margin-top: 0px;
}
	
	.coupon_card p {
    font-size: 120%;
		text-align: center;
    padding-top: 16px;
		margin-left: 0px;
}
	
	.attention {
		padding-top: 20px;
	}
	
.attention li {
		float: left;
    padding-top: 2px;
	padding-right: 10px;
    font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
	}

}

/*クーポンについて*/

#about_coupon h2{
  width: 284px;
}

.coupon_table {
	margin: 10px 90px;
}

.coupon_table td {
	margin-bottom: 10px;
	padding: 10px;
	
}

.coupon_table tr {
	margin-bottom: 10px;
}

.black_d {
	background-color: #2E2E2E;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.coupon_txt {
	text-align: left;
	padding-left: 10px;
}

span.red_txt {
	color: #C80003;
	padding-top: 10px;
	float: left;
}

#coupon_attention p {
	padding-bottom: 10px;
	padding-left: 100px;
}


@media screen and (max-width:960px) {
}

@media screen and (max-width:560px) {
	
#about_coupon h2{
    width: 70%;
  }
	
.coupon_table {
	margin: 10px 10px;
}
	
.black_d {
	background-color: #2E2E2E;
	color: #fff;
	text-align: center;
	padding: 10px;
	width: 100px;
}
	
#coupon_attention p {
	padding-bottom: 10px;
	padding-left: 10px;
}

	
}


/*ご利用方法*/

#coupon_howto h2{
  width: 198px;
}

#coupon_howto span {
	background-color: #FFFFFF;
}

#coupon_howto p {
	padding-left: 80px;
	padding-bottom: 10px;
}


p span.white_mark{
  font-size: 2.4rem;
  font-weight: bold;
  color: #D40003;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #fff 0%);
}

.howto_img {
	margin-left: 160px;
	padding-top: 10px;
	width: 697px;
}

@media screen and (max-width:560px) {
	
#coupon_howto h2{
    width: 50%;
  }
	
#coupon_howto p {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 110%;
}
	
.howto_img {
	margin-left: 10px;
	padding-top: 10px;
	width: 95%;
}
	
}

/*シュミレーター*/

#simulator {
	margin-bottom: 40px;
}

.simu_howto {
  width: 558px;
  margin-bottom: 20px;
	margin-left: 180px;
}

.simu_link_btn {
	width:649px;
	margin-left: 150px;
	margin-bottom: 20px;
}

.simu_step {
	width: 616px;
	margin-left: 160px;
}

@media screen and (max-width:560px) {
.simu_howto {
  width: 90%;
  margin-bottom: 20px;
	margin-left: 0px;
}
	
.simu_link_btn {
	width:100%;
	margin-left: 0px;
}

.simu_step {
	width:100%;
	margin-left: 0px;
}

}


/* 対象ツアー（旧エリア） */

#area {
	margin-bottom: 20px;
}
#area h2{
  width: 635px;
  margin-bottom: 20px;
}

.cp_kikan {
	width: 581px;
  margin-bottom: 20px;
	 margin:0 auto 20px;
}

.cp_kikan_txt {
	
}

.cp_kikan_txt p {
	text-align: center;
	font-size: 16px;
	color: #242424;
	text-align: center;
	font-weight: bold;
}

.cp_kikan_txt a {
	color: #242424;
	text-decoration: underline;
}

.cp_kikan_txt span {
	font-size: 20px;
}

.area__list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}

.area__list li{
  width: 33%;
  max-width: 300px;
  position: relative;
  margin-top: 60px;
margin-bottom: 30px;

}

.area__list li h3{
  position: absolute;
  transform: translateX(-50%);
  width: 230px;
  top: -30px;
  left: 50%;
}

.area_txt_oki {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
}

.area_txt_rito {
	position: absolute;
top: 10px;
	left: 10px;
	width: 90%;
}

.area_txt_hok {
	position: absolute;
top: 10px;
	left: 10px;
	width: 90%;
}

.area_txt_kyu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
}

.area_txt_shi {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
}

.area_txt_tou {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
}

.price_area {
	position: absolute;
	top: 208px;
	left: 100px;
}

.area__list .hontou p{
  border: 1px solid #0096ff;
}

.area__list .ritou p{
  border: 1px solid #00ffa0;
}

.area__list .hokkaido p{
  border: 1px solid #00aa00;
}

.area__list .kyusyu p{
  border: 1px solid #ffd200;
}

.area__list .shikoku p{
  border: 1px solid #ff9600;
}

.area__list .touhoku p{
  border: 1px solid #ff2800;
}


@media screen and (max-width:960px) {
  .area__list li{
    width: 31%;
  }
}

@media screen and (max-width:560px) {
  #area h2{
    width: 100%;
    margin-bottom: -20px;
  }
	
.cp_kikan {
    width: 100%;
    margin-bottom: -20px;
	 margin:50px auto 0px;
  }
	
	.cp_kikan_txt {
		padding-top: 15px;
	}
	
	.cp_kikan_txt span {
	font-size: 18px;
}

  .area__list li{
    width: 100%;
    max-width: 100%;
  }
	
.area_txt_oki {
	position: absolute;
	top: 30px;
	left: 30px;
}
	
	

.area_txt_rito {
	position: absolute;
	top: 30px;
	left: 30px;
}

.area_txt_hok {
	position: absolute;
	top: 30px;
	left: 30px;
}

.area_txt_kyu {
	position: absolute;
	top: 30px;
	left: 30px;
}

.area_txt_shi {
	position: absolute;
	top: 30px;
	left: 30px;
}

.area_txt_tou {
	position: absolute;
	top: 30px;
	left: 30px;
}
	
.price_area {
	width: 50%;
	position: absolute;
	top: 280px;
	left: 155px;
}
	
}


/* Jetstar */

.jetstar_link_pc {
	width:520px;
	display: block;
	margin-left: 250px;
	margin-bottom: 20px;
}

.jetstar_link_sp {
	display: none;
}

@media screen and (max-width:560px) {
.jetstar_link_sp {
	width:100%;
	display: block;
}	
	
.jetstar_link_pc {
	display: none;
}
	
}


/*キャンペーン内容*/
#campagin h2{
  width: 629px;
}

.past__tour{
  position: relative;
  margin-top: 115px;
}

.past__tour .black__box--inner{
  padding-top: 50px;
}

.past__tour .black__box--inner h3{
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  top: -35px;
  left: 50%;
  padding: 20px 30px;
  border: 2px solid #333;
  border-radius: 8px;
  background-color: #fff;
}

.past__tour table td{
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px dotted #333;
}

.past__tour table td:last-of-type{
  padding-left: 40px;
}

.past__tour table tr:last-of-type td{
  padding-bottom: 0;
  border-bottom: none;
}
.example_text p {
	color: #DC5C1F;
	font-weight: bold;
	text-align: center;
}
.example li {
	padding-top: 20px;
	text-align: center;
}

.example li img{
	width: 850px;
}

.example ul p {
	text-align: center;
	padding-top: 20px;
	font-size: 120%;
}

@media screen and (max-width:960px) {
  .past__tour table td{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }

  .past__tour table td:first-of-type{
    border-bottom: none;
  }

  .past__tour table td:last-of-type{
    padding: 5px 0 20px;
  }
	
	.example_text p {
	color: #DC5C1F;
	font-weight: bold;
	font-size: 150%:
}
.example li img{
	width: 850px;
}

}

@media screen and (max-width:560px) {
  #campagin h2{
    width: 100%;
  }

  .past__tour{
    margin-top: 80px;
  }

  .past__tour .black__box--inner{
    padding-top: 40px;
  }

  .past__tour .black__box--inner h3{
    min-width: 80%;
    padding: 10px;
    font-size: 1.8rem;
    top: -25px;
  }
	.example li img{
	width: 100%;
}
	
}


/* How to */
#howto h2{
  width: 721px;
}

span.bigred {
	font-weight: bold;
	color: #B7070A;
	font-size: 140%;
}
@media screen and (max-width:560px) {
  #howto h2{
    width: 100%;
  }
}



/* 支援 */
#support{
  padding-bottom: 120px;
}

#support h2{
  width: 539px;
}

#support .pink__box{
  margin-bottom: 80px;
}

#support .black__box{
  margin-top: 40px;
}

#support .black__box a{
  text-decoration: underline;
}

#support .black__box span{
  display: inline;
}

#support .black__box br{
  display: none;
}

.btn__box{
  text-align: center;
  margin-top: 40px;
}

.btn__box p{
  text-align: center;
  margin-bottom: 10px;
}

.btn__box a{
  display: inline-block;
  position: relative;
  padding: 30px 50px 30px 40px;
  background-color: #ff78b7;
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  transition: background-color ease .3s;
}

.btn__box a::after {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-size: 3rem;
  font-weight: 900;
  top: 50%;
  right: 25px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform ease .3s;
}
.btn__box a:hover{
  background-color: #ffafd7;
}

.btn__box a:hover::after{
  transform: translate(6px,-50%);
}

@media screen and (max-width:560px) {
  #support{
    padding-bottom: 80px;
  }

  #support .pink__box{
    margin-bottom: 40px;
  }

  #support .black__box p{
    text-align: center;
  }

  #support .black__box span{
    display: none;
  }
  
  #support .black__box br{
    display: inline;
  }

  #support h2{
    width: 90%;
  }

  .btn__box a{
    font-size: 1.6rem;
    padding: 20px 40px 20px 20px;
    width: 100%;
  }

  .btn__box a::after{
    right: 15px;
    font-size: 2rem;
  }
}

/* よくある質問 */

#pc_question {
  display: block;
  width:100%;
}


#sp_question {
  display: none;
  width: 100%;
	padding-top: 20px;
}


#pc_question h2{
  width: 730px;
}

.p-accordion{
	margin-left: 80px;
	padding-bottom: 30px;
}

.p-accordion__item{
  width: 90%;
}

.p-accordion__head a{
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  padding: 14px 12px;
  position: relative;
}

.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 10px;
  padding: 0 12px;
margin-bottom: 10px;
}

@media screen and (max-width:560px) {

#pc_question {
    display: none;
}

#sp_question {
    display: block;
}
	
#sp_question h2{
  width: 90%;
}
	
 .p-accordion{
	margin-left: 20px;
	padding-bottom: 30px;
  justify-content: space-between;
}
	
.p-accordion__item{
  width: 95%;
}
	
.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 8px;
  padding: 0 12px;
margin-bottom: 20px;
}


	
}


/* フッター */
#footer{
  background-color: #445289;
  padding: 40px 0;
}
#footer .footer__wrap{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer p{
  padding-right: 20px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}


.footer__nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li{
  margin-left: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li a{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.footer__nav li a:hover{
  text-decoration: underline;
}


@media screen and (max-width:960px) {
  #footer p{
    font-size: 1.2rem;
    padding-right: 0;
  }

  .footer__nav li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .footer__nav li{
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer__nav li:last-of-type{
    margin-bottom: 0;
  }

  #footer p{
    margin-bottom: 40px;
  }

}



br.sp{
  display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}
