/* カスタム CSS をここに入力してください */
/*ヘッダーメニューの表示*/
.site-header-menu {
    display: inline;
}

/*画像に影*/
.img_link{
	box-shadow: 4px 4px 4px grey;
}

#siteorigin-panels-builder-8
{
	float: inherit;
}

/*背景色*/
#ponopono, #top-eye,#nemu2 {
    background-color: #ffffff;
}

#top_middle,#tekuteku {
    background-color: #F4F7F8;
}

/*位置調整*/
#tekuteku {
    max-width: 5000px;
}
/*サイドパネル アイコン*/
.kogma_drawer_menu .kogma_drawer_button:before {
    content: "\f300";
}

/*ウィジェット位置*/
.widget {
    float: unset;
}

/*フッターの色*/
.wg-footer,.site-footer{
    background-color: black;
    color: white;
}

/*会社概要の表*/
table.company_data {
   border-collapse: collapse;
}
table.company_data td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: black;   /* 線色：黒 */
   border-style: solid;   /* 線種：実線 */
}

/*トップの見出し、間隔を縮める*/
h1.top_sub_title{
margin-top: 5px;
}

.pack_list {
    overflow: hidden;
    margin-bottom: 30px;
}

.pack_list li {
    width: 48.6%;
    margin-bottom: 2%;
    float: left;
    overflow: hidden;
    border: 3px solid #eee;
}

/*投稿ページ*/
@media (min-width: 992px){
.page-cont{
width: 100%;
}}

.tourlist li {
    width: 48.6%;
    margin-bottom: 2%;
    float: left;
    overflow: hidden;
    border: 3px solid #eee;
}


.tourlist  {
    width: 66%;
    float: right;
    padding: 25px 4% 25px 0;
}

/*お問い合わせ送信ボタン*/
input[type="submit"] {
    width: 100%;
    margin: 0 auto;
}

.entry-title{
    /*background-color: dodgerblue;*/
    color: black;
    font-size: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
	}

.single-post header.entry-header {
    color: black;
    text-shadow: unset;
}

h1.top_sub_title {
    font-size: 30px;
}

table.company_data td {
    border-color: lightgrey;
}


button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #4B83E5;
}
/*一覧画面コメントリンク削除*/
.su-posts-default-loop .su-post-comments-link {
    display: none;
}

/*PC表示*/
@media (min-width: 750px){
   /* #sp_panel {
  display: none;
  }*/

  #top_list_link,#top_text{
  margin-bottom: 100px;
  }

  #top_original_tour{
      margin-top: 100px;
  }

  #top_news{
      margin-top: 60px;
  }
  #top_timelist{
    margin: 100px auto;
    width: 50%;
  }
  .swiper-wrapper{
  display:none;
  }
/*.custom-logo {
    max-width: 90px;
  }*/
  /*pc表示時、メニュー表示*/
  .site-header-menu {
    display: inline;
}



  /*pcツアー案内*/
  .tour_plan_list{
  height: 220px;
}
}

/*SP*/
@media (max-width: 780px){
  /*.top_slider{
  display:none;
  }*/
  #tabisuru{
  font-size:30px;
  }
  .custom-logo {
    max-width: 50px;
  }
  .custom-logo {
    max-width: 100%;
}
  /*sp表示時ヘッダーメニュー隠す*/
.site-header-menu {
    display: none;
}
  /*sp表示時フッターメニュー隠す*/
  .site-footer{
display:none;
}
  .site-header-main-in {
    height: 60px;
}
  .company_data_pc{
  display:none;
  }
  /*sp時のグレー背景位置調整*/
  #tekuteku {
    width: 100%;
    margin: unset;
}
  /*sp新着情報*/
  .su-posts-default-loop .su-post-excerpt {
    display: none;
}

  #top_list_link{
  width: 30%;
  margin: 0 auto;
  }
  /*spツアー写真*/
.pack_list .pack_img img {
    top: 30px;
}
}

.single-post header.entry-header {
    background-color: unset;
}

/*ロゴ*/
/*@media screen and (min-width: 61.5625em){*/
/*}*/

#footer_logo{
font-size: 20px;
}

.site-inner {
    padding-bottom: 0px;
}
@media (min-width: 780px){
.custom-logo {
    /*max-width: unset;*/
  }}

/*時刻表*/
#tablepress-1_filter{
    display: none;
}

.tablepress .odd td {
    background-color: #F2F8FE;
}

.dataTables_wrapper .tablepress {
    margin: 0 auto !important;
}

.dataTables_length {
    float: right;
}

.tablepress-table-name{
font-weight: bold;
}

/*以下ツアー情報用CSS*/


/* ================================================
	パックツアー
=================================================*/

#pack .cate{
	height: 220px;
	overflow: hidden;
	position: relative;
	/*background: #e64e4e;*/
	background: url(../images/domestic-cat.jpg) no-repeat center fixed;
	background-size: cover;
	}
	#pack .cate .tit{
		color: #0163c6;
		font-size: 29px;
		font-weight: 600;
		text-align: center;
		position: absolute;
		display: block;
		width: 300px;
		height: 300px;
		line-height: 155px;
		margin-left: -150px;
		position: absolute;
		bottom: -200px;
		left: 50%;
		border-radius: 300px;
	}
	#pack .cate_domestic{
		background: url(../images/icon_flight2.png) no-repeat center 17px #fff;
	}
	#pack .cate_oversea{
		background: url(../images/icon_travel2.png) no-repeat center 16px #fff;
	}

.pack_cont{
	max-width: 1130px;
	margin: 0 auto 80px;
	}

.pack_menu{
	overflow: hidden;
	margin-bottom: 50px;
	}
	.pack_menu li{
		text-align: center;
		float: left;
		width: 25%;
	}
	.pack_menu li a{
		color: #000;
		/*font-size: 18px;*/
		font-weight: 600;
		text-decoration: none;
		display: block;
		padding: 18px 0;
		background: #eee;
		border-right: 3px solid #fff;
	}
	.pack_menu li:last-child a{
		border-right: 0;
	}
	.pack_menu li a:hover{
		color: #fff;
		background: #4A82E4;
	}
	.pack_menu li.current-cat a{
		color: #fff;
		background: #4A82E4;
	}

.pack_cont h3{
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 50px;
}

.pack_list{
	overflow: hidden;
	margin-bottom: 30px;
	}
	.pack_list li{
		width: 48.6%;
		margin-bottom: 2%;
		float: left;
		overflow: hidden;
		border: 1px solid #eee;
	}
	.pack_list li:nth-child(even){
		float: right;
	}
	.pack_list .pack_img{
		width: 21.8%;
		float: left;
		position: relative;
		margin: 25px 0 25px 4%;
	}
	.pack_list .pack_img img{
		width: 100%;
		position: relative;
		display: block;
	}
	.pack_list .pack_img .zoom{
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.pack_list .pack_txt{
		width: 66%;
		float: right;
		padding: 25px 4% 25px 0;
	}
	.pack_list .pack_txt h4{
		font-weight: bold;
		margin-bottom: 10px;
	}
	.pack_list table{
		font-size: 14px;
		width: 100%;
		}
		@media screen and (min-width: 667px) {
			.pack_list table th,
			.pack_list table td{
				padding: 8px;
				border: 1px solid #ddd;
			}
			.pack_list table th{
				background: #F5F6F8;
			}
		}
		.pack_list table td span{
			font-size: 16px;
			font-weight: bold;
			color: #F00;
		}
	.pack_cont .btn_bl{
		text-align: center;
	}

#flight{
	padding: 40px 0 50px;
	border-top: 1px solid #eee;
	}
	#flight h4{
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 25px;
		padding-top: 54px;
		background: url(../images/icon_time.png) no-repeat center top;
	}
	#flight ul{
		width: 600px;
		margin: 0 auto;
	}
	#flight a{
		text-align: center;
		border: 2px solid #eee;
		display: block;
		padding: 14px 30px;
		border-radius: 10px;
		background: url(../images/icon_pdf.png) no-repeat 97% center #fff;
	}
	#flight li{
		margin-bottom: 10px;
	}

@media screen and (max-width: 1160px) {

	.pack_cont{
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {

	#pack .cate{
		background: url(../images/domestic-cat.jpg) no-repeat center;
		background-size: cover;
	}
	.pack_cont{
		margin-bottom: 60px;
		padding: 0 15px;
	}
	.pack_list{
		margin: 0 10px;
	}
	.pack_list .pack_txt h4{
		font-size: 16px;
	}
	.pack_list table{
		font-size: 13px;
	}
	.pack_list table th,
	.pack_list table td{
		padding: 4px;
	}
	.pack_list .pack_img{
		margin: 20px 0 20px 4%;
	}
	.pack_list .pack_txt {
		padding: 20px 4% 20px 0;
	}

}

@media screen and (max-width: 667px) {

	#pack .cate{
		font-size: 22px;
		height: 100px;
	}
	#pack .cate .tit{
		font-size: 17px;
		line-height: 96px;
		width: 160px;
		height: 160px;
		bottom: -100px;
		margin-left: -80px;
	}
	#pack .cate_domestic{
		background: url(../images/icon_flight2_sp.png) no-repeat center 17px #fff;
	}
	#pack .cate_oversea{
		background: url(../images/icon_travel2_sp.png) no-repeat center 17px #fff;
	}
	#pack .cate_domestic,
	#pack .cate_oversea {
		background-position: center 15px;
		background-size: 22px;
	}
	.pack_cont{
		width: auto;
		margin: 0 auto 50px;
	}
	.pack_cont h3{
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.pack_menu{
		margin: 15px 10px 0;
	}
	.pack_menu li{
		width: 50%;
	}
	.pack_menu li a{
		font-size: 15px;
		font-weight: 500;
		padding: 13px 0;
		border-bottom: 3px solid #fff;
	}
	.pack_menu li:nth-child(2n) a {
		border-right: 0;
	}
	.pack_menu li:nth-child(5) a{
		border-right: 3px solid #fff;
	}

	.pack_list{
		margin: 0 10px;
	}
	.pack_list li{
		width: 100%;
		float: none;
		margin-bottom: 2.5%;
		moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pack_list .pack_img{
		width: 23%;
		height: auto;
		float: left;
		margin: 12px 0 12px 3.5%;
	}
	.pack_list .pack_txt{
		width: 66%;
		float: right;
		margin: 12px 3.5% 12px 0;
		padding: 0;
	}
	.pack_list .pack_txt h4{
		padding: 0;
		margin-bottom: 6px;
	}
	.pack_list table{
		font-weight: 300;
		font-size: 11px;
	}
	.pack_list table th,
	.pack_list table td{
		padding: 1px 0;
	}

.pack_cont .btn_bl{
	text-align: center;
	margin: 20px 0 20px;
	}

#flight{
	padding: 20px 0 30px;
	margin: 0 10px;
	}
	#flight h4{
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 16px;
		padding-top: 42px;
		background-size: 40px;
		background: url(../images/icon_time_sp.png) no-repeat center top;
		background-size: 37px;
	}
	#flight ul{
		width: auto;
	}

}


/*---------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-spacing: 0
}

.pack_txt th {
    width: 90px;
}


.pack_list table th {
    background: aliceblue;
}


@media screen and (min-width: 667px){
.pack_list table th, .pack_list table td {
    padding: 8px;
    border: 1px solid #B2D8EF;
  }}

.pack_menu li a {
    background: aliceblue;
}

.pack_list li {
    border: 1px solid #B2D8EF;
}

.pack_list table td span {
    color: orange;
}

table {
     border-collapse: none;
    border-spacing: 1px;
}

@media screen and (min-width: 667px){
.pack_list table th, .pack_list table td {
    padding: 8px;
    border: none;
  }}


.pack_list tbody tr{
    height: 30px;
    font-size: large;
}

#siteorigin-panels-builder-4{
margin:0 auto;
}

#pgc-w5c75e62b6521f-1-1{
width:unset !important;
}

/*時刻表*/

.timetable_list tr {
    font-size: 18px;
    font-weight: bold;
}

.timetable_list td {
    border-bottom: solid 1px lightgray;
}

/*タブレット*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
.pack_list li {
    height: 230px;
}
  /*sp,tabの時刻表*/
.timetable_list tr {
    font-size: 16px;
    line-height: 23px;
}
}


@media screen and (max-width: 910px){
.content-bottom-widgets .widget-area {
    width: unset;
}
/*  .pack_list li {
    height: unset;
} */

}

@media screen and (max-width: 667px) {
.timetable_list tr {
    font-weight: unset;
  }
}

@media screen and (max-width: 910px) {

.site-header-menu {
    display: none;
  }}

#tekuteku {
    max-width: 5000px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

@media (max-width: 430px){
#top_text {
    font-size: 12px !important;
    margin-bottom: 60px !important;
  }}

@media screen and (max-width: 430px) and (orientation: portrait){
.timetable_list tr {
    font-size: 9px;
    line-height: 23px;
    font-weight: bold;
}}

@media screen and (max-width: 430px) and (orientation: portrait){
.pack_list li {
    height: unset;
}}

.footer_info {
    margin: 0 auto;
    text-align: center;
    font-size:16px;
}

#footer_personal{
	margin: 0 auto;
}

/*新着情報*/
.su-post{
    width: 59%;
    margin: 0 auto;
}

@media (min-width: 780px){
  .company_data_sp{
  display:none;
  }}

@media (max-width: 750px){
  .top_slider{
  display:none;
  }
}

@media (min-width: 779px){
#sp_panel {
    display: none;
  }
#tab_timetable_link {
    display: none;
  }
  #top_text{
font-size: 1.4rem;
}
}

#top_company_info{
display: inline-flex;
}

#top_second_block{
width: -webkit-fill-available;
}

@media (max-width: 780px){
#ordermade_b{
width: 50%;
margin: 0 auto;
}
#company_info_personal{
    width: 50%;
    margin: 0 auto;
}
  #ordermade_to_contact{
    width: 60%;
    margin: 0 auto;
}
}

@media (max-width: 450px){
#ordermade_b {
    width: 90%;
    margin: 0 auto;
}
}

@media screen and (max-width: 1024px){
#tekuteku {
    float: left;
}}

.site-header-main-in {
    max-width: unset;
    padding: 0 3%;
}


/*個人情報保護方針・時刻表アイコンサイズ*/
/* .sow-image-container img{
max-width:330px !important;
}
 */


#panel-w5f596f37944e1-0-0-0 > .panel-widget-style {
    max-width: 380px !important;
}

/* 2020.9/15　内村更新分 */

/*PC表示*/
@media (min-width: 750px){
	.notopen_title{
		text-align:center;
	}
	.su-post-excerpt p{
		display:none;
	}
	.site-inner{
		padding-top:100px;
	}
}

/*SP*/
@media (max-width: 780px){
	.notopen_title{
		text-align:center;
	}
}