@charset "UTF-8";

/*------------------------------------------------
	リセット
--------------------------------------------------

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14px;
    vertical-align:baseline;
    background:transparent;
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav,
ul,
li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a:hover {
  text-decoration: none;
}

ins {
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*/

/*------------------------------------------------
  ブレイクポイント
--------------------------------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 771px) {
  .list_page {
    width: 1200px;
    margin: 0px auto;
  }

  .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

	.row {
    margin: 0px;
    padding: 0px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
	  position: relative;
	  min-height: 1px;
    margin: 0px;
    padding: 0px;
    float:left;
    z-index: 10;
	}

	.col-lg-full {
	  width: 100%;
    position: relative;
	}

	.col-lg-12 {
	  width: 1200px;
	  margin:0px auto;
	  float:none;
	}

	.col-lg-11 {
	  width: 91.66666666666666%;
	}
	.col-lg-10 {
	  width: 83.33333333333334%;
	}
	.col-lg-9 {
	  width: 680px;
	}
	.col-lg-8 {
	  width: 540px;
	}
	.col-lg-7 {
	  width: 590px;
	}
	.col-lg-6 {
	  width: 50%;
	}
	.col-lg-5 {
	  width: 598px;
    float: right;
	}
	.col-lg-4 {
	  width: 360px;
	}
	.col-lg-3 {
	  width: 230px;
    float: right;
	}
	.col-lg-2 {
	  width: 16.666666666666664%;
	}
	.col-lg-1 {
	  width: 8.333333333333332%;
	}
}

@media screen and (max-width: 770px) {
  .list_page {
    width: 100%;
    margin: 0px;
  }

  .container {
    width: 100%;
    padding:0px;
    margin: 0px;
  }

  .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-full {
    float: none;
    width:100%;
    position: relative;
    z-index: 10;
  }
}

.list_page .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.list_page .clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .list_page .clearfix { height: 1%; }
.list_page .clearfix { display: block; }
/* End hide from IE-mac */

.list_page .clearfix:before,
.list_page .clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*------------------------------------------------
	コンテンツ共通
--------------------------------------------------*/

.list_page img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
}

/*------------------------------------------------
	コンテンツ
--------------------------------------------------*/

.list_page .list_block {
  margin-bottom: 100px;
}

.list_page h1 {
  font-size: 300%;
  padding: 0px 0px 5px;
  border-bottom: 1px dotted #989898;
  margin-bottom: 40px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*------------------------------------------------
	エリアを選択
--------------------------------------------------*/

.area_list {
  margin-bottom: 30px;
}

.area_list ul {
  border-bottom: 4px solid #b44c97;
}

.area_list ul.area_yamanashi {
  border-bottom: 4px solid #32a04d;
}

.area_list ul.area_fuefuki {
  border-bottom: 4px solid #3b7ec2;
}

.area_list ul.area_koshu {
  border-bottom: 4px solid #511f82;
}

.area_list ul li {
  float: left;
  width: 24%;
  margin-right: 1.3333%;
}

.area_list ul li:last-child {
  margin-right: 0px;
}

.area_list ul li a {
  display: block;
  border: 1px solid #808080;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  padding: 20px 0px;
  background-color: #fff;
  color: #333333;
  transition: all .3s;
}

.area_list ul li a.select,
.area_list ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.area_list ul li:first-child a.select,
.area_list ul li:first-child a:hover {
  border: 1px solid #b44c97;
  border-bottom: none;
  background-color: #b44c97;
}

.area_list ul li:nth-child(2) a.select,
.area_list ul li:nth-child(2) a:hover {
  border: 1px solid #32a04d;
  border-bottom: none;
  background-color: #32a04d;
}

.area_list ul li:nth-child(3) a.select,
.area_list ul li:nth-child(3) a:hover {
  border: 1px solid #3b7ec2;
  border-bottom: none;
  background-color: #3b7ec2;
}

.area_list ul li:last-child a.select,
.area_list ul li:last-child a:hover {
  border: 1px solid #511f82;
  border-bottom: none;
  background-color: #511f82;
}

/*------------------------------------------------
	検索フォーム
--------------------------------------------------*/

.search_form {
  border-bottom: 1px dotted #333;
  padding-bottom: 30px;
  margin-bottom: 45px;
}

.search_form .att {
  font-size: 120%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
  padding-left: 0px;
  text-indent: 0px;
  line-height: 1.2;
}

.search_form label {
  display: block;
  float: left;
  width: 33.333%;
  margin-bottom: 10px;
  font-size: 98%;
}

.search_form button {
  width: 320px;
  display: block;
  background-color: #b3b3b3;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  margin: 20px auto 0px;
  border: none;
  border-radius: 5px;
  transition: all .3s;
}

.search_form button:hover {
  cursor: pointer;
  background: #b44c97;
}

/*------------------------------------------------
	一覧情報
--------------------------------------------------*/

.list_page .list_info {
  margin-bottom: 10px;
}

.list_page .list_info .count {
  float: left;
}

.list_page .list_info .count span {
  font-weight: bold;
  font-size: 160%;
}

.list_page .list_info .sort {
  float: right;
  padding-top: 6px;
  font-size: 120%;
}

.list_page .list_info .sort p,
.list_page .list_info .sort form {
  display: inline-block;
}

.list_page .list_info .sort form {
  position: relative;
  top: -2px;
}

/*------------------------------------------------
	ページネーション
--------------------------------------------------*/

.list_page .pager {
  background-color: #e6e6e6;
	text-align:center;
	padding:10px 10px 0px;
  margin-bottom: 20px;
}

.list_page .pager span,
.list_page .pager a {
	font-size: 90%;
	display:inline-block;
	margin: 0px 10px 10px 0;
	padding:6px 9px 6px 9px;
	text-decoration:none;
	width:auto;
	color:#000;
	transition:background-color 1.2s ease 0s;
}

.list_page .pager a:hover {
	color:#fff;
	background: #2D8696;
}

.list_page .pager .current {
	padding:6px 9px 6px 9px;
	background: #B44C97;
	color:#fff;
}

/*------------------------------------------------
	一覧
--------------------------------------------------*/

.list_page .list {
  margin-bottom: 60px;
}

.list_page .list li {
  border-bottom: 1px solid #999;
}

.list_page .list a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 20px 0px;
}

.list_page .list .title_block {
  margin-bottom: 10px;
}

.list_page .list h2 {
  float: left;
  font-size: 150%;
  font-weight: normal;
}

.list_page .list .cate {
  float: right;
  border-radius: 3px;
  padding: 3px 15px;
  font-size: 120%;
  color: #fff;
}

.list_page .list .cate01 {
  background-color: #511f82;
}

.list_page .list .cate02 {
  background-color: #32a04d;
}

.list_page .list .cate03 {
  background-color: #3b7ec2;
}

.list_page .list .photo {
  float: left;
  width: 292px;
  padding: 0px 15px 8px 0px;
}

.list_page .list .explain {
  font-size: 110%;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-right: 120px;
}

/*------------------------------------------------
	レスポンシブ
--------------------------------------------------*/

@media screen and (max-width: 770px) {
  .list_page .list_block {
    margin-bottom: 50px;
  }

  .list_page .relation li {
    width: 50%;
    margin-bottom: 40px;
  }

  .list_page h1 {
    font-size: 180%;
  }

  .list_page .list .explain {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .search_form label {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .list_page .list h2 {
    font-size: 120%;
  }

  .list_page .list .photo {
    width: 50%;
    padding: 0px 10px 5px 0px;
  }

  .list_page .list .cate {
    font-size: 100%;
  }

  .list_page .list .explain {
    font-size: 88%;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }

  .search_form button {
    width: 260px;
  }
}

@media screen and (max-width: 320px) {
  .list_page .pager span,
  .list_page .pager a {
  	margin: 0px 5px 10px 0;
  }
}
