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

/* body */
body {
  width: 100%;
  margin: auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",　sans-serif;
  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{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;
}







/* 共通 */

#kaiensai_all {
	background-color: #fff;
}

.section__wrap{
  width: 100%;
  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;
}






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

	



}

/* 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{
padding: 30px 0px;
}



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


.br_sp {
	display: none;
}
.br_pc {
	display: block;
}
		
	


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

.br_sp {
		display: block;
}
.br_pc {
		display: none;
	}

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■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: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;
    }
    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__visual {
	background-image: url("../img/bg_pc2025.jpg");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 1750px;
	height: 677px;
}

.kaiensai_sub {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0;
}

.main_tit {
  width: 614px;
	margin: auto;
	display: block;
}



.main_txt {
	font-size: 16px;
	text-align: center;
	padding-left: 60px;
	font-weight: bold;
	line-height: 1.8em;
}





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

@media screen and (max-width: 560px) {
	
#main__visual {
	background-image: url("../img/bg_sp2025.jpg");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 100%;	
	height: auto;
}
	

.kaiensai_sub {
	font-size: 15px;
	padding-top: 170px;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0;
}

	

	
.main_tit {
	width: 80%;
	padding-top: 10px;
	margin: auto;
}


	
.main_txt {
	font-size: 11px;
	text-align: center;
	padding: 105px 0px 30px 0px;
	line-height: 1.5em;
}
	



}


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

#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;
}
#breadcrumbs li:not(:first-child):before {
	content: ">";
	margin-right: 8px;
}
@media screen and (max-width:767px) {
	#breadcrumbs {
			max-width:auto;
			margin: 0 auto;
			padding: 9px 15px;

			overflow-x: scroll;
			word-break: keep-all;
			white-space: nowrap;
			 -webkit-overflow-scrolling: touch;
	}
}




/*//////////////////////////海も！観光も！花火も！/////////////////////////*/



.ukh_sec {
background-image:url("../img/bg_stlipe.gif");
	background-repeat: repeat;
	padding-bottom: 30px;
	padding-top: 30px;
}

.ukh_set {
	float: left;
	padding-left: 10px;
	width: 320px;
	padding-bottom: 20px;
}

.ukh_set img {
	width: 314px;
}

.ukh_title {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

.ukh_txt {
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	height: 80px;
}

#color_b {
	color: #00a7e7;
}

#color_o {
	color: #f25708;
}

#color_p {
	color: #c9258b;
}

.tour_yudo_tit {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.tour_yudo_btn {
	padding-top: 20px;
}

.tour_yudo_btn ul {
	padding-left: 60px;
}

.tour_yudo_btn li {
	float: left;
	width: 445px;
	padding-right: 20px;
}






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

	
.ukh_contents {
	width: 90%;
	margin: auto;
	}
	
.ukh_set {
	float: none;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 20px;
}
	
.ukh_set img {
	width: 97%;
}
	
.ukh_txt {
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	height: 60px;
}

	
	.tour_yudo_btn {
		width: 80%;
		margin: auto;
	}
	
.tour_yudo_btn ul {
	padding-left: 10px;
	
}

.tour_yudo_btn li {
	float: left;
	width: 100%;
	padding-right:none;
	padding-bottom: 15px;
}
	
	.ank_btn {
		width: 90%;
		margin: auto;
	}	


}

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


	
}


/*//////////////////////////観光記事/////////////////////////*/


.kiji {
	width: 320px;
	float: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.kiji img {
	width: 320px;
}

.kankokiji_tit_sub {
	width: 450px;
	margin: auto;
	padding-top: 20px;
}

.kankokiji_tit {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	padding-top: 15px;
}

.kiji_data {
	padding-top: 15px;
	font-size: 13px;
}

.kiji_title {
	font-size: 15px;
	text-decoration: underline;
}

.kankokiji_okinawa_pc {
	display: block;
}

.kankokiji_okinawa_sp {
	display: none;
}

.kankokiji_naha_pc {
	display: block;
}

.kankokiji_naha_sp {
	display: none;
}




@media screen and (max-width: 560px) {
	
.kankokiji_tit_sub {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}

.kankokiji_tit {
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.kankokiji_okinawa_pc {
		display: none;
}
	
.kankokiji_okinawa_sp {
	display: block;
}
	
.kankokiji_naha_pc {
		display: none;
}
	
.kankokiji_naha_sp {
	display: block;
}

.sec_inner {
		width: 80%;
		margin: auto;
	}

}


/*//////////////////////////おすすめビーチ/////////////////////////*/

.beach_sec {
	background-image: url("../img/bg_dot.gif");
	background-repeat: repeat;
	padding-bottom: 30px;
	margin-top: 30px;
}

.osusume_beach_int {
	padding-top: 20px;
}

.osusume_beach_tit_pc {
	display: block;
	width: 600px;
	float: left;
}

.osusume_beach_tit_sp {
	display: none;
}

.osusume_beach_tit_pc img {
	width: 543px;
}

.osusume_beach_tit_pc p{
	padding-top: 15px;
	font-size: 14px;
}

.osusume_beach_img {
	float: left;
}

.insta_img_pc {
		display: block;
	width: 950px;
	margin: auto;
	}

.insta_img_pc li {
	float: left;
	padding-right: 5px;
}

.insta_img_sp {
	display: none;
}


.suset_spot {
	background-image: url("../img/bg_sunset_s.gif");
	background-repeat: no-repeat;
	width: 1002px;
	height: 305px;
	margin-top: 20px;
}

.sunset_spot_tit {
	font-size: 32px;
	font-weight: bold;
	padding-top: 80px;
	padding-left: 210px;
}

.sunset_spot_tit span {
	color: #E14F00;
}

.sunset_txt {
	font-size: 17px;
    line-height: 1.7em;
    padding-left: 50px;
    padding-top: 36px;
}

.sunset_txt span {
	background-color: #FFED3F;
}

.osusume_sunset_pc {
	display: block;
	width: 844px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.osusume_sunset_sp {
	display: none;
}

.solis_img {
	float: left;
	padding-left: 40px;
	width: 266px;
}

.solis_shopdata {
	float: left;
	padding-left: 30px;
	width: 610px;
}

.solis_shopdata p {
	font-size: 14px;
	line-height: 1.3em;
	border-bottom: dotted 1px #303030;
	width: 600px;
	padding-bottom: 15px;
}

.shopdata {
	font-size: 13px;
	padding-top: 10px;
}

.shopdata span {
	font-weight: bold;
}

@media screen and (max-width: 560px) {
	
.osusume_beach_tit_pc {
	display: none;
}
	
.osusume_beach_int {
		width: 90%;
		margin: auto;
}

.osusume_beach_tit_sp {
	
	display: block;
	
}
	
.osusume_beach_img {
		padding-top: 15px;
	}
	
	.insta_img_pc {
		display: none;
	}
	
.insta_img_sp {
	display: block;
	padding-top: 15px;
}
	
.suset_spot {
	background-image: url("../img/bg_sunset_sp.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 370px;
	background-size: 100%;
	border-bottom: solid 1px #e75900;
}

	
.sunset_spot_tit {
	    font-size: 28px;
    font-weight: bold;
    padding-top: 99px;
    padding-left: 26px;
    width: 170px;
}

.sunset_spot_tit span {
	color: #E14F00;
}

.sunset_txt {
	width: 90%;
	margin: auto;
	font-size: 13px;
    line-height: 1.7em;
    padding-left: 0px;
    padding-top: 13px;
	
}

.sunset_txt span {
	background-color: #FFED3F;
}
	
	
.osusume_sunset_pc {
	display: none;
}

.osusume_sunset_sp {
	display: block;
	width: 90%;
	margin: auto;
	padding: 10px 0px;
}

.solis_img {
	float: left;
	padding-left: 40px;
	width: 336px;
}

.solis_shopdata {
	float: left;
    padding-left: 15px;
    width: 90%;
    padding-top: 15px;
}

.solis_shopdata p {
	font-size: 13px;
	line-height: 1.5em;
	border-bottom: dotted 1px #303030;
	width: 100%;
	padding-bottom: 15px;
}

.shopdata {
	font-size: 13px;
	padding-top: 10px;
}
	
}



/*//////////////////////////海炎祭レポート/////////////////////////*/


.kaiensai_repo {
	background-image:url("../img/bg_glid.gif");
	background-repeat: repeat;
	margin-top: 30px;
	padding-bottom: 30px;
}

.repo {
	width: 900px;
	margin: auto;
	padding-bottom: 15px;
}

.kaiensai_repo01_pc {
	display: block;
	padding-top: 20px;
	width: 724px;
	margin: auto;
}

.kaiensai_repo01_sp {
	display: none;
}



.kaiensai_logo {
	float: left;
	width: 317px;
	padding-left: 110px;
}

.kaiensai_txt01 {
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}

.kaiensai_txt02 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0px;
}



.kaiensai_kanpai {
	float: left;
	width: 424px;
}

.kaiensai_txt03 {
	float: left;
	padding-left: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}

.kaiensai_txt03 span {
	background-color: #FAEC6B;
	font-size: 25px;font-weight: bold;
}

.kaiensai_txt04 {
	float: left;
	padding-left: 110px;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	padding-top: 100px;
}

.kaiensai_sunset {
	float: left;
	width: 275px;
	padding-left: 60px;
}

.kaiensai_txt05 {
	float: left;
	padding-left: 50px;
	text-align: center;
	font-size: 23px;
	line-height: 2em;
	padding-top: 70px;
}

.kaiensai_hanabi {
	float: left;
	width: 376px;
	padding-left: 80px;
}

.mochimono {
	background-image: url("../img/mochimono_pc.png");
	background-repeat: no-repeat;
	width: 830px;
	height: 337px;
	margin: auto;
}

.mochimono ul {
	padding: 140px 0px 0px 70px;
}
.mochimono li {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 350px;
}

.mochimono li span {
	font-size: 20px;
	color: #179aff;
	font-weight: bold;
}

.mochimono li p {
	font-size: 14px;
	line-height: 1.5em;
}

@media screen and (max-width: 560px) {
	
.kaiensai_repo01_pc {
	display: none;
}

.kaiensai_repo01_sp {
	display: block;
	padding-top: 40px;
}
	
.repo {
	width: 90%;
	margin: auto;
	padding-bottom: 15px;
}


.kaiensai_logo {
	float: left;
	width: 315px;
	padding-left: 30px;
}

.kaiensai_txt01 {
	float: left;
	padding-left: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}

.kaiensai_txt02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px;
}



.kaiensai_kanpai {
	float: left;
	width: 373px;
}

.kaiensai_txt03 {
	float: left;
    padding-left: 19px;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
    padding-top: 15px;
	line-height: 2em;
}

.kaiensai_txt04 {
	float: none;
	padding-left: 0px;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	padding-top: 10px;
}

.kaiensai_sunset {
	float: none;
	width: 90%;
	margin: auto;
	padding-top: 10px;
	padding-left: 0px;
}

.kaiensai_txt05 {
	float: none;
	padding-left: 0px;
	text-align: center;
	font-size: 23px;
	line-height: 2em;
	padding-top: 20px;
}

.kaiensai_hanabi {
	float: none;
	width: 90%;
	margin: auto;
	padding-left: 0px;
}

.mochimono {
	background-image: url("../img/mottekumono_sp.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 90%;
	height: 510px;
	margin: auto;
}

.mochimono ul {
	padding: 110px 0px 0px 30px;
}
.mochimono li {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 350px;
}

.mochimono li span {
	font-size: 17px;
	color: #179aff;
	font-weight: bold;
}

.mochimono li p {
	font-size: 14px;
	line-height: 1.5em;
}
	
}



/*//////////////////////////ツアー詳細・申し込み/////////////////////////*/

.tourentry_sec {
	margin-bottom: 30px;
}

.tour_entry_tit {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.tour_rentalcar_sec {
	width: 900px;
	margin: auto;
	border: #c1e8ff 3px solid;
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.13);
	background-color: #fff;
	margin-top: 30px;
	padding-bottom: 40px;
	
}

.tit_bg_color {
	background-color: #c1e8ff;

}


.tour_rentalcar_tit_pc {
	display: block;
	width: 433px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tour_rentalcar_tit_sp {
	display: none;
}

.free_tit {
	text-align: center;
	color:#0091b5;
	font-size: 16px;
	font-weight: bold;
}

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

.tour_free {
	padding-top: 15px;
}

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

.tour_free li {
	margin: 5px;
}

.tour_free li a {
	width: 90px;
}

.reserved_tit {
	text-align: center;
	color:#ff005c;
	font-size: 16px;
	font-weight: bold;
}

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

.tour_reserved {
	padding-top: 15px;
	
}

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

.tour_reserved li {
	margin: 5px;
}

.tour_reserved li a {
	width: 90px;
}

.bus_shosai_sec {
	padding-top: 30px;
}

.busshosai_tit_pc {
	display: block;
	width: 832px;
	margin: auto;
	padding-bottom: 20px;
}

.busshosai_tit_sp {
	display: none;
}

.shosai_cont {
	width: 850px;
	margin: auto;
	background-color: #ffffc2;
	padding:15px 30px;
	margin-top: 20px;
}

.shosai_tit {
	font-size: 20px;
	font-weight: bold;
	color: #df0058;
	text-align: center;
}

.shosai_main {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.shosai_txt p {
	font-size: 13px;
	line-height: 1.3em;
	padding-top: 5px;
}

.maps_sec {
	width: 100%;
	padding-top: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.maps {
	width: 365px;
	padding-right: 10px;
}

@media screen and (max-width: 560px) {
	
.tour_entry_tit {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.tour_rentalcar_tit_pc {
	display: none;
}

.tour_rentalcar_tit_sp {
	display: block;
	width: 90%;
	margin: auto;
	padding: 15px 0px;
}
	
.tour_rentalcar_sec {
	width: 95%;
	margin: auto;
	border: #c1e8ff 3px solid;
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.13);
	background-color: #fff;
	margin-top: 30px;
	padding-bottom: 40px;
	
}
	
.tour_free {
	padding-top: 15px;
	width: 90%;
	margin: auto;
}
	
.tour_reserved {
	padding-top: 15px;
	width: 90%;
	margin: auto;
}
	
	
.tour_free li {
	margin: 4px;
}

.tour_free li a {
	width: 70px;
}

	
.tour_reserved li {
	margin: 4px;
}

.tour_reserved li a {
	width: 70px;
}
	
.busshosai_tit_pc {
	display: none;
}

.busshosai_tit_sp {
	display: block;
	width: 90%;
	margin: auto;
}
	
.shosai_cont {
	width: 90%;
	margin: auto;
	background-color: #ffffc2;
	padding: 15px;
	margin-top: 20px;
}
	
.maps_sec {
	width: 100%;
	padding-top: 15px;
}

.maps {
	width: 100%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
	
}


/* ページTOP */


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


/*////////////////////タブ切り替え全体のスタイル////////////////////*/

.tab_content {
	border-top: 5px solid #ca0000;
}
.kenminwari_plan {
	background-image: url("../img/bg_orange.gif");
	background-repeat: repeat;
	padding-bottom: 30px;
}
.tabs {
  margin-top: 50px;
  background-color: #fff;
  margin:auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(70%/2);
  height: 70px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	line-height: 1.6em;
	padding-top: 23px;
	margin-left: 190px;
		border-top-left-radius: 20px;
 	border-top-right-radius: 20px;
	box-shadow: 0px -8px 35px -21px #9e9e9e;
}

.tab_item span {
	font-size: 23px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#kenminwari:checked ~ #kenminwari_content,
#sonota:checked ~ #sonota_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ca0000;
  color: #fff;
}

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

.tab_item {
  width: calc(100%/2);
  height: 90px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	line-height: 1.6em;
	padding-top: 23px;
	margin: 0;


}
	
	.tab_item p {

	}


.tab_item span {
	font-size: 18px;
}
	
}
