@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
dl,
dt,
dd,
ol,
ul,
li {
	list-style: none;
}
q,
blockquote {
	quotes: none;
}

img {
	border: none;
	vertical-align: bottom;
}

main a {
	color: #545454;
	border: none;
	cursor: pointer;
}
main a:visited {
	color: #545454;
}
main a:hover {
	color: #333;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}


main {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: normal;
	color: #333;
	line-height: 2;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
 @media only screen and (max-width: 599px) {
    .pc { 
    	display: none !important;
    }
    .sp {
    	display: block !important;

    }
}

.content {
	max-width: 900px;
	margin: 0 auto;
}

/*----------------------
	スライダー
----------------------*/
.slid-area {
	width: 100%;
}
.sec_inner {
	margin: 30 6% 0;
}
.slick-slide{
    margin-right: .5vw!important;
    margin-left: .5vw!important;
}
img{
	width:100%;
}
.slick-slide{
	height:auto!important;
}
.slick-next{
	right:0!important;
}
.slick-prev{
	left:0!important;
}
.slick-arrow{
	width: initial!important;
	height: initial!important;
	z-index:2!important;
}
.slick-arrow:before{
	font-size: 30px!important;
}
.slick-slider {
    padding-left: 0;
 }



.service-title {
	margin-bottom: 16px;
}
.service-title h4 {
	line-height: 1;
	font-size: 1.5rem;
	color: #0073aa;
}
.service-title h5 {
	font-size: 1rem;
	color: #919191;
}
.service-flex-article {
	display: flex;
	line-height: 1.5;
}
.service-img {
	width: 300px;
}
.service-info {
	margin-left: 34px;
}
.detail {
	font-weight: bold;
  margin-bottom: 16px;
}
.tag {
	font-size: .7rem;
	color: #818181;
	background-color: #eaeaea;
	padding: 8px;
	border-radius: 2px; 
	margin-right: 8px;
}
.service-info p {
	max-width: 800px;
	margin: 16px 0 36px;
}
.service-info span {
	font-weight: bold;
}
i {
	margin-right: 8px;
}
.btn-area {
	/*position: absolute;
	bottom: 0;
	right: 0;*/	
	text-align: right;
	width: 100%;
}
.btn-gradient-radius {
  display: inline-block;
    padding: 12px 20px;
    border-radius: 50px;
    border: 2px solid #f44336;
    text-decoration: none;
    color: #FFF;
    background-color: #f44336;
    transition: .4s;
    width: 300px;
    text-align: center;
    font-weight: bold;
}


.btn-gradient-radius:visited {
	color: #fff;
}

.btn-gradient-radius:hover {
  background-color: #ff6a5f;
  border: 2px solid #ff6a5f;
  color: #fff;
}







/*----------------------
	検索エリア＋タグ
----------------------*/

.bl_selectBlock_check input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
  width: 82.9%;
  max-width: 880px;/*1160px*/
  margin-left: auto;
  margin-right: auto;
}
.bl_3daysSearchBlock_ttl{
  text-align: center;
  margin: 56px 0 16px;
}
.bl_3daysSearchBlock_ttl_main{
  font-size: 27px;
  color: #0073aa;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "メイリオ", "YuGothic", "游ゴシック",sans-serif;
}
.bl_3daysSearchBlock_ttl_sub{
  font-size: 16px;
  color: #0073aa;
  letter-spacing: 0.2em;
}
.el_searchResult{
  text-align: center;
  color: #0073aa;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #0073aa;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #0073aa;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  border: 1px solid #0073aa;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 132px;
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content{
  width: calc(100% - 185px);
}


@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
  font-size: 14px;
  /*border-top: 1px solid #bdbdbd;*/
  /*width: 900px;*/
  margin: 0 auto;
}
.bl_searchResultBlock_item{
  padding: 32px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bdbdbd;
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 20px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
}
.js_release{
  cursor: pointer;
}

/*----------------------
	For SP
----------------------*/
@media only screen and (max-width: 599px){
	.bl_3daysSearchBlock_ttl_main {
		line-height: 1.5;
	}
	.bl_3daysSearchBlock_inner {
    	margin-left: auto;
 	   margin-right: auto;
	}
	.bl_searchResultBlock {
		width: 100%;
	}
	.service-flex-article {
		display: block;
	}
	.service-img {
		width: 90%;
		margin: 0 auto;
	}
	.service-info {
		margin: 20px 0 0 0;
	}
	.service-info p {
	    width: 100%;
	    margin: 16px 0;
	}
	.btn-area {
	    text-align: center;
	    width: 100%;
	}
	.btn-gradient-radius {
		width: 90%;
	}
}