@charset "utf-8";

#page * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

img {
    max-width: 100%;
    height: auto;
}
.osusume {
    padding: 0em 0em 0em 0em;
    margin: 0 0.3em 0 0;
	float: left;
    display:inline-block;
    vertical-align: middle;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
/*shop list*/
/*Goto_shop list*/
.shop_list .format02 {
	width: 10%;
}
.shop_list .course_name {
	width: auto;
}
.shop_list .tour_process {
	width: 42%;
	
}
/*Goto_shop list*/

.shop_list {
	margin: 50px auto;
    width: 960px;
	font-family: "Noto Sans JP";
	font-style: normal;
}
.shop_list table {
    color: #332f2a;
    width: 960px;
}
.shop_list table th,
.shop_list table td {
		padding:15px 10px;
	}
	.shop_list table .area_name {
		width: 8%;
	}
	.shop_list table .shop_name {
		width: 8%;
	}
	.shop_list table .course_no {
		width: 17%;
	}
	.shop_list table .course_name {
		width: auto;
	}
	.shop_list table .format01  {
		width: 14%;
	}
	.shop_list table .format02 {
		width: 14%;
	}
	.shop_list .one_list .area_name,
	.shop_list .one_list .shop_name,
	.shop_list .one_list .course_no,
	.shop_list .one_list .format01,
	.shop_list .one_list .format02 {
		text-align: center;
		font-size: 16px;
	}
	/*.shop_list .one_list .shop_name{
		padding: 15px;
	}*/
.shop_list thead {
	background-color: #1558a0;
    color: white;
	text-align: center;
}
.shop_list table thead th {
	padding: 10px;
	font-size: 16px;
}
.shop_list table thead th + th {
	border-left: 1px solid white;
}
.shop_list .one_list {
	margin-bottom: 3px;
	border-bottom: solid 1px #d0d0a6;
}
.shop_list .one_list table:hover,
.shop_list .one_list table:focus {
	-ms-filter: "alpha(opacity=60)";
    opacity: 0.6;
}

.shop_list .one_list table {
	background-color: beige;
}
.shop_list .one_list table th {
	text-decoration: underline;
	position: relative;
	padding-right: 30px;
}
.shop_list .one_list table th:after {
	content: "▶";
    position: absolute;
    right: 5px;
    top: calc(50% - 7px);
	color: #00b2df;
}
.shop_list .one_list table th + td,
.shop_list .one_list table td + td,
.shop_list .one_list table td + th {
	border-left: solid 1px white;
}
.shop_list .one_list .area_name,
.shop_list .one_list .course_no {
	text-align: center;
	font-size: 16px;
}
.shop_list .one_list p {
	width: 320px;
}
.shop_list .one_list img {
    width: 70px;
    height: 86px;
    object-fit: cover;
}
.shop_list .flex_box {
	display: -webkit-flex;
	display: flex;
}
.shop_list .flex_box img {
	margin-left: 5px;
	border-radius: 5px;
}

/*募集終了用１ここから*/
.shop_list .one_list_end {
	margin-bottom: 3px;
	border-bottom: solid 1px #d0d0a6;
}
.shop_list .one_list_end table:hover,
.shop_list .one_list_end table:focus {
	-ms-filter: "alpha(opacity=60)";
    opacity: 0.6;
}

.shop_list .one_list_end table {
	background-color: #E1E1E1;
}
.shop_list .one_list_end table th {
	/*text-decoration: underline;*/
	position: relative;
}

.shop_list .one_list_end table th + td,
.shop_list .one_list_end table td + td,
.shop_list .one_list_end table td + th {
	border-left: solid 1px white;
}
.shop_list .one_list_end .area_name,
.shop_list .one_list_end .course_no {
	text-align: center;
	font-size: 16px;
}
.shop_list .one_list_end p {
	width: 320px;
}
.shop_list .one_list_end img {
	width: 70px;
}
/*募集終了用１ここまで*/



@media only screen and ( max-width : 751px ) {
	.sp {
		direction: none;
	}
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 20px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
.closed {
	color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #de4a00;
  padding: 5px;
  margin: 0 auto 5px;
}
}

@media print, screen and ( min-width : 750px ) {
	.pc {
		display: none;
	}
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .sp {
    display: none;
  }

.closed {
	color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #de4a00;
  padding: 5px;
  margin: 0 auto 5px;
}

/*募集終了用２ここから*/
	.shop_list .one_list_end .area_name,
	.shop_list .one_list_end .shop_name,
	.shop_list .one_list_end .course_no,
	.shop_list .one_list_end .format01,
	.shop_list .one_list_end .format02 {
		text-align: center;
		font-size: 16px;
	}
	.shop_list .one_list_end .shop_name{
		padding: 15px;
	}

	.shop_list .one_list_end table th{
		padding: 15px 25px 15px 15px;
	}
	.shop_list .one_list_end table th:after {
	content: "▶";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
	color: #00b2df;
	}
/*募集終了用２ここまで*/

	.c_notice{
		font-size: 14px;
		text-align: left;
		width: 960px;
		margin: 50px auto 0px;
		padding: 20px;
		line-height: 1.6;
		background-color: #fff;
		border: solid #001A98;
	}
	.c_notice .c_notice_ttl {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.c_notice dl {
		margin-bottom: 15px;
	}
	.c_notice dt {
		margin-bottom: 3px;
		font-size: 16px;
	}
	.c_notice dd {
		margin: 0 0 0 20px;
		position: relative;
	}
	.c_notice dd::before {
		content: "●";
		color: #ffc107;
		position: absolute;
		left: -18px;
		top: 0;
	}

}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 100px 0;
  }
  .box {
    margin-bottom: 100px;
  }
  .sbox {
    margin-bottom: 50px;
  }
  .ssbox {
    margin-bottom: 25px;
  }
  .small_container {
    max-width: 900px;
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------------------------------------------

　   MAIN IMAGE

--------------------------------------------------------------------------------------------- */
#mainImage {
  position: relative;
	min-width: 960px;
    margin: 0 auto;
}
.mainCopy {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
#mainImage h1,#mainImage h1 picture {
  text-align: center;
}
.shop_link_btn {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,.2);
  transition: .3s;
  position: absolute;
}
@media only screen and ( max-width : 1000px ) {
  body {
    width: 100%;
  }
  .mv_slide .fit {
    height: 500px;
  }
  .shop_link_btn {
    width: 150px;
    height: 150px;
    right: 20px;
    bottom: -20px;
  }
  .mainCopy {
    top: 10px;
    padding: 0 15px;
  }
}
@media only screen and ( max-width : 750px ) {
	#mainImage {
		width: 100%;
		min-width: auto;
	}
	  .mv_slide .fit {
		height: 350px;
  }
	  .shop_link_btn {
		width: 120px;
		height: 120px;
  }

}
@media print, screen and ( min-width : 751px ) {

}
@media print, screen and ( min-width : 1001px ) {
  .mv_slide .fit {
    height: 600px;
  }
  .mainCopy {
    top: 20px;
    padding: 0 20px;
  }
  .shop_link_btn {
    width: 200px;
    height: 200px;
    right: 40px;
    bottom: -40px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .mv_slide .fit {
    height: 700px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   SHOP_LIST

--------------------------------------------------------------------------------------------- */
/*@media print, screen and ( max-width : 750px ) {*/
@media screen and ( max-width : 750px ) {
	.shop_list {
		width: 100%;
		/*max-width: 550px;*/
		margin: 30px auto;
	}
	#goto.shop_list,
	.shop_list {
		background-color: #1558a0;
	}
	#goto.shop_list {
		margin: 30px auto 10px;
	}
	.shop_list {
		margin: 10px auto 30px;
	}

	.shop_list table {
		width: 100%;
	}
	.shop_list table th,
	.shop_list table td {
		display: block;
		padding: 6px 10px;
	}
	.shop_list .one_list table .area_name,
	.shop_list .one_list table .shop_name,
	.shop_list .one_list table .course_no,
	.shop_list .one_list table .course_name,
	.shop_list .one_list table .format01,
	.shop_list .one_list table .format02,
	#goto.shop_list .one_list table .format02,
	#goto.shop_list .one_list table .tour_process {
		width: 100%;
		font-size: 14px;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
	}
	#goto.shop_list .one_list table .tour_process {
		text-align: left;
	}
	.shop_list table .course_name span{
		text-decoration: underline;
	}
	.shop_list table .course_name span:after{
		content: "";
		border-style: solid;
		border-color: transparent transparent transparent #db3831;
		border-width: 6px 0 6px 6px;
		display: inline-block;
		margin-left: 10px;
	}
	#goto.shop_list:before,
	.shop_list:before {
		display: block;
		text-align: center;
		font-weight: normal;
		background-color: #1558a0;
		color: white;
		padding: 2% 0;
		font-size: 15px;
	}
	#goto.shop_list:before {
		content: "GoToトラベルキャンペーン対象ツアー";	
	}
	.shop_list:before {
		content: "支店からのおすすめツアープラン";	
	}

	.shop_list .one_list table .area_name:before,
	.shop_list .one_list table .shop_name:before,
	.shop_list .one_list table .course_no:before,
	.shop_list .one_list table .course_name:before,
	.shop_list .one_list table .format01:before,
	.shop_list .one_list table .format02:before,
	#goto.shop_list .one_list table .tour_process:before {
		display: block;
		text-align: center;
		font-weight: normal;
		background-color: #c1c196;
		color: white;
	width: 97%;
    padding: 5px;
    margin: 0 auto 6px;
		font-size: 12px;
	}
	.shop_list table .area_name:before {
		content: "府県名";	
	}
	.shop_list table .shop_name:before {
		content: "支店名";	
	}
	.shop_list table .course_no:before {
		content: "コースNo.";	
	}
	.shop_list table .course_name:before {
		content: "コース名";
		width: 97%;
	}
	.shop_list table .format01:before {
		content: "形式";	
	}
	.shop_list table .format02:before {
		content: "宿泊";	
	}
	#goto.shop_list .one_list table .tour_process:before {
		content: "ツアー行程";
	}
	.shop_list thead,
	.shop_list table.goto {
		display: none;
	}
	.shop_list .one_list {
		background-color: beige;
		margin:0 2% 10px;
		padding: 5px;
	}
	.shop_list .one_list table:hover,
	.shop_list .one_list table:focus {
		-ms-filter: "alpha(opacity=60)";
		opacity: 0.6;
	}

	.shop_list .one_list table th {
		padding-right: 3%;
	}
	.shop_list .one_list table th:after {
		content: "";
		display: none;
	}
	.shop_list .one_list table th + td,
	.shop_list .one_list table td + td,
	.shop_list .one_list table td + th {
		border-left: none;
	}
	.shop_list .one_list p {
		width: calc(100% - 78px);
	}
	.shop_list .flex_box {
		flex-wrap: wrap;
	}
	/*.shop_list .flex_box img {
		margin-left: 5px;
		border-radius: 5px;
	}*/


/*募集終了用３ここから*/
	.shop_list .one_list_end table .area_name,
	.shop_list .one_list_end table .shop_name,
	.shop_list .one_list_end table .course_no,
	.shop_list .one_list_end table .course_name,
	.shop_list .one_list_end table .format01,
	.shop_list .one_list_end table .format02 {
		width: 100%;
		font-size: 12px;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
	}
	
	.shop_list .one_list_end table .course_name span{
		text-decoration: none;
	}
	.shop_list .one_list_end table .course_name span:after {
		content: "";
		border-style: solid;
		border-color: transparent transparent transparent #5c5c5c;
		border-width: 6px 0 6px 6px;
		display: inline-block;
		margin-left: 10px;
	}
	
	.shop_list .one_list_end table .area_name:before,
	.shop_list .one_list_end table .shop_name:before,
	.shop_list .one_list_end table .course_no:before,
	.shop_list .one_list_end table .course_name:before,
	.shop_list .one_list_end table .format01:before,
	.shop_list .one_list_end table .format02:before	{
		display: block;
		text-align: center;
		font-weight: normal;
		background-color: #c1c196;
		color: white;
		width: 97%;
		padding: 5px;
		margin: 0 auto 6px;
	}
	.shop_list .one_list_end table .tour_process {
		display: none;
	}
	.shop_list .one_list_end {
		background-color: #E1E1E1;
		margin:0 5px 10px;
		padding: 5px;
	}
	.shop_list .one_list_end table:hover,
	.shop_list .one_list_end table:focus {
		-ms-filter: "alpha(opacity=60)";
		opacity: 0.6;
	}

	.shop_list .one_list_end table th + td,
	.shop_list .one_list_end table td + td,
	.shop_list .one_list_end table td + th {
		border-left: none;
	}
	.shop_list .one_list_end p {
		width: calc(100% - 78px);
	}
/*募集終了用３ここまで*/

	.c_notice{
        width: 95%;
		max-width: 550px;
		padding: 20px;
		font-size: 14px;
		text-align: left;
		margin: 20px auto;
		line-height: 1.6;
		background-color: #fff;
		border: solid #001A98;
	}
	.c_notice .c_notice_ttl {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.c_notice dl {
		margin-bottom: 10px;
	}
	.c_notice dt {
		margin-bottom: 0;
	}
	.c_notice dd {
		margin: 0 0 0 20px;
		position: relative;
	}
	.c_notice dd::before {
		content: "●";
		color: #ffc107;
		position: absolute;
		left: -18px;
		top: 0;
	}


}

.goto{
 border-color: #1558a0 #1558a0 #ffffff #1558a0;
 border-style: solid;
 border-width: 2px;
 height: 150px;
 padding: 10px;
}

/*PR*/
.pr_area {
  width: 960px;
  margin: 30px auto 0;  
}
.pr_area_ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.pr_area_ttl:before,
.pr_area_ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.pr_area_ttl:before {
  margin-right: 2rem;
}
.pr_area_ttl:after {
  margin-left: 2rem;
}
.pr_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pr_area li {
  width: 32%;
  display: inline-block;
  border: 1px solid #999;
  margin: 10px 6px 0;
}
ul:after {
  content: none;
}
  @media screen and ( max-width : 750px ) {
    .pr_area {
      width: 96%;
      margin: 30px auto 0;  
    }
    .pr_area li {
      width: 46%;
    }

  }
/*---*/