@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: #fffff5;
  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{}

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

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



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;
	position: relative;
}

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


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




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

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}


.pc_br {
	display: block;
}

.sp_br {
	display: none;
}



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

.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}
	
	

.pc_br {
	display: none;

}

.sp_br {
	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 */  


h2{
  margin:30px auto 50px;
}




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


}


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


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


#nahastay_all {
background-image: url("../img/bg_dot.gif");
background-repeat: repeat;
}
	

.main_v {
	background-image:url("../img/bg_pc.png");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1440px;
	height: 632px;
}

.main_tit{
  width: 696px;
	margin:auto;
	padding-top: 20px;
}

h1 {
	margin-top: 0px;
}




.sub_v {
	background-image: url("../img/bg_main_pc_02.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1750px;
	height: auto;
	background-color: #fbff7c;
	
	position: relative;
}


.tourpoint_stamp {
	position: absolute;
	top: 10px;
	left: 10px;
}

.plan_main_txt p {
	margin: auto;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top:25px;
}








.sp_br {
	display: block;
}




@media screen and (max-width: 560px) {
	
#family_tour_all {
}
	
	
.main_v {
	background-image:url("../img/bg_sp.jpg");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 100%;
	height: 580px;
	}
	
	
 h1{
    width: 100%;
    margin-bottom: 10px;
  }
	



.main_tit{
  width: 90%;
	margin: auto;
	padding-top: 50px;
}
	
.main_tit img {
	width: 100%;
	}
	
.sub_cath_pc {
	display: none;	
	
}

.sub_cath_sp {
	display: block;
	width: 80%;
	margin: auto;
}
	
.sub_v {
	background-image: none;
	background-color: #fbff7c;
	position: relative;
}
	
	

.plan_main_txt p {
margin: auto;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    width: 60%;
    float: right;
    padding-right: 10px;
	line-height: 1.6em;
	}
	
.tourpoint_stamp {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 35%;
}
	
	
.familytour_point {
	display: none;

}

.familytour_point_sp {
		width: 100%;
	margin: auto;
	padding-top: 15px;
	display: block;
} 
	

.tour_attention {
	width: 85%;
	background-color: #ffffcc;
	padding: 20px;
	margin:20px auto 20px auto;
}
	
.tour_attention p {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.tour_attention li {
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 5px;
}

	
	
	



}





/*////////////////////那覇ステイ リード部分//////////////*/



#main_sec {
	
}

.tour_bg {
	
}

.nahastay_read {
	background-image:url("../img/read_nahastay.png");
	background-repeat: no-repeat;
	background-size: 990px;
	background-position: center;
}

.nahastay_tit {
	display: block;
	width: 494px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}



.nahastay_txt p {
	text-align: center;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
	margin: auto;
}










@media screen and (max-width: 560px) {
	
	
.nahastay_read {
	background-image:url("../img/read_nahastay_sp.png");
	background-repeat: no-repeat;
	background-size: 95%;
	background-position:center bottom;
	height: 340px;
}
	

	
.nahastay_tit {
	display: block;
	width: 90%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}



.nahastay_txt p {
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
	margin: auto;
}
	
	
	
	
	


	
}


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

	
}


/*////////////////////那覇ステイ おすすめプラン//////////////*/


.section__wrap_nh {
	display: flex;
  flex-direction: column; /* 縦向き */
  height: 1450px; /* 高さの指定をしないと機能しません */
}

.nahastay_model_plan_sotowaku {
	position: relative;
}


.nahastay_model_plan {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 1130px;
	background-image: url("../img/bg_grit.gif");
	background-repeat: repeat;
	width: 1130px;
}

.nahastay_model_plan_cont {
	
	
}

.nahastay_model_tit {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 1166px;
}








.model_tit {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 1.5em;
}

.model_tit span {
	 background: linear-gradient(transparent 70%, #ffbb17 30%);  
	line-height: 1;
}

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


.model_contents01 {
	position: relative;
	width: 530px;
	float: left;
	height: 500px;
	margin-top: 240px;
	margin-left: 30px;
}

.cont01_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no01.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 25px;
}

.cont01_txt {
	position: absolute;
	top: 100px;
	left: 50px;
}

.model01_img {
	position: absolute;
	top: 7px;
	right: 0;
}



.model_contents02 {
	position: relative;
	width: 530px;
	float: right;
	height: 500px;
	margin-top: 260px;
	margin-right: 30px;
}

.cont02_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no02.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 25px;
}

.cont02_txt {
	position: absolute;
	top: 180px;
	left: 50px;
}

.model02_img {
	position: absolute;
	top: 230px;
	right: 0;
}



.model_contents03 {
	position: relative;
	width: 530px;
	float: left;
	height: 500px;
	margin-top: 50px;
	margin-left: 30px;
}

.cont03_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no03.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 25px;
}

.cont03_txt {
	position: absolute;
	top: 130px;
	left: 20px;
}

.model03_img {
	position: absolute;
	top: 210px;
	left: 10px;
}



.model_contents04 {
	position: relative;
	width: 530px;
	float: right;
	height: 550px;
	margin-top: 80px;
	margin-right: 30px;
}

.cont04_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no04.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 30px;
}

.cont04_txt {
	position: absolute;
	top: 100px;
	left: 20px;
}

.model04_img {
	position: absolute;
	top: 180px;
	right: 0;
}

@media screen and (max-width: 560px) {
	
	
.section__wrap_nh {
	display: flex;
  flex-direction: column; /* 縦向き */
  height: 2300px; /* 高さの指定をしないと機能しません */
}

.nahastay_model_plan_sotowaku {
	position: relative;
}


.nahastay_model_plan {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	background-image: url("../img/bg_grit.gif");
	background-repeat: repeat;
}

.nahastay_model_plan_cont {
	
	
}

.nahastay_model_tit {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	margin: auto;
}








.model_tit {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 1.5em;
}

.model_tit span {
	 background: linear-gradient(transparent 70%, #ffbb17 30%);  
	line-height: 1;
}

.model_txt {
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
}
	
	

.model_contents01 {
	position: relative;
	width: 95%;
	float: none;
	height: 410px;
	margin:210px auto 0 auto;
}

.cont01_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no01.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 25px;
}

.cont01_txt {
	position: absolute;
	top: 80px;
	left: 17px;
}

.model01_img {
	position: absolute;
	top: 7px;
	right: 0;
}
	
	
.model_contents02 {
	position: relative;
	width: 95%;
	float: none;
	height: 550px;
	margin:20px auto 0 auto;
}

.cont02_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no02.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 25px;
}

.cont02_txt {
	position: absolute;
	top: 160px;
	left: 20px;
}

.model02_img {
	position: absolute;
	top: 255px;
	right: 0;
}
	
	
.model_contents03 {
	position: relative;
	width: 95%;
	float: none;
	height: 500px;
	margin: 10px auto 0px auto;
}


.cont03_txt {
	position: absolute;
	top: 150px;
	left: 10px;
}

.model03_img {
	position: absolute;
	top: 230px;
	left: 10px;
}



.model_contents04 {
	position: relative;
	width: 95%;
	float: none;
	height: 550px;
	margin: 10px auto 0px auto;
}

.cont04_tit {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/no04.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 62px;
	height: 86px;
	padding-top: 30px;
}

.cont04_txt {
	position: absolute;
	top: 100px;
	left: 10px;
}

.model04_img {
	position: absolute;
	top: 180px;
	right: 0;
}

	
}


/*////////////////////那覇ステイ プランカセット//////////////*/


.sec_tour_plan {
	
}

.plans_tit {
	width: 837px;
	margin: auto;
	padding: 20px 0px;
}

.plans_read_txt p {
	font-size: 17px;
	text-align: center;
	padding-bottom: 20px;
}


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

.plancas {
	width: 620px;
	background-color: #fff;
	margin: 15px;
	padding-bottom: 10px;
}

.plan_theme {
	width: 35%;
	height: 43px;
	background-color:#e70005;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	float: left;
}

.plan_theme p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
}

.plan_category {
	float: right;
	padding: 6px 20px;
}

.title_txt {
	width: 45%;
	float: left;
	padding-left: 20px;
}


.cas_title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	
}

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

.plan_cas_img {
	width: 43%;
	float: right;
	padding: 15px 25px 10px 0px;
}

.plan_cas_img img {
	width: 100%;
}


.plan_setsumei {
	width: 90%;
	margin: auto;
	font-size: 13px;
	line-height: 1.3em;
	clear:both;
	padding-top: 10px;
	text-align: left;
	height: 110px;
}

.plan_limit {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 5px 25px;
	text-align: left;
}

.price {
	padding-bottom: 10px;
	width: 60%;
	float: left;
}


.dep_days {
	float: left;
	padding-left: 30px;
	line-height: 1.5em;
}

.dep {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.price_red {
	float: left;
	padding-left: 30px;
}

.price_red span {
	font-size:28px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}

.tourdays {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	float: left;
}






.tour_link img {
	width: 100%;
}


.jgt_price {
	font-family: 'Roboto',sans-serif;
	font-style:italic;
  display: none;
	line-height: 1;
}
.jgt_price::after {
  /*content: '円～';*/
  font-size: 20px;
}



.tour_link {
	width: 35%;
	margin: auto;
	float: right;
	padding-right: 15px;
	padding-bottom: 30px;
}


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

.plans_read_txt p {
	font-size: 14px;
	}
	
.plans_caset {
	display: block;
}

	
.plancas {
	width: 95%;
	margin:10px auto;
	background-color: #fff;
}
	
	
.plan_theme {
	width: 100%;
	height: auto;
	background-color:#e70005;
	clip-path:none;
	float: none;
	
}

.plan_theme p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 4px 0px;
}

.plan_category {
	float: none;
	padding: 0px 0px 10px 0px;
	width: 75%;
	margin: auto;
}
	
.title_txt {
	padding-left: 15px;
	width: 90%;
	float: none;
	margin: auto;
}
	
.cas_title {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 5px;
}

.cas_subtit {
	font-size: 15px;
	text-align: left;
	padding-top: 15px;
	line-height: 1.5em;
}
	
.plan_cas_img {
	width: 80%;
	margin: auto;
	float: none;
	padding: 15px 0px 10px 0px;
}
	
.plan_setsumei {
	height: auto;
}
	
.plan_limit {
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0px 5px 25px;
	text-align: left;
}
	
.price {
	padding-bottom: 10px;
	width: 100%;
	float: none;
}
	
.tour_link {
	width: 90%;
	margin: auto;
	float: none;
	padding-right: 0px;
}
	
.price {
	/*display: flex;*/
	
}
	
	
.dep_days {
	float: left;
	padding-left: 30px;
	line-height: 1em;
}
	
.dep {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
	
	.price_red {
		padding-left: 15px;
		padding-left: 20px;
		padding-bottom: 10px;
	}

	
.price_red span {
	font-size: 28px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}

	.tourdays {
		padding-left: 10px;
		font-size: 13px;
		text-align: center;
		padding-top: 10px;
	}


	
}



/*////////////////////スライダー//////////////////////////*/


.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-next:before {
    content: none;
}

/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}





/*よくある質問*/




.p-accordion{
	padding-bottom: 0px;
	margin: 0px;
}

.p-accordion__item{
  width: 94%;
	margin: auto;
}

.p-accordion__head a{
  display: block;
  color: #1B1B1B;
  text-decoration: none;
  background-color: #D8D8D8;
  padding: 14px 12px;
  position: relative;text-align: left;

}

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

.p-accordion__content p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px auto;
	text-align: left;
}

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


	
 .p-accordion{
	margin-left: 0px;
	padding-bottom: 0px;
  justify-content: space-between;
}
	
.p-accordion__item{
  width: 90%;
	margin: auto;
}
	
.p-accordion__content p {
	font-size: 12px;
	line-height: 1.5em;
}
	
.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: #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;
}

.p-accordion__content p {
	font-size: 13px;

	
}

	
}




/* ページTOP */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#4F340C;
	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:#4F340C;
	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;
  }
}
