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

/* body */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
body {
  width: 100%;
  margin: auto;
  color: #000;
  background-color: #fff;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",　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{
  width: 100%;
  max-width: 1000px;
  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%;
  max-width: 1000px;
  margin: 0 auto;
}


h3 {
	text-align: center;
	color: #008856;
	font-weight: bold;
	font-size: 35px;
	margin: 10px;
}

h4 {
	text-align: center;
	font-size: 30px;
	color: #008856;
	padding-bottom: 15px;
	border-bottom: solid 2px #008856;
	margin: 10px;
}

#breadcrumbs {
    color:#333;
    text-align: left;
    margin: 0 auto;
    padding: 12px 0 12px 30px;
    font-size: 12px;
    background-color:#f2f2f2;
}
#breadcrumbs a{
    color:#4e4e4e;
    text-decoration: none;
}
#breadcrumbs ul{
    display: flex;
}
#breadcrumbs li{
    margin-right:15px;
	font-size: 13px;
}
#breadcrumbs li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}
@media screen and (max-width:767px) {
    #breadcrumbs {
        max-width:auto;
        margin: 0 auto;
        padding: 0px 15px;
 
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
         -webkit-overflow-scrolling: touch;
    }
}


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

h4 {
	font-size: 25px;
}


}

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


h2{
  margin:30px auto 50px;
}

#timesale_all {
	background-color: #CB0000;
}

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




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



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

  h2{
    margin:0 auto 40px;
  }

  p span.marker{
    font-size: 1.8rem;
  }
	
h3 {
	text-align: center;
	color: #008856;
	font-weight: bold;
	font-size: 25px;
}


}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■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;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok,
#hok header .departure .chu,
#hok header .departure .shi{
    display: none;
}

@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:10px;
        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;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}


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

.main_v {
	background-image:url("../img/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1750px;
	height: 650px;
	background-color: #fff;
}

.main_pc{
  width: 603px;
	margin:auto;
	padding-top: 30px;
}

h1 {
	margin-top: 0px;
}

.main_sp{
	display: none;
}


.area_price {
	float: right;
	padding-right: 20%;
}

.price_card {
	width: 225px;
	border: #e9ed02 solid 1px;
	background-color:rgba(255,255,255,0.85);
	float: left;
	text-align: center;
	padding: 5px 10px;
	margin-right: 15px;
}

.area_name {
	font-size: 28px;
	color: #008856;
	font-weight: bold;
	
}

.area_name span {
	font-size: 22px;
}

.dep_area {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: dotted 1px rgba(102,102,102,1.00);
}

.price {
	padding-top: 10px;
}

.price p {
	font-size: 13px;
	text-align: center;
}

.price_t {
	font-size: 33px;
	font-weight: bold;
	color: #dd0000;	
}

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



.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}




.point__list li{
  width: 100%;
}

.point__list {
	display: flex;
	
 justify-content:center;
}

.point__list li img {
	width: 482px;
}


.sp_br {
	display: none;
}




@media screen and (max-width: 560px) {
	
.main_v {
		background-image:url("../img/bg_sp02.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
	background-position:top center;
	height: 710px;
	}
	
	
 h1{
    width: 100%;
    margin-bottom: 20px;
  }
	
#main__visual {
background-color: #fff;
}
	
.area_price {
	float: right;
	padding-right: 10px;
	padding-top: 30px;
}
	
.price_card {
	width: 135px;
	border: #e9ed02 solid 1px;
	background-color:rgba(255,255,255,0.85);
	float: left;
	text-align: center;
	padding: 5px 10px;
	margin-right: 15px;
}
	
.area_name {
	font-size: 20px;
	color: #008856;
	font-weight: bold;
	
}

.area_name span {
	font-size: 15px;
}

.dep_area {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: dotted 1px rgba(102,102,102,1.00);
}

.price {
	padding-top: 5px;
}

.price p {
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	line-height: 1.3em;
}

.price_t {
	font-size: 20px;
	font-weight: bold;
	color: #dd0000;	
}

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

#point {
	width: 100%;
	margin: auto;
	padding-bottom: 0px;
}
	
#main__visual li {
}

.main_pc{
	display: none;
}

.main_sp{
	display: block;
  width: 90%;
	margin: auto;
	padding-top: 20px;
}
	



.plan_main_txt p{
	width: 90%;
	margin: auto;
	font-size: 15px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
	
	
.point__list{
		margin-left: 0px;
		 display: block;
}

.area__list li{
    width: 90%;
    max-width: 100%;
}
	
.point__list li img {
	width: 350px;
}
	
.sp_br {
	display: block;
}
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}



}


@media screen and (max-width:760px) {
	
.area_price {
	float: right;
	padding-right: 5%;
	padding-top: 50px;
}
	
.price_card {
	width: 145px;
	border: #e9ed02 solid 1px;
	background-color:rgba(255,255,255,0.85);
	float: left;
	text-align: center;
	padding: 5px 10px;
	margin-right: 15px;
}
	
}


/*/////////////////エリアから選ぶ///////////////////////*/

.area_tit {
	background-image: url("../img/icon_pin.gif");
	background-repeat: no-repeat;
	background-position: 340px;
	padding-left: 30px;
}

.area_lineup {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	width: 1030px;
	margin-bottom: 20px;
}

.area_cas {
	margin: 0px;
	width: 254px;
}

@media screen and (max-width: 560px) {
	
.area_tit {
	background-position: 70px;
}
	
.area_lineup {
	width: 100%;
}
	
.area_cas {
	margin: 0px;
	width: 175px;
}
	
}

/*/////////////////ピックアップバナー///////////////////////*/

.pickup_banner {
	width: 935px;
	margin:15px auto;
	
}

@media screen and (max-width: 560px) {
	.pickup_banner {
	width: 90%;
}
}
	
	
/*/////////////////新着情報///////////////////////*/
	
.newsarea {
		background-color: #f7f7f7;
	padding-bottom: 30px;
	
	}
	
	
#news_box {
	margin: 0 auto;
	
}

.news_info_box {
	margin: 0 auto;
	background-color: #fff;
	width: 850px;
	height: 170px;
	border: 1px solid #A0A0A0;
	overflow: scroll;
	padding: 0px 20px 20px 20px;
	border-radius:8px;
}

.news_inner_box {
	width: 800px;
}

.day {
	font-size: 87%;
	font-weight: bold;
	float: left;
	width: 125px;
	padding-top: 18px;
	color: #69a380;
}


.n_txt {
	border-bottom: dotted 1px #757575;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
	width: 570px;
	font-size: 90%;
	text-align: left;
}

.n_txt a {
	text-decoration: underline;
}

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


.news_info_box {
	margin: 0 auto;
	background-color: #fff;
	width: 83%;
	height: 210px;
	border: 1px solid #A0A0A0;
	overflow: scroll;
	padding: 0px 10px 10px 10px;
	font-size: 90%;
	margin: 20px auto 10px auto;
}
	
.news_inner_box {
	width: 60%;
	
		
}

.day {
	font-size: 110%;
	font-weight: bold;
	float: left;
	color: #69a380;
	width: 80%;
}


.n_txt {
	border-bottom: dotted 1px #757575;
	padding-bottom: 15px;
	float: left;
	width: 290px;
	padding-top: 5px;
	margin: 10px;
	text-align: left;
}

	
}


/*/////////////////ご利用ガイド///////////////////////*/

.guide_tit {
	background-image: url("../img/icon_guide.gif");
	background-repeat: no-repeat;
	background-position: 320px;
}

.guide {
	background-color: #e9ed02;
	padding-bottom: 30px;
	padding-top: 20px;
}

.guide_lineup {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	width: 700px;
	margin:15px auto;
}

.guide_btn {
	margin: 2px;
}

@media screen and (max-width:560px) {
	
.guide_tit {
	background-position: 50px;
}

	
	.guide_lineup {
	width: 90%;
}
	
.guide_btn {
	width: 47%;
}
	
}


/*/////////////////ご予約から出発まで///////////////////////*/


.step_cas {
	width: 820px;
	margin: 15px auto;
	height: 220px;
	text-align: left;
	
}


.steptit {
	font-size: 25px;
	color: #008856;
	padding-left: 170px;
	padding-top: 10px;
}

.step_txt {
	font-size: 15px;
	padding-left: 220px;
	padding-top: 20px;
}


#step01 {
	background-image: url("../img/step01.gif");
	background-repeat: no-repeat;
	background-position: left;
}


#step02 {
	background-image: url("../img/step02.gif");
	background-repeat: no-repeat;
	background-position: left;
}


#step03 {
	background-image: url("../img/step03.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#step04 {
	background-image: url("../img/step04.gif");
	background-repeat: no-repeat;
	background-position: left;
}


@media screen and (max-width:560px) {
	
.step_cas {
	width: 90%;
	margin: 15px auto;
	height: 170px;
	text-align: left;
	
}
	

.steptit {
	font-size: 18px;
	color: #008856;
	padding-left: 120px;
	padding-top: 14px;
	line-height: 1.3em;
}

.step_txt {
	font-size: 11px;
	padding-left: 160px;
	padding-top: 20px;
	line-height: 1.3em;
}
	

	
#step01 ,#step02 ,#step03,#step04 {
	background-size: 40%;
}

	
}

@media screen and (max-width:760px) {
	.steptit {
	padding-left: 110px;
	padding-top: 14px;
}

.step_txt {
	padding-left: 150px;
}
	
}

/*/////////////////手荷物規定///////////////////////*/

.tenimotsu_sec {
	width: 900px;
	margin: auto;
	padding: 15px 0px;
}

.tenimotsu_img {
	float: left;
	
}

.teni {
	float: left;
	width: 700px;
}

.tenimotsu_shu {
	font-size: 25px;
	font-weight: bold;
	color: #008856;
	text-align: left;
}

.tenimotsu_txt {
	font-size: 15px;	
	text-align: left;
	padding-top: 15px;
	line-height: 1.5em;
}

.tenimotsu_txt span {
		font-size: 16px;
		font-weight: bold;
	text-decoration: underline;
}

.links {
	text-decoration: underline;
	padding-top: 15px;
	font-weight: bold;
}

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

.tenimotsu_sec {
	width: 90%;
	margin: auto;
	padding: 15px 0px;
}
	
.tenimotsu_img {
	float: none;
	width: 60%;
	margin: auto;
	
}

.teni {
	float: none;
	width: 100%;
}
	
.tenimotsu_shu {
	text-align: center;
}


}


/*//////////////変更・取消////////////////////*/

.henko_sec {
	width: 915px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}

.henko_img {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	width: 184px;
}

.henko_txt {
	float: left;
	width: 700px;
	padding-left: 10px;
	text-align: left;
}

.henko_txt p {
	font-size: 15px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.henko_txt span {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.henko_hyo table {
	border: 1px solid rgba(49,49,49,1.00);
	border-collapse: collapse;
	width: 600px;
	padding: 5px;
	text-align: left;
	font-size: 14px;
}

table th, table td {
    border: 1px solid #a3a3a3;
    padding: 5px 10px;
}

.hyotit {
	font-weight: bold;
	font-size: 15px;
}


@media screen and (max-width:560px) {
	
.henko_sec {
	width: 90%;
}
	
.henko_img {
	float: none;
	padding-right: 0px;
	padding-top: 10px;
	width: 184px;
	margin: auto;
}

.henko_txt {
	float: none;
	width: 100%;
	padding-left: 0px;
}
	
.henko_hyo table {
	width: 100%;
	font-size: 12px;
}
	
}


/*//////////////幼児・小児料金////////////////////*/

.inf_txt {
	width: 920px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
}

.inf_txt span {
	font-size: 16px;
		font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width:560px) {
	
	.inf_txt {
	width: 90%;
}

}


/*//////////////座席指定////////////////////*/


.zaseki_sec {
	width: 915px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}

.zaseki_img {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	width: 184px;
}

.zaseki_txt {
	float: left;
	width: 700px;
	padding-left: 10px;
	text-align: left;
}

.zaseki_txt p {
	font-size: 15px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.zaseki_link {
	padding-top: 20px;
	width: 321px;
}


@media screen and (max-width:560px) {
	
	
.zaseki_sec {
	width: 90%;
}
	
.zaseki_img {
	float: none;
	padding-right: 0px;
	padding-top: 10px;
	width: 184px;
	margin: auto;
}

.zaseki_txt {
	float: none;
	width: 100%;
	padding-left: 0px;
	font-size: 14px;
	padding-top: 10px;
}
	
}


/*//////////////よくある質問////////////////////*/


.faq {
	background-color: #f7f7f7;
}


#que_2023 {
	padding-top: 20px;
}

.faq p {
	line-height: 1.5em;
}

.faq span {
	font-weight: bold;
	color: rgba(226,0,3,1.00);
	padding-top: 15px;
}
.merittit {
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 15px;
}

#question {
    margin-bottom: 30px;
    margin-top: 50px;
}


.quebtn_list {
	width: 54%;
	margin: auto;
	margin-bottom: 30px;
}

.que_btn {
	float: left;
	font-size: 20px;
	text-decoration: underline;
	margin-left: 30px;
}

.que_btn span {
	font-size: 13px;
}

.chigai_table {
	width: 800px;
	margin:10px auto;

}

.chigai_table table {
	width: 800px;
	background-color: #fff;
    border: none;
    border-collapse: collapse;
	margin: auto;
	 border: 1px solid #a3a3a3;
    padding: 10px;
	text-align: left;
	font-size: 13px;
}

.atokara_taishou {
	background-color: #E5E997;
	font-weight: bold;
}

.atokara_chuui {
	font-size: 13px;
}

.chigai_tit {
	font-weight: bold;
}

.atokara_taiou_area {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.taishou_dep {
	width: 180px;
}

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

	
.quebtn_list {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

.que_btn {
	float: left;
	font-size: 17px;
	text-decoration: underline;
	margin-left: 30px;
}
	
.chigai_table {
	width: 90%;
	margin:10px auto;

}

.chigai_table table {
	width: 100%;
	background-color: #fff;
    border: none;
    border-collapse: collapse;
	margin: auto;
	font-size: 12px;
}

	.taishou_dep {
		width: 34%;
	}

	
}




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

.p-accordion__item{
  width: 90%;
}

.p-accordion__head a{
  display: block;
  color: #008856;
  text-decoration: none;
  background-color: #fff;
	border: 1px solid #008856;
  padding: 14px 12px;
  position: relative;

}

.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #008856;
  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) {


	
 .p-accordion{
	margin-left: 0px;
	padding-bottom: 30px;
  justify-content: space-between;
}
	
.p-accordion__item{
  width: 95%;
	margin: auto;
}
	
.p-accordion__head a{

	font-size: 13px;
}
	
.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #008856;
  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;
}


	
}





/* ページTOP */


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

@media screen and (max-width: 560px) {
	
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size:13px;
}
#page-top a {
	background:#008856;
	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: #000;
  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;
  }
}
