@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-color: #fffff5;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";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: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

/*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;
}







/* 共通 */

#jj_yanbaru_liner_all {
	background-color: #fff;
}

.section__wrap{
  width: 100%;
max-width: 950px;
  margin: 0 auto;
}

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

.section__wrap_ll{
  padding:10px 0px;
  width: 100%;
  margin: 0 auto;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}

@media screen and (max-width:560px) {
	
	.section__wrap{
  padding:10px 0px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
	
.pc_br {
	display: none;
}

.sp_br {
	display: block;
}
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}
	
}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  




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

  h2{
    margin:20px auto 20px;
  }

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


}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
	z-index: 100;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1.4rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}


@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:1.3rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:5px;
        right:16px;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }

}

/*///////////////パンくず/////////////////*/



#breadcrumbs_h {
	color: #000;
    padding:20px 0px 0px 30px;
    font-size: 12px;
	margin-bottom: 20px;
}

#breadcrumbs_h ul {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    align-items: center;
}

#breadcrumbs_h li {
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
	color: #000;
}

#breadcrumbs_h a {
    color: #000;
    text-decoration: none;
}

#breadcrumbs_h a:hover {
    color: #000;
    text-decoration: none;
}

#breadcrumbs_h li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}

@media screen and (max-width: 560px) {
	#breadcrumbs_h {
		width: 300px;
		font-size: 11px;
	}
	
#breadcrumbs_h li {
	float: left;
}
	
	#breadcrumbs_h li {
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 8px;
    white-space: normal;
	color: #000;
}
	
}

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

#main__visual {
	background-image: url("../img/bg_main.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 1750px;
	height: 1910px;
	background-color: #d0efef;
	
}

h1.main_title {
		width: 605px;
		margin: auto;
		padding-top: 30px;
	display: block;
	}

h1.main_title img {
}



.tour_miryoku {
	background-image: url("../img/lead_bg.png");
	background-repeat: no-repeat;
	width: 813px;
	height: 346px;
	margin: auto;
	
}

.tour_miryoku p {
	padding-top: 70px;
    width: 650px;
    font-size: 16px;
    padding-left: 70px;
	text-align: center;
	line-height: 2.3em;
	font-weight: bold;
}

/*.yanbaru_miryoku {
	position: relative;
	width: 959px;
	height: 485px;
	margin: auto;
}

.yanbaru_miryoku p {
	position: absolute;
	top: 190px;
	left: 110px;
	width: 650px;
	font-size: 14px;
}*/


.page_bts {
	margin-bottom: 30px;
	height: 160px;
}

.page_bts ul {
	display: flex;
	 justify-content: center;
}

.page_bts li {
	padding-right: 15px;
}




.rule_main {
	float: left;
	width: 400px;
	
}

.rule_nature {
	float: left;
	padding-left: 20px;
	width: 400px;
}

.rule_img_m {
	width: 230px;
}

.rule_img_n {
	width: 230px;
}

.naha_resort_liner {
	width: 943px;
	height: 334px;
	margin: auto;
	padding: 20px 0px;
	display: block;
}

.naha_resort_liner_sp {
	display: none;
}

@media screen and (max-width:560px) {
	
	#main__visual {
	background-image:url("../img/bg_main_sp.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 100%;
	height: 2200px;
	background-color: #d0efef;
	margin-top: -21px;
}
	
h1.main_title {
		width: 82%;
	}

.tour_miryoku {
	background-image: url("../img/lead_sp_bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 90%;
	margin:230px auto 0px auto;
	
}

.tour_miryoku p {
	padding-top: 30px;
	padding-left: 15px;
    font-size: 13px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	width: 90%;
}

.page_bts {
	height: 160px;
}
	
	
.page_bts ul {
	display: flex;
	 flex-wrap: wrap;
}
	
	.page_bts li {
		width: 150px;
		padding-bottom: 10px;
		padding-left: 10px;
	}



	
}

@media screen and (max-width: 380px) {
	
#main__visual {
	height: 2090px;
}
	
.rule_list {
	padding-top: 254px;
}
	
.rule_img_m {
	width: 180px;
}
	
.rule_img_n {
	width: 180px;
}

.yanbaru_miryoku p {
	padding-top: 140px;
}
	
.yanbaru_rule {
	height: 619px;
}
	
}





/*//////////////////// おすすめ観光スポット ////////////////////*/

.sightseeing_spot_tab {
	z-index: 5;
	margin-top: 50px;
	width: 730px;
	margin: auto;
}


.sightseeing_spot_tit {
	display: block;
	width: 495px;
	margin: auto;
	padding-top: 30px;
	z-index: 3;
	padding-bottom: 20px;
}








/*ポップアップタブ*/

/* ==========================
  モーダル（ポップアップ）
========================== */


#spot01 {
	background-image: url("../img/s_s_01.jpg");
	background-repeat: no-repeat;
}

#spot02 {
	background-image: url("../img/s_s_02.jpg");
	background-repeat: no-repeat;
}

#spot03 {
	background-image: url("../img/s_s_03.jpg");
	background-repeat: no-repeat;
}

#spot04 {
	background-image: url("../img/s_s_04.jpg");
	background-repeat: no-repeat;
}

#spot05 {
	background-image: url("../img/s_s_05.jpg");
	background-repeat: no-repeat;
}

#spot06 {
	background-image: url("../img/s_s_06.jpg");
	background-repeat: no-repeat;
}

#spot07 {
	background-image: url("../img/s_s_07.jpg");
	background-repeat: no-repeat;
}

#spot08 {
	background-image: url("../img/s_s_08.jpg");
	background-repeat: no-repeat;
}

#spot09 {
	background-image: url("../img/s_s_09.jpg");
	background-repeat: no-repeat;
}

#spot10 {
	background-image: url("../img/s_s_10.jpg");
	background-repeat: no-repeat;
}

.spot_tit {
	background-color: #547a3c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

.spot_tit span {
	font-size: 14px;
}
.spot_img {
	width: 100%;
}

.js_modalCont p {
	font-size: 14px;
}

.js_modalBtnWrap {
  width: 168px;
	height: 168px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
	display: table;
	font-size: 15px;
}

.js_modalBtnCont {
  display: block;
  color: #fff;
  padding: 15px 5px;
  transition: 0.3s;
display: table-cell;
  vertical-align: middle;
}
.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  color: #fff;
	opacity: 0.5;
}
.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
/*.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}*/
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  max-height: 600px;
  padding: 40px;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: 520px;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 168px;
  margin: 7px 7px;
  background-color: #ccc;
	float: left;
}

.md_textblock > * + * {
  margin-top: 10px;
}
.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}
table {
  width: 100%;
}
table th,
table td {
  border: 1px solid #222;
  padding: 10px;
}
table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}
.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
}
/* スマホ幅に適用 */
@media (max-width: 767px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    max-height: 400px;
    padding: 20px;
  }
  .js_modalCont {
    max-height: 400px;
  }
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }
}


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

.sightseeing_spot_tab {
		width: 100%;
	}

.sightseeing_spot_tit {
	display: block;
	width: 90%;
	margin: auto;
}

	.ly_inner {
		max-width: 140px;
	}
	
.js_modalBtnWrap {
  width: 138px;
	height: 138px;
}

	
/*タブ切り替え全体のスタイル*/
.tabs {
  width: 90%;
  margin: 0 auto;
}
	
.tab_item {
  width: calc(100%/2);
  height: 80px;
  border-bottom: 3px solid #547a3c;
  background-color: #547a3c;
  line-height: 80px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
	
/*タブ切り替えの中身のスタイル*/
/*.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}*/

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 70%;
  background-color: #fff;
  max-height: 700px;
  padding: 17px;
}
	
.spot_img {
	width: 100%;
}

}

@media screen and (max-width: 380px) {
	
.ly_inner {
  max-width: 150px;
}
	
.js_modalBtnWrap {
  width: 138px;
	height: 138px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
	display: table;
	font-size: 15px;
}


	
}



/*////////////////////// ホエールウォッチング //////////////////////*/

.whale_sec {
	background-image: url("../img/bg_whale.gif");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 1750px;
	background-color: #124676;
	padding-bottom: 50px;
}

.whale_sec_tit {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color:#fff;
	padding: 20px 0px;
}

.whale_image {
	float: left;
	width: 400px;
}

.whale_txt {
	float: left;
	width: 550px;
	padding-left: 20px;
}

.whale_txt p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
}

.whale_waza {
	width: 1000px;
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
	margin-top: 30px;
	padding-bottom: 30px;
}

.whale_waza_tit {
	width: 521px;
	margin: auto;
	padding: 30px 0px;
}


.whale_acctions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.acction {
	width: 260px;
	padding: 15px;
}

.acction_name {
	font-size: 20px;
	font-weight: bold;
	color: #0093a7;
	text-align: center;
	padding: 10px 0px;
}

.acction_img {
	width: 260px;
	padding-bottom: 15px;
}

.acction_txt {
	font-size: 14px;
}

.movie {
	width: 560px;
	margin: 20px auto;
	 aspect-ratio: 16 / 9;
}


.movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:560px) {
	
.whale_sec {
	background-image: url("../img/bg_whale.gif");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 1000px;
	background-color: #124676;
}
	
	.whale_main {
		width: 90%;
		margin: auto;
	}
	
.whale_image {
	float: none;
	width: 100%;
}

.whale_txt {
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}
	
.whale_txt p {
	font-size: 14px;
}
	
.whale_waza {
	width: 90%;
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
	margin: 30px auto;
	padding-bottom: 30px;
}

.whale_waza_tit {
	width: 80%;
	margin: auto;
	padding: 30px 0px;
}

	
.acction {
	width: 145px;
	padding: 5px;
}
	
	
.acction_name {
	font-size: 13px;
}

	
.acction_img {
	width: 130px;
	padding-bottom: 15px;
}

.acction_txt {
	font-size: 12px;
}
	

.movie {
	padding-top: 20px;
	width: 90%;
	margin:auto;
	padding-bottom: 30px;
}
	
}


/*////////////////////// ツアー詳細・予約 //////////////////////*/


.tour_shosai {
	background-image: url("../img/bg_tour.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1750px;
	background-color: #d0efef;
	padding-bottom: 50px;
}


.tour_tit {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color:#0093a7;
	padding: 50px 0px 20px 0px;
	margin-top: 0px;
}


.tour_sche {
	width: 900px;
	margin:20px auto;
}

table.schedule {
	width: 900px;
	border: #0093a7 solid 1px;
	background-color: #fff;
	border-collapse: collapse;
	text-align: left;
}

table.schedule td {
	border: #0093a7 solid 1px;
}

.tour_naiyou {
	width: 640px;
	font-size: 15px;
	padding: 10px
}

.day {
	background-color: #8dcacc;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

.day4 {
	background-color: #298284;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

.day5 {
	background-color: #127777;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

.tour_btn {
	width: 1000px;
	margin: auto;
}


.tour_book {
	text-align: center;
	color: #0093a7;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0px;
}

.tour_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tour_btn li {
	padding: 10px;
}


@media screen and (max-width:560px) {
	
.tour_sche {
	width: 90%;
	padding-left: 20px;
}
	
table.schedule {
	width: 100%;
	
	}
	
.tour_naiyou {
	font-size: 13px;
}

.day {
	text-align: center;
}

.day4 {
	text-align: center;
}

.day5 {
	text-align: center;
}
	
.tour_book {
	padding: 20px 0px 10px 0px;
}

	
.tour_btn {
	width: 100%;
	margin: auto;
}
	
.tour_btn li {
	padding: 5px;
	width: 150px;
}


	
}

/*////////////////////// ページTOP //////////////////////*/


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#9A6F0E;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}

@media screen and (max-width: 560px) {
	
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size:13px;
}
#page-top a {
	background:#9A6F0E;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}
	
}


/* トップに戻る */
#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;
}

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

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




/* フッター */
#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 .jigyou{
  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;
	color: #fff;
}

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