@charset "UTF-8";

html, body, div, header, footer, section, article, nav, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
	font-size:100%;
}

img {
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}

li {
	list-style: none;
}

a:link, a:visited, a:active, a:hover {
	overflow: hidden;
	outline: none;
}
a:hover {
	text-decoration:none;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/**
 * micro clearfix
**/
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

.clear {
	clear: both;
}


.inner {
	width:950px;
	margin:0 auto;
	box-sizing:border-box;
}

/* ----- 表示／非表示 ----- */
@media screen and (min-width: 768px), print {
  .sp-show {
    display: none !important;
  }
}

@media only screen and (max-width:768px) {
	.inner {
		width:100%;
		padding:0 10px;
	}
	.pc {
		display:none;
	}
}

@media screen and (max-width: 767px) {
  /* 表示／非表示 */
  .pc-show {
    display: none !important;
  }
}

/**
 * header
 */
header {
	position:fixed;
	background-color:#d8bc8f;
	height:98px;
	width:100%;
	z-index:1000;
}
header h2 {
	margin-top:15px;
	margin-left:20px;
	float:left;
}
header nav {
	margin-top:10px;
	margin-left:19px;
	float:left;
}
header li {
	float:left;
}
@media only screen and (max-width:768px) {
	header {
		height:auto;
	}
	header h2 {
		margin:10px auto 0 auto;
		float:none;
		width:100px;
	}
	header nav {
		margin:10px 0 0 0;
		float:none;
	}
	header li {
		width:33.3%;
	}
	header li img {
		width:100%;
	}
}


/**
 * #main
 */
#main .inner {
	position:relative;
}
#main #more {
	position:absolute;
	top:15px;
	right:10px;
}
@media only screen and (max-width:768px) {
	#more {
		width:170px;
		right:10px;
	}
}

/**
 * #topic
 */
#topic {
	 background-color:#f7931e;
	 height:200px;
}
#topic .inner {
	 text-align:center;
}
#topic h2 {
	float:left;
	margin-top:-27px;
	margin-left:10px;
}
#topic_contents {
	float:right;
	background-color:#f7cd9c;
	width:600px;
	height:200px;
	box-sizing:border-box;
	padding:10px 15px;
	overflow:auto;
}
#topic_contents li {
	width:560px;
	margin-bottom:15px;
	font-size:13px;
}
#topic_contents li time {
	display:block;
	width:23%;
	float:left;
	text-align:left;
	line-height:1.5;
}
#topic_contents li p {
	display:block;
	width:77%;
	float:left;
	text-align:left;
	line-height:1.5;
}
.day6 { color:#00f; }
.day0 { color:#f00; }


@media only screen and (max-width:768px) {
	#topic {
		height:auto;
	}
	#topic h2 {
		float:none;
		margin:0;
	}
	#topic h2 img {
		margin-top:-30px;
	}
	#topic_contents {
		float:none;
		width:100%;
		height:200px;
	}
	#topic_contents li {
		width:auto;
	}
	#topic_contents li time {
		width:30%;
	}
	#topic_contents li p {
		width:70%;
	}

	#topic_contents li time, #topic_contents li p {
		font-size:12px;
	}
}




/**
 * #list
 */
#list {
	 padding:60px 0 20px 0;
	 /*border-top:#f1eefb solid 10px;*/
}
#list .inner {
	padding:0 10px;
}
#list h2 {
	margin-left:10px;
}
#list h2 img {
	vertical-align:middle;
}

#filter, #filter2 {
	margin:35px 0;
	position: relative;
	width: 570px;
	margin: 0 auto 35px;
}
#filter select, #filter2 select {
	width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ee7168;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    display: block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(171,115,100,1);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 14px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline: none;
	border: 0;
	cursor: pointer;
}

#filter2 {
	display: none;
}
#filter2.act {
	display: block;
}
#filter::before, #filter2::before {
	display: block;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 40px;
    right: 30px;
    margin: auto;
    z-index: 1;
}
@media all and (-ms-high-contrast:none) {
	#filter::before, #filter2::before {
		top: 50px;
	}
}
#filter p, #filter2 p {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	color: #633d0b;
}

select::-ms-expand {
	display:none;
}
#filter select:hover,
#filter2 select:hover {
	background-color:#f7564a;
}

#list_contents {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
#list_contents li {
	position:relative;
	/*float:left;*/
	margin:10px;
	width:440px;
}
#list .list_inner {
	background-color:#fff;
	height: 100%;
}
#list_contents li .ph {
	float:left;
	width:22.3%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#DEDEDE;
}
#list_contents li .txt {
	float:right;
	width:77.7%;
	padding:7px;
	box-sizing:border-box;
}
#list_contents li .txt address {
	font-style:normal;
}
#list_contents li .txt .address0 {
	display:inline-block;
	background-color:#999;
	padding:3px;
	color:#fff;
	font-size:19px;
}
#list_contents li .txt .address1 {
	margin-top:3px;
	font-size:12px;
	line-height:1.2;
	padding-right:40px;
}
#list_contents li .txt h3 {
	font-size:20px;
	line-height:1.2;
	margin:8px 0;
}
#list_contents li .txt p {
	font-size:12px;
	line-height:1.5;
	padding-right:50px;
}

#list_contents li .btn_map {
	position:absolute;
	right:7px;
	top:7px;
}
#list_contents li .btn_site {
	position:absolute;
	right:7px;
	bottom:7px;
}

#list_contents .boxlink {
	cursor:pointer;
}
#list_contents .boxlink:hover, #list_contents .btn_map:hover {
	opacity:0.8;
}

#btn_pagetop {
	text-align:right;
	margin-top:60px;
}
#btn_pagetop span {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
#btn_pagetop span:hover {
	text-decoration:underline;
}

@media only screen and (max-width:768px) {
	#list {
		padding:30px 0 15px 0;
	}
	#filter, #filter2 {
		margin-top:25px;
		width: 100%;
	}
	#filter select, #filter2 select {
		font-size:18px;
	}
	#filter::before, #filter2::before {
		right: 20px;
	}


	#list h2 {
		margin-left:0;
		text-align:center;
	}
	#list h2 img {
		display:block;
		margin:0 auto 15px auto;
	}
	#list_contents li {
		float:none;
		width:100%;
		margin:10px 0;
	}

	#list_contents li .ph {
		width:25%;
	}
	#list_contents li .txt {
		width:75%;
	}
	#list_contents li .txt .address0 {
		font-size:14px;
	}
	#list_contents li .txt .address1 {
		font-size:10px;
		padding-right:30px;
	}
	#list_contents li .txt h3 {
		font-size:16px;
	}
	#list_contents li .txt p {
		font-size:10px;
		padding-right:40px;
	}
	#list_contents li .btn_map {
		width:27px;
	}
	#list_contents li .btn_site {
		width:40px;
	}

	#btn_pagetop {
		text-align:right;
		margin-top:30px;
	}
	#btn_pagetop span {
		font-size:11px;
	}
}



/**
 * footer
 */
footer {
	background-color:#ab4e43;
	padding:60px 0;
	color:#fff;
}
footer .inner {

}
footer .contents {
	margin-bottom:100px;
	text-align: center;
}
footer #about {
    padding-top: 120px;
    margin-top: -120px;
}
footer .contents h2 {
	color:#ffb054;
	padding:0 0 8px 0;
	border-bottom:solid 3px #ffb054;
	font-size:32px;
	line-height:1.5;
	margin-bottom: 1em;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
footer .contents h3 {
	color: #fff;
	font-size: 26px;
	line-height:1.5;
	margin-bottom: 1em;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
footer .contents .framed {
	border: 1px solid #fff;
	padding: 10px;
}
footer .contents .lead {
	font-size:22px;
	font-weight: bold;
	margin-bottom:34px;
}
footer .contents hr {
	border: 0;
	border:1px dashed #ffb054;
	margin:14px 0;
}
footer .contents hr.lg {
	margin:30px 0;
}
footer .contents .arrow {
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	display: block;
	transform: translateY(-50%) rotate(135deg);
	margin: 14px auto;
}
footer .contents-inner {
	width: 750px;
	margin: 0 auto;
}
footer .contents #join {
	margin: -50px 0 0;
	padding-top: 120px;
}
footer .contents #join p {
	font-size: 20px;
}
footer .contents #join .btn {
    font-size: 23px;
    color: #623818;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    width: 536px;
    display: block;
    margin: 0 auto;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(98,56,24,1);
}
footer .contents #join .btn:hover {
	opacity: .8;
}
footer .contents h2 span {
	font-size:14px;
}
footer .contents  p, footer .contents ul {
	line-height:1.5;
	letter-spacing: 0.089em;
}
footer .contents li {
	list-style:disc;
	margin-left:20px;
	font-size:18px;
}
footer a {
	color:#F7931E;
}


footer li {
	margin-bottom:20px;
	font-size:18px;
	line-height:1.5;
}
footer .address {
	margin:0 auto;
	width:500px;
}
footer .address h2 {
	float:left;
}
footer .address p {
	float:left;
	font-size:14px;
	line-height:1.5;
	margin-top:8px;
	margin-left:20px;
}
footer .coop, footer .copy {
	clear:both;
	text-align:center;
	font-size:12px;
	line-height:1.5;
}
footer .coop {
	margin-top:120px;
}
footer .copy {
	margin-top:40px;
}

#summit {
	margin-bottom:60px;
}
#summit p {
	font-size:21px;
	font-weight:bold;
	line-height:120%;
}

#summit p span {
	font-size:16px;
	display:block;
}

@media only screen and (max-width:768px) {
	footer {
		padding:30px 0;
	}
	footer .inner {
		padding:0 10px;
	}

	footer .contents {
		margin-bottom:60px;
	}
	footer .contents h2 {
		padding:0 0 8px 0;
		font-size:20px;
	}
	footer .contents h3 {
		font-size:18px;
	}
	footer .contents h2 span {
		font-size:11px;
	}
	footer .contents .lead {
		font-size:16px;
		margin-bottom:24px;
	}
	footer .contents hr {
		margin: 10px 0;
	}
	footer .contents-inner {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	footer .contents #join {
		margin: -80px 0 0;
	}
	footer .contents #join p {
		font-size: 16px;
	}
	footer .contents #join .btn {
		width: 100%;
		font-size: 18px;
		box-sizing: border-box;
	}
	footer .contents  p, footer .contents ul {
		font-size:12px;
	}
	footer .contents li {
		font-size:12px;
	}

	footer li {
		margin-bottom:20px;
		font-size:14px;
	}
	footer .address {
		margin-left:0;
		width:auto;
	}
	footer .address h2 {
		float:none;
		text-align:center;
	}
	footer .address p {
		float:none;
		font-size:12px;
		margin-top:8px;
		margin-left:0;
		text-align:center;
	}
	footer .coop, footer .copy {
		font-size:11px;
	}
	footer .coop {
		margin-top:60px;
	}
	footer .copy {
		margin-top:25px;
	}

	#summit {
		margin-bottom:30px;
	}
	#summit p {
		font-size:15px;
	}

}