@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 {
	display: block;
	padding: 20px 10px 0;
	background-image:url("../img/main_bg03.png");
	background-repeat: no-repeat;
}

.main_header_sp {
	display: none;
}

.main_header h1{
  width: 949px;
	padding-top: 30px;
}

.main_header p{
  width: 850px;
	text-align: center;
	font-weight: bold;
	color: #820002;
	padding-top: 150px;
	font-size: 110%;
	background-image: url("../img/illust.png");
	background-repeat: no-repeat;
}

.title_wrap {
    padding: 0px 10px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.illust {
	width: 853px;
	padding: 0px 0px 0px 300px;
}

.illust01 {
	width: 247px;
	padding: 0px 10px 0px 300px;
}

.illust02 {
	width: 282px;
	padding: 0px 300px 0px 0px;
}




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

.main_header {
	display: none;
	padding: 20px 10px 0;
	background-image:url("../img/main_bg03.png");
	background-repeat: no-repeat;
}
	
.main_header_sp {
	display:block;
	padding: 20px 10px 0;
	background-image:url("../img/main_bg03.png");
	background-repeat: no-repeat;
	background-size:800px auto;
}


  .main_header_sp h1{
    width: 100%;
	  margin-left: 0px;
	  padding-top: 30px;
  }
 
.main_header_sp p{
  width: 90%;
	text-align: center;
	font-weight: bold;
	color: #820002;
		font-size: 80%;
		padding-top: 65px;
}
	
 .title_wrap {
    padding: 0px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
	

	
}




/*クーポンカード*/

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


#coupon_sp {
	display:none;
	margin-top: 0px;
    padding-left: 30px;
    background-color: #E5E5E5;
    padding-bottom: 100px;
    width: 50%;
    margin-bottom: 20px;
}

.coupon_card {
	background-image: url("../img/cupon_bg02.gif");
	background-repeat: no-repeat;
	background-size:contain;
	margin-left: 30px;
    height: 240px;
    padding-top: 22.25%;
}

	.coupon_card p {
	font-size: 160%;
    padding-left: 190px;
}

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



@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;
	margin-top: 0px;
    padding-left: 30px;
    background-color: #E5E5E5;
    padding-bottom: 100px;
    width: 50%;
}


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

}

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

.about_coupon {
  width: 284px;
}

.coupon_table {
	margin: 10px 0px 20px 120px;
}

.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;
}

.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: 30px 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: 672px;
}

#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%);
}

.coupon_img {
	margin-left: 190px;
	padding-top: 10px;
	width: 595px;
}

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


/*ツアー申し込み*/

#tour_entry {
  display: block;
  width:60%;
	background-color: #FFFFFF;
	height: 300px;
	margin-bottom: 20px;
	margin-top: 40px;
	border-radius:10px;
}

#tour_entry ul {
	width: 780px;
	padding-left: 160px;
}
#tour_entry li {
	float: left;
	padding: 0px 30px 30px 0px;
}

#tour_entry h2 {
	width: 285px;
}


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


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

  #tour_entry {
    display: none;
  }

  #tour_entry_sp {
    display: block;
	  margin-bottom: 20px;
	  height: 360px;
  }
	
	#tour_entry_sp h2 {
	width: 80%;
}
	#tour_entry_sp ul {
		padding-left: 25px;
	}
	
	#tour_entry_sp li {
		width: 45%;
		float: left;
		padding: 0px 10px 20px 0px;
	}

}

/* クーポンを使えばこんなにお得に */
#coupon_otoku {
	background-image: url("../img/coupon_otoku.jpg");
	background-repeat: no-repeat;
	width: 950px;
}

#coupon_otoku h2 {
	width: 806px;
}

#coupon_otoku ul {
	padding-left: 30px;
	display:table;
}

#coupon_otoku li {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}

li.otoku_f,li.otoku_h {
	width: 417px;
}

li.otoku_o {
	width: 880px;
}

@media screen and (max-width:560px) {
	
#coupon_otoku {
	background-image: url("../img/coupon_otoku.jpg");
	background-repeat: no-repeat;
	background-size:670px auto;
	width: 370px;
	margin-top: 30px;
}
	
#coupon_otoku h2 {
width: 100%;
}
	
	#coupon_otoku ul {
		padding-left: 0px;
	}

#coupon_otoku li {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
	
}


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

#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;
}
	
}






/* キャンペーンとは */
#about h2{
  width: 464px;
}

.cp_4tit p {
	font-weight: bold;
	color:#0368BF;
	font-size: 180%;
	text-align: center;
	padding-top: 20px
}

.about__list{
  width: 100%;
  margin-top: 40px;
  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;
}

.about__list li{
  border: 1px solid #ff78b7;
	margin-bottom: 20px;
}

.about__list li h3{
  padding: 4px 0;
  background-color: #ff78b7;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.about__list li h3 img{
  vertical-align: text-top;
}

.about__list .travel h3 img{
  width: 119px;
}

.about__list .eat h3 img{
  width: 92px;
}

.about__list .event h3 img{
  width: 114px;
}

.about__list .syoutengai h3 img{
  width: 123px;
}




@media screen and (max-width:960px) {
	
.about__list{
  width: 80%;
margin-left: 100px;
  margin-top: 80px;
  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;
}
	
.about__list li{
  width: 450px;
  border: 1px solid #ff78b7;
margin-bottom: 20px;
margin-top: 40px;
}
	
	
  .about__list{
    padding-top: 40px;
    margin-top: 0;
  }


  .about__list li h3 img{
    vertical-align: baseline;
  }
}


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

  .about__list{
	  width: 100%;
	  margin-left: 0px;
    margin-top: 0;
    padding-top: 20px;
  }

  .about__list li{
    margin-top: 20px;
	  margin-bottom: 0px;
  }
	
	.about__list li{
  width: 173px;
	border: 1px solid #ff78b7;
	}
	
.cp_4tit p {
	font-weight: bold;
	color:#0368BF;
	font-size: 130%;
	text-align: center;
	padding-top: 20px
}

	
}




/*キャンペーン内容*/
#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;
  }
}
