@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 0em 0;
	float: left;
    display:inline-block;
    vertical-align: middle;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
/*shop list*/
.shop_list {
	margin: 30px auto 50px;
    width: 960px;
	font-family: "Noto Sans JP";
	font-style: normal;
}
.shop_list table {
    color: #332f2a;
    width: 960px;
}
.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;
}

.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;
}
.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;
}
/*募集終了用１ここまで*/

/*///// Worcation /////*/
#contents_inner {
	width: 960px;
	margin: 0 auto;
}
.pr_bn {
	margin: 20px 0 100px;
}
.pr_bn img {
	display: block;
	margin: 0 auto;
}
a .pr_bn img:hover {
	-ms-filter: "alpha(opacity=60)";
    opacity: 0.6 !important;
}
@media only screen and ( max-width : 750px ) {
	  .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;
}
	
	/*///// Worcation /////*/
	#contents_inner {
		width: auto;
	}
	.pr_bn {
		margin: 0 auto 20px;
	}
	.pr_bn img {
		width: 100%;
	}
}

@media print, screen and ( min-width : 751px ) {
	.shop_list table th,
	.shop_list table td {
		padding:15px 10px;
	}
	.shop_list table .area_name {
		width: 8%;
	}
	.shop_list table .shop_name {
		width: 9%;
	}
	.shop_list table .course_no {
		width: 10%;
	}
	.shop_list table .course_name {
		width: auto;
	}
	.shop_list table .format01  {
		width: 14%;
	}
	.shop_list table .format02 {
		width: 20%;
	}
	.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;
	}
	.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;
	}
	.shop_list .one_list table th{
		padding: 15px 25px 15px 15px;
	}
	.shop_list .one_list table th:after {
	content: "▶";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
	color: #00b2df;
	}

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


	.goto{
	 border-color: #1558a0 #1558a0 #ffffff #1558a0;
	 border-style: solid;
	 border-width: 2px;
	 width: 150px;
	 height: 150px;
	 padding: 10px;
	}
	.corona-notice{
		font-size: 16px;
		text-align: center;
		width: 960px;
		margin: 30px auto 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 table th,
	.shop_list table td {
		padding: 6px 10px;
	}
	.shop_list {
		width: 100%;
		max-width: 550px;
		margin: 15px auto;
	}
	.shop_list table {
		width: 100%;
	}
	.shop_list table th,
	.shop_list table td {
		display: block;
	}
	.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 {
		width: 100%;
		font-size: 12px;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
	}
	
	.shop_list table .course_name span{
		text-decoration: underline;
	}
	.shop_list table .course_name span:after{
		content: "　▶";
    	color: #db3831;
	}
	.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 {
		display: block;
		text-align: center;
		font-weight: normal;
		background-color: #c1c196;
		color: white;
	width: 97%;
    padding: 5px;
    margin: 0 auto 6px;
	}
	.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: "宿泊地・施設";	
	}
	.shop_list thead {
		display: none;
	}
	.shop_list .one_list {
		background-color: beige;
		margin:0 5px 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 + 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 .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: "　▶";
    	color: #5C5C5C;
	}
	
	.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 {
		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;
	}
	
	
	/*.shop_list .flex_box img {
		margin-left: 5px;
		border-radius: 5px;
	}*/
	.goto thead{
		display: block;
		color: #FFF;
		font-weight: bold;
		 background-color:#1558a0;
		 padding:3px 10px;
		margin: 0 0 10px;
	}
	
	.corona-notice{
		margin: 30px 15px 0;
	}
	.corona-notice br{
		display: none;
	}
}
