@charset "utf-8";

/* -------------------------------------------------- */
/* index*/
/* -------------------------------------------------- */

/* side */
.side {
  width: 220px;
  float: left;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
}

.side .result_box {
  background: #0176c6;
  padding: 20px;
  color: #FFF;
}

.side .result_box .num {
  font-size: 2.4rem;
  line-height: 1.0;
}

.side .result_box .num em {
  font-size: 5.2rem;
}

.side .search_box {
  padding-top: 12px;
}

.side .search_box .tit {
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 500;
}

.side .search_box ul {
  border-top: 1px solid rgba(185,210,240,.5);
}

.side .search_box li {
  border-bottom: 1px solid rgba(185,210,240,.5);
}

.side .search_box input {
  display: none;
}

.side .search_box label {
  padding: 10px 20px 10px 45px;
  position: relative;
  line-height: 1.6;
  display: block;
}

.side .search_box label::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid #0176c6;
  opacity: .3;
  box-sizing: border-box;
}

.side .search_box input:checked + label::before {
  opacity: 1;
}

.side .search_box input:checked + label::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 24px;
  width: 8px;
  height: 8px;
  background: #0176c6;
}

.side .search_box.price {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(185,210,240,.5);
}

.side .search_box.price .box_price {
  padding: 0 20px;
  font-size: 1.2rem;
}

.side .search_box.price input {
  display: initial;
  width: 120px;
  height: 30px;
  border-radius: 4px;
  background: #e5e5e5;
  border: none;
  font-size: 1.6rem;
  margin-right: 5px;
  margin-bottom: 10px;
}

.side .btn {
  padding: 25px 20px;
}

.side .btn input {
  display: block;
  margin: 0 auto;
  width: 172px;
  line-height: 40px;
  border: 2px solid #121212;
  border-radius: 6px;
  background: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  box-shadow: 4px 4px 0px 0 rgb(255 240 0 / 60%);
}

.side .btn input:hover {
  opacity: .6;
}


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

}


/* list */

.search_tax_block {
  width: calc(100%);
  float: none;
}

.search_block {
  width: calc(100% - 260px);
  float: right;
}

.search_block .sort_list {
  margin-bottom: 30px;
}

.search_block .sort_list * {
  display: inline-block;
  vertical-align: middle;
}

.search_block .sort_list p {
  margin-left: 10px;
}

.search_block .sort_list a {
  font-size: 1.3rem;
  min-width: 72px;
  display: block;
  border-bottom: 1px solid #121212;
  position: relative;
}

.search_block .sort_list a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: 3px solid transparent;
  border-top: 5px solid #121212;
}

.box_new {
  float: left;
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.box_new:nth-child(3n) {
  margin-right: 0;
}

.box_new a {
  display: block;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.box_new a img {
  width: 100%;
  height: auto;
}

.box_new.new span {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #1cb07d;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.3rem;
	position: absolute;
	top: 10px;
	left: 10px;
}

.box_new .ph {
	height: 0;
	padding-bottom: 64%;
	overflow: hidden;
}

.box_new .info_box {
	margin-top: -16px;
	padding: 0 18px 18px;
}

.box_new .tit {
	margin: 10px 0 8px;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
}

.box_new .info_box .spot {
	margin: 10px 0 8px;
}

.box_new .info_box .price {
	font-weight: 500;
	line-height: 1.0;
	text-align: right;
}

.box_new .info_box .price em {
	font-size: 3rem;
}


@media screen and (max-width: 767px) {
	.box_new.new a::before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 1.2rem;
	}

	.box_new .info_box {
		margin-top: -14px;
		padding: 0 5% 5%;
	}

  .box_new .tit {
		margin: 10px 0 8px;
		height: 40px;
	}

	.box_new .date {
		opacity: .5;
		font-size: 1.3rem;
		text-align: right;
	}
}


/* -------------------------------------------------- */
/* detail */
/* -------------------------------------------------- */

.btn_back {
  width: 172px;
}

.detail_block .tit_box {
  margin-bottom: 30px;
}

.detail_block .tit_box h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0176c6;
  margin-top: 5px;
}

.detail_block .gallery_box {
  padding: 0 5% 0px;
}

.detail_block .gallery_box img {
  width: 100%;
  border-radius: 10px;
}

.detail_block .gallery_box .slider_for {
  margin-bottom: 20px;
}

.detail_block .gallery_box .slider_nav li {
  margin: 0 5px;
}


/* slick */

.slick-prev {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: -5%;

	display: block;

	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #0176c6;
	background: #FFF;
}

.slick-prev::after {
	position: absolute;
	top: 9px;
	left: 11px;

	display: block;

	width: 8px;
	height: 8px;

	content: " ";
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);

	border-top: 2px #0176c6 solid;
	border-left: 2px #0176c6 solid;
}

.slick-next {
	position: absolute;
	z-index: 100;
	top: 50%;
	right: -5%;

	display: block;

	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #0176c6;
	background: #FFF;
}

.slick-next::after {
	position: absolute;
	top: 9px;
	right: 11px;

	display: block;

	width: 8px;
	height: 8px;

	content: " ";
	-webkit-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
					transform: rotate(135deg);

	border-top: 2px #0176c6 solid;
	border-left: 2px #0176c6 solid;
}

.detail_block .info_box {
  background: #FFF;
  border-radius: 6px;
  padding: 10px 20px 20px;
  margin-bottom: 60px;
}

.detail_block .info_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail_block .info_box li {
  width: 33.3%;
  margin-top: 20px;
  position: relative;
}

.detail_block .info_box h3 {
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
  border-radius: 20px;
  background: #36abd6;
  color: #FFF;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin-right: 8px;
}

.detail_block .info_box p {
  display: inline-block;
  vertical-align: middle;
}


.detail_block .point_box {
  margin-bottom: 50px;
}

.detail_block .comment_box {
  margin-bottom: 60px;
}

.detail_block .comment_box .comment {
  width: calc(100% - 210px);
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
  border: 2px solid #0176c6;
  background: #FFF;
  border-radius: 6px;
  padding: 20px 25px;
  position: relative;
}

.detail_block .comment_box .comment::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -15px;
  width: 21px;
  height: 15px;
  background: url(../../img/common/arrow_phrase02.png) top center no-repeat;
  background-size: 100% auto;
}

.detail_block .comment_box .staff {
  width: 172px;
  display: inline-block;
  vertical-align: top;
}

.detail_block .comment_box .staff img {
  width: 100%;
}

.detail_block .h3_title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #0176c6;
  padding-bottom: 16px;
  line-height: 1.0;
  border-bottom: 2px solid #0176c6;
  margin-bottom: 40px;
}

.detail_block .detail_box table {
	width:100%;
  background: #FFF;
  border-top:1px dotted #dadada;
}

.detail_block .detail_box table th,
.detail_block .detail_box table td{
	padding:10px 10px 10px 20px;
	box-sizing:border-box;
	vertical-align:middle;
	border-bottom:1px dotted #dadada;
}

.detail_block .detail_box table th{
	width:calc(35% / 2);
	font-size:14px;
	line-height:22px;
	background:#ebf6fb;
  text-align: left;
}

.detail_block .detail_box table td{
	width:calc(65% / 2);
	font-size:13px;
	line-height:22px;
}

.detail_block .access_box {
  margin-top: 60px;
}

.detail_block .access_box iframe {
  border: none;
  width: 100%;
  height: 500px;
  /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); */
  border-radius: 10px;
}

ul.slider_nav li.slick-current {
  border: 2px solid #0176c6;
  border-radius: 13px;
}

/* ソートの表示テストの為に追記しました、CSSへ移動およびコードの調整をお願いします */
.sort_btn a.active {
  color: #FF0000;
  font-weight: 600;
}

.sort_btn a.asc::after {
  display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border: 3px solid transparent;
    border-bottom: 5px solid #121212;
}

/* ページャー */
ul.paging {
      text-align: center;
}
ul.paging li a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,240,0,.2);
    line-height: 40px;
}
ul.paging li a:hover {
    background: rgba(255,240,0,1);
    opacity: 1;
}
ul.paging li span {
    display: none;
}
ul.paging li span.active {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,240,0,1);
    opacity: 1;
    line-height: 40px;
}

ul.paging a.prev, ul.paging a.next {
    position: relative;
    background: none;
}
ul.paging a.next::after {
    position: absolute;
    top: 16px;
    left: 15px;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    -webkit-transform: rotate(
135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(
135deg);
    border-top: 1px #121212 solid;
    border-left: 1px #121212 solid;
}
ul.paging a.prev::after {
    position: absolute;
    top: 16px;
    left: 17px;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    -webkit-transform: rotate(
-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg);
    border-top: 1px #121212 solid;
    border-left: 1px #121212 solid;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}
