@charset "UTF-8";

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.ph-block:after,
.paging:after,
.right-guide02:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.ph-block,
.paging,
.right-guide02 {
	display: inline-block;
}
/* Hides from IE Mac \*/
* .ph-block,
* .paging,
* .right-guide02 {
	height: 1%;
}
.ph-block,
.paging,
.right-guide02 {
	display:block;
}
/* End Hack */

/* --------------------------------------------------

reset

-------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	box-sizing: border-box;
	word-break: break-all;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
strong {
	font-weight: bold;
}
h3, h4, h5, h6 {
	letter-spacing: .2rem;
}

/* --------------------------------------------------
fonts
-------------------------------------------------- */

@font-face {
  font-family: 'kumamoto';
  src:
    url('../../fonts/kumamoto.woff?rvpffw') format('woff'),
    url('../../fonts/kumamoto.ttf?rvpffw') format('truetype'),
    url('../../fonts/kumamoto.svg?rvpffw#kumamoto') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	opacity: 0.6;
	transition: 0.3s;	
}
a:active {
	color: #282828;
	text-decoration: none;
}
a {
	transition: .2s linear;
}
a img {
	transition: opacity .2s ease-out;
}
/*a:hover img {
	opacity: 0.5;
}*/
a:focus {
	outline: 1px dotted #ccc;
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

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

html {
	font-size: 58.12%; /* 1.4rem */
}

}

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

html {
	font-size: 53.75%; /* 1.3rem */
}

}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7;
	height: 100%;
	min-height: 100%;
	min-width: 1200px;
	color: #000;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	background-color: #F0F3F5;
}

@media screen and (max-width: 768px) {
	
	body {
		line-height: 1.5;
	}

}

/* --------------------------------------------------
base
-------------------------------------------------- */

.inner {
	width: 1200px;
	margin: 0 auto;
}

.wrapper {
	background: url(../img/circle01.svg) no-repeat top 11% left;
}

#top .wrapper {
	background: url(../img/circle02.svg) no-repeat bottom left;
	background-color: #FFF;
}

.sentence {
	margin: 0 0 2em;	
}

.sentence strong {
	font-size: 1.9rem;
	font-weight: 500;	
}

@media screen and (max-width: 1200px) {
	
	body {
		min-width: 0;
	}

	.inner {
		width: 98%;
		margin: 0 auto;
	}
	
	.wrapper {
		background: url(../img/circle01.svg) no-repeat top -10% left 10%;
	}
	
}

/* --------------------------------------------------
スマホのみ電話番号発信
-------------------------------------------------- */

@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* --------------------------------------------------
パンくず
-------------------------------------------------- */

.breadCrumbs{
	display:block;
	width:100%;
	font-size:1.4rem;
	text-decoration:none;
	margin:.5em 0;
}
.breadCrumbs ul{
	max-width:1300px;
	margin:0 auto;
	padding:0 10px;
}
.breadCrumbs li{
	display:inline-block;
	margin-right:1rem;
}
.breadCrumbs li::after{
	content:">";
	margin-left:1.5rem;
}
.breadCrumbs li:last-of-type::after{
	content:none;
	margin-left:none;
}

/* --------------------------------------------------
paging
-------------------------------------------------- */
.paging {
	/*font-size:1.5rem;*/
	margin: 0 0 40px;
}
.paging .count {
	width: 50%;
	float: left;
}
.paging .count span {
	font-weight: 500;
	margin: 0 0.2em;
}
.pagingIn {
	float:right;
	text-align: right;
}
.pagingIn span {
	margin: 0 0.7em;
}
.pagingIn span:first-child {
	margin: 0 0.7em 0 0;
}
.pagingIn span:last-child {
	margin: 0 0 0 0.7em;
}
.pagingIn a {
	display: inline-block;
	color:  #000;
	text-decoration: none;
}
.pagingIn .prev a:before {
	content: "←";
	margin: 0 0.2em 0 0;
	display: inline-block;
}
.pagingIn .next a:after {
	content: "→";
	margin: 0 0 0 0.4em;
	display: inline-block;
}
/*.pagingIn a:hover {
	color: #FFF;
}*/

.pagingIn .current {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	
	.paging {
		margin: 0 0 30px;
	}
	.paging .count {
		width: auto;
		margin: 0 0 20px;
		float: none;
		text-align: center;
	}
	.pagingIn {
		float:none;
		text-align: center;
	}
	
}

/* --------------------------------------------------
タイトル
-------------------------------------------------- */

h2.ttl01 {
	color: #000;
	font-size: 2.8rem;
	margin: 0 auto 2.2em;
	text-align: center;
	letter-spacing: 0.1em;
}
h2.ttl01:after {
	width: 30px;
	height: 1px;
	content:"";
	margin: 1.0em auto 0;
	background-color: #000;
	display: block;	
}

h3.ttl01 {
	color: #000;
	font-size: 2.0rem;
	margin: 0 auto 1.8em;
	padding: 0 0.2em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	background-color: #FFF;
	display: inline-block;
}

h4.ttl01 {
	color: #000;
	font-size: 1.8rem;
	margin: 0 auto 2em;
	padding: 0 0.2em;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
h4.ttl01.bold {
	font-size: 1.9rem;
    font-weight: 500;
}
h4.ttl01:before {
	width: 7px;
	height: 1px;
	content:"";
	margin: 0 0.5em 0 0;
	background-color: #000;
	display: inline-block;
	vertical-align: middle;	
}

@media screen and (max-width: 768px) {
	
	h2.ttl01 {
		color: #000;
		font-size: 2.0rem;
		margin: 0 auto 1.5em;
		letter-spacing: 0.1em;
	}
	
	h2.ttl01:after {
		margin: 0.6em auto 0;
	}
	
	h3.ttl01 {
		margin: 0 auto 1.5em;
	}

}

/* --------------------------------------------------
ボタン
-------------------------------------------------- */

.btn-back {
	padding: 0 0 100px;
	text-align: center;
}

.btn-back a {
	font-size: 2.0rem;
	padding: 0.5em 5em 0.6em;
	display: inline-block;
	letter-spacing: 0.5em;
	border: 1px solid #000;
	text-decoration: none;
}

.btn-back a:hover {
	opacity: 0.6;	
}

@media screen and (max-width: 768px) {
	
	.btn-back {
		padding: 0;
	}

	.btn-back a {
		font-size: 1.6rem;
		display: inline-block;
		letter-spacing: 0.5em;
	}

}

/* --------------------------------------------------
navi
-------------------------------------------------- */

#navi ul {
	position: absolute;
	top: 30px;
	left: 15%;
	z-index: 10;
}

#navi.navi-fix {
	width: 100%;	
}

#navi.navi-fix ul {
	font-size: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}

#navi ul li {
	font-size: 1.4rem;
	margin: 0 4.5em 0 0;
	display: inline-block;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
}

#navi.navi-fix ul li {
	margin: 0;
}


#navi ul li a {
	position: relative;
  display: inline-block;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#navi.navi-fix ul a {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0.8em 3.0em 0.5em;
	display: block;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	text-shadow: none;
}

#navi ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#navi ul li a:hover::after {
  transform: scale(1, 1);
}

#navi.navi-fix ul li a:after {
	width: auto;
	height: auto;
	position: static;
  content: "\f107";
	font-size: 1.5rem;
  font-family: FontAwesome;
	font-weight: normal;
  text-decoration: none;
  padding: 0;
	margin: 0.5em 0 0;
  background: none;
	transition: .5s;
	transform:none;
	display: block;
}

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

	#navi ul {
		width: 100%;
		position: absolute;
		top: 15px;
		left: auto;
		text-align: center;
		z-index: 10;
	}
	
	#navi ul li {
		font-size: 1.5rem;
		margin: 0 0.5em 0.5em;
		display: inline-block;
		letter-spacing: 0.1em;
		text-shadow: 0 2px 2px rgba(255,255,255,0.8), 2px 0 2px rgba(255,255,255,0.8), 0 -2px 2px rgba(255,255,255,0.8), -2px 0 2px rgba(255,255,255,0.8), -2px -2px 2px rgba(255,255,255,0.8), 2px -2px 2px rgba(255,255,255,0.8), -2px 2px 2px rgba(255,255,255,0.8), 2px 2px 2px rgba(255,255,255,0.8);
		font-family: "Times New Roman", Times, serif;
	}

	#navi ul li a {
		position: relative;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 0.1em;
	}
	
	#navi.navi-fix ul {
		background-color: rgba(0,0,0,0.6);
	}

	#navi.navi-fix ul a {
		color: #FFF;
		font-size: 1.4rem;
		line-height: 1;
		padding: 0.8em 0.3em 0.5em;
		display: block;
		text-align: center;
		background: none;
		text-shadow: none;
	}
	
}

/* --------------------------------------------------
top-header
-------------------------------------------------- */

#top-header {
	width: 100%;
	min-height: 850px;
	height: 100vh;
	position: relative;
	background: url(../img/bg_main_top.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	/*background-attachment: fixed;*/
}

#top-header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);	
}

#top-header .txt-header {
	width: 600px;
	font-size: 2.3rem;
	position: absolute;
	left: 5%;
	bottom: 10%;
	text-align: left;	
}

#top-header .txt-header span {
	line-height: 1.2;
	margin: 0 0 40px;
	padding: 0 0.2em;
	display: block;
	background-color: #FFF;
	display: inline-block;
}

#top-header .txt-header span:last-child {
	margin: 0 0 0 1.5em;
}

#top-header .txt-scroll {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	font-family: "Times New Roman", Times, serif;	
}

#top-header .txt-scroll img {
	margin: 13px 0 0;
}

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

	#top-header {
		width: 100%;
		min-height: 450px;
		height: auto;
		background: url(../img/bg_main_top.jpg) no-repeat top center;
		background-size: cover;
		text-align: center;
		/*background-attachment: fixed;*/
	}
	
	#top-header .txt-scroll {
		display: none;
			
	}

	#top-header .txt-header {
		width: auto;
		font-size: 1.9rem;
		position: absolute;
		left: 3%;
		bottom: 15px;
		text-align: left;	
	}
	
	#top-header .txt-header span {
		line-height: 1.2;
		margin: 0 0 10px;
		padding: 0 0.2em;
		display: block;
		background-color: #FFF;
		display: inline-block;
	}
	
	#top-header .txt-header span:last-child {
		margin: 0 0 0 20px;
	}
	
	#top-header h1 {
		width: 190px;
	}

}

/* --------------------------------------------------
header　中ページヘッダー
-------------------------------------------------- */

#header {
	height: 300px;
	text-align: center;
	background: url(../img/bg_main.jpg) no-repeat center top;
	background-size: cover;
}

#header .logo-header img {
	max-height: 300px;
}

@media screen and (max-width: 768px) {
	
	
	#header {
		height: 150px;
	}
	
	#header .logo-header img {
		height: 150px;
	}
	
}

/* --------------------------------------------------
contents
-------------------------------------------------- */

#contents {
	padding: 70px 0 0;
}

/*　トップページ　*/

#top #contents {
		padding: 0;	
}

/*　about 新町・古町とは　*/

#about {
	padding: 70px 0 0;
	position: relative;
	background: url(../img/circle01.svg) no-repeat top -250px left;
	background-color: #F0F3F5;
}

.about-block01 {
	margin: 0 0 40px;
	display: flex;
	justify-content: space-between;	
}
.about-block01 .right-about01 {
	width: 704px;
	text-align: right;
}

.about-block01 .left-about01 {
	padding: 60px 5%;
}

#about .sentence strong {
	color: #502D47;	
}

.about-block02 {
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;	
}

.about-block02 .right-about02 {
	padding: 60px 5%;
	margin: 0 20% 0 0;
	order: 2;
}

.about-block02 .left-about02 {
	min-width: 472px;
	text-align: left;
	order: 1;	
}

.about-bottom-ph {
	width: 20%;
	position: absolute;
	right: 0;
	bottom: -200px;
	text-align: right;
}

/*　guide まち案内人　*/

#guide {
	padding: 60px 0;
	background: url(../img/circle02.svg) no-repeat top 30% right;
	background-size: 700px;
	background-color: #FFF;
}

#guide .sentence strong {
	color: #2C394E;	
}

.guide-block01 {
	margin: 0 0 80px;
	display: flex;
	justify-content: space-between;	
}

.guide-block01 .left-guide01 {
	min-width: 445px;
	order: 1;	
}

.guide-block01 .right-guide01 {
	padding: 60px 0 0 5%;
	order: 2;	
}

#guide h3.ttl01 {
	text-align: left;
	background-color: #F0F3F5;
}

.guide-block02 {
	margin: 0 0 40px;
	display: flex;
	justify-content: space-between;	
}

.guide-block02 .left-guide02 {
	padding: 60px 5% 0 0;
}

.guide-block02 .left-guide02 .fee-part {
	margin: 0 0 50px;	
}

.guide-block02 .right-guide02 {
	min-width: 340px;
}

.guide-block02 .right-guide02 p {
	margin: 0 0 50px;
}

/*　access 交通アクセス　*/

#access {
	padding: 60px 5%;
	background: url(../img/circle01.svg) no-repeat bottom -300px right;
	background-size: 1000px;
	background-color: #F0F3F5;
}

#access .access-block01 {
	display: flex;
	justify-content: space-between;	
}

#access .left-access01 {
	padding: 0 5% 30px 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#access .right-access01 {
	padding: 0 5% 0 30px;
	border-bottom: 1px solid #FFF;	
}

#access .access-block02 {
	padding: 60px 0 0;
}

/*　banner バナー　*/

#banner {
	padding: 160px 0 100px;
	/*background-color: #FFF;
	background: url(../img/circle02.svg) no-repeat bottom right;
	background-size: 700px;
	*/
}

#banner ul.bnr-shop-block {
	margin: 0 0 120px;
	display: flex;
	justify-content: space-between;	
}

#banner ul.bnr-shop-block li {
	width: 29%;	
}

#banner ul.bnr-shop-block li p.bnr-ph {
	box-shadow: 13px 13px #E5EBF2;
}

#banner ul.bnr-shop-block li p.bnr-ttl {
	font-size: 2.3rem;
	font-weight: 200;
	margin: 17px 0 0;
	letter-spacing: 0.1em;
}

#banner ul.bnr-shop-block li p.bnr-ttl span {
	font-size: 1.2rem;
}

#banner ul.bnr-modelcourse-block {
	display: flex;
	justify-content: space-between;	
}

#banner ul.bnr-modelcourse-block li {
	width: 46%;
}

#banner ul.bnr-modelcourse-block li p.bnr-ph {
	box-shadow: 13px 13px #F2E5EF;
}

#banner ul.bnr-modelcourse-block li p.bnr-ttl {
	font-size: 2.3rem;
	font-weight: 200;
	margin: 17px 0 0;
	letter-spacing: 0.1em;
}

#banner ul.bnr-modelcourse-block li p.bnr-ttl span {
	font-size: 1.2rem;
}

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

	/*　トップページ　*/

	.about-block02 .left-about02 {
		min-width: 0;
	}

}

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

/*　about 新町・古町とは　*/
	
	#about {
		padding: 0;
		position: relative;
		background: url(../img/circle01.svg) no-repeat top -250px left;
		background-color: #F0F3F5;
	}
	
	.about-block01 {
		margin: 0;
		display: block;
	}
	
	.about-block01 .left-about01 {
		padding: 30px 2% 10px;
	}

	.about-block01 .right-about01 {
		width: auto;	
	}
		
	.about-block02 {
		margin: 0;
		display: block;
	}

	.about-block02 .right-about02 {
		padding: 30px 2% 0px;
		margin: 0;
	}
		
	.about-bottom-ph {
		display: none;
	}

	.about-block02 .left-about02 {
		width: auto;
		text-align: center;
	}

	/*　guide まち案内人　*/

	#guide {
		padding: 30px 0 0;
		background: url(../img/circle02.svg) no-repeat top 30% right;
		background-size: 700px;
		background-color: #FFF;
	}

	.guide-block01 {
		margin: 0 0 30px;
		display: block;
	}

	.guide-block01 .left-guide01 {
		min-width: 0;
		margin: 0 0 10px;
		text-align: center;	
	}
	
	.guide-block02 {
		margin: 0 0 40px;
		display: block;
	}
	
	.guide-block01 .right-guide01 {
		padding: 0;
	}

	.guide-block02 .left-guide02 {
		padding: 10px 0 0 0;
	}
	
	.guide-block02 .left-guide02 .fee-part {
		margin: 0;	
	}
	
	.guide-block02 .right-guide02 {
		min-width: 0;
	}
	
	.guide-block02 .right-guide02 p {
		margin: 0;		
		width: 50%;
		float: left;
	}	

	/*　access 交通アクセス　*/

	#access {
		padding: 30px 0 0;
		background: url(../img/circle01.svg) no-repeat bottom -300px right;
		background-size: 1000px;
		background-color: #F0F3F5;
	}
	
	#access .access-block01 {
		display: block;
	}
	
	#access .left-access01 {
		padding: 0 1% 10px;
		border: none;
	}
	
	#access .right-access01 {
		padding: 0 1% 10px;
		border: none;
	}

	#access .access-block02 {
		padding: 10px 1% 0;
	}

	/*　banner バナー　*/

	#banner {
		padding: 10px 0;
		/*background-color: #FFF;
		background: url(../img/circle02.svg) no-repeat bottom right;
		background-size: 700px;
		*/
	}

	#banner ul.bnr-modelcourse-block li {
		width: 48%;
		text-align: center;
	}
	
	#banner ul.bnr-modelcourse-block li p.bnr-ph {
		box-shadow: 7px 7px #F2E5EF;
	}

	#banner ul.bnr-modelcourse-block li p.bnr-ttl {
		font-size: 2.0rem;
		font-weight: 200;
		margin: 0.5em 0 0;
		letter-spacing: 0;
	}
	
	#banner ul.bnr-shop-block li p.bnr-ttl span {
		font-size: 1.4rem;
	}

	#banner ul.bnr-shop-block {
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		justify-content: center;	
	}
	
	#banner ul.bnr-shop-block li {
		width: 48%;
		margin: 0 0 20px;
		text-align: center;
	}
	
	#banner ul.bnr-shop-block li:first-child {
		margin: 0 4% 0 0;
	}
	
	
	#banner ul.bnr-shop-block li p.bnr-ph {
		box-shadow: 7px 7px #E5EBF2;
	}

	#banner ul.bnr-shop-block li p.bnr-ttl {
		font-size: 2.0rem;
		font-weight: 200;
		margin: 0.5em 0 0;
		letter-spacing: 0;		
	}

}

/*　一覧ページ　*/

.search-block {
	width: 85%;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;	
}

.search-block h3.ttl01 {
	display: inline-block;
}

.genre-part {
	width: 70%;
	text-align: center;
}

.area-part {
	width: 30%;
	text-align: center;
}

.search-menu {
/*	display: flex;
	justify-content: space-between;	
*/}

.search-menu li {
	margin: 0 10px;
	display: inline-block;
}

.search-menu li a {
	border: 1px solid #000;
	letter-spacing: 0.1em;
	text-decoration: none;	
}

.genre-part .search-menu li a {
	padding: 0.3em 1em 0.3em 1.4em;
}

.genre-part .search-menu li a.active {
	color: #FFF;
	background-color: #2D3A4F;	
}

.area-part .search-menu li a {
	padding: 0.3em 2.5em;
}

.area-part .search-menu li a.active {
	color: #FFF;
	background-color: #502E48;	
}

.btn-block {
	margin: 0 auto 60px;
	text-align: center;
}

.btn-block div {
	margin: 0 10px;
	display: inline-block;
}

.btn-block a {
	display: block;
	text-decoration: none;
}

.btn-block .btn-clear a {
	color: #FFF;
	padding: 0.3em 1.2em;
	background-color: #808080;
}

.btn-block .btn-clear a:before {
	content: "×";
	margin: 0 0.3em 0 0;
	font-weight: 200;
	display: inline-block;	
}

.btn-block .btn-search a {
	color: #FFF;
	padding: 0.3em 2.7em;		
	background-color: #000;
}

.arrow-under {
	margin: 0 auto;
	text-align: center;
}

.arrow-under img {
	margin: 0 auto;
	text-align: center;
}

.result-area {
	margin: 70px 0 60px;
}

.result-list-block ul {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.result-list-block ul li {
	width: 22%;
	margin: 0 4% 50px 0;
}

.result-list-block ul li a {
	text-decoration: none;
}

.result-list-block ul li:nth-child(4n) {
	margin: 0 0 0 0;
}

.result-list-block ul li dt {
	margin: 0.2em 0;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.result-list-block ul li dd {
	font-size: 1.4rem;	
	line-height: 1.2;	
}

#contents .icon {
	font-size: 1.3rem;	
	margin: 0.6em 0 0.5em;
}

#contents .icon span {
	color: #FFF;
	padding: 0.1em 0.2em;
	margin: 0 3px 3px 0;
	line-height: 1.3;
	display: inline-block;	
}

#contents .icon span.icon-genre {
	background-color: #2D3A4F;
}

#contents .icon span.icon-area {
	background-color: #502E48;
}


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

	.search-menu li {
		margin: 0 10px 25px;
	}
	
}


@media screen and (max-width: 768px) {
	
	.search-block {
		width: auto;
		margin: 0 0 20px;
		display: block;
	}
	
	.arrow-under img {
		width: 70px;
	}
	
	.genre-part {
		width: auto;
	}
	
	.area-part {
		width: auto;
	}
	
	.search-menu li {
		margin: 0 0 20px;
	}

	.btn-block {
		margin: 0 auto 30px;
	}

	.result-area {
		margin: 30px 0;
	}
		
	.result-list-block ul li {
		width: 48%;
		margin: 0 4% 25px 0;
	}
	
	.result-list-block ul li:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	
}

/*　詳細ページ　*/

#contents .ph-block {
	margin: 0 0 20px;

}

#contents .ph-block .ph-left {
	width: 48%;
	/*height: 400px;*/
	margin: 0 4% 0 0;
	position: relative;
	float: left;
}

#contents .ph-block .ph-left img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
}

#contents .shop-info-block {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
}

#contents .shop-info-block .left-info {
	width: 48%;	
}

#contents .shop-info-block .right-info {
	width: 48%;	
}

#contents .shop-info-block table {
	width: 100%;
}

#contents .shop-info-block table th {
	min-width: 10em;
	padding: 1.4em 0;
	text-align: center;
	border-top: 1px solid #D0D0D0;
}

#contents .shop-info-block table td {
	padding: 1em 0;
	border-top: 1px solid #D0D0D0;
}

#contents .shop-info-block table tr:last-child th {
	border-bottom: 1px solid #D0D0D0;
}

#contents .shop-info-block table tr:last-child td {
	border-bottom: 1px solid #D0D0D0;
}

.map-block {
	position: relative;
	margin: 90px 0 60px;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}

.map-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;	
}


@media screen and (max-width: 768px) {
	
	#contents {
		padding: 20px 0;
	}
	
	#contents .ph-block .ph-left {
		width: auto;
		/*height: 250px;*/
		margin: 0;
		float: none;
	}
	
	#contents .shop-info-block {
		margin: 20px 0 0;
		display: block;
	}
	
	#contents .shop-info-block .left-info {
		width: auto;	
	}
	
	#contents .shop-info-block .right-info {
		width: auto;	
	}
	
	#contents .shop-info-block table th {
		min-width: 10em;
		padding: 0.4em 0;
		text-align: center;
		border-top: 1px solid #D0D0D0;
	}
	
	#contents .shop-info-block table td {
		padding: 0.4em 0;
		border-top: 1px solid #D0D0D0;
	}
	
	#contents .shop-info-block .left-info table tr:last-child th {
		border-bottom: none;
	}
	
	#contents .shop-info-block .left-info table tr:last-child td {
		border-bottom: none;
	}
	
	.map-block {
		position: relative;
		margin: 20px 0;
		padding-bottom: 45%;
		height: 0;
		overflow: hidden;
	}
	
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer{
	text-align: center;
	padding-top: 4rem;
	background: url(../img/circle02.svg) no-repeat bottom 5% left;
	background-color: #FFF;
}

#top #footer{
	background: none;
}

.kumamoto-logo{
	width: 200px;
	margin: 0 auto 2rem;
}

.to-kankouguide{
	padding: .5rem 5rem;
	border: 1px solid #000;
	display: inline-block;
}

.to-kankouguide a {
	text-decoration: none;
}


.copyright{
	background: #2D3A4F;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 1.5rem 0;
	font-family: "Times New Roman", Times, serif;
}

/* pagetop */

#pagetop a{
	color:#F8F9FA;
	display:block;
	width:100%;
	text-align:center;
	background:#f7f7f7;
	text-decoration:none;
	padding:.5rem 0;
	margin-top: 4rem;
	height:0;
	padding-top:25px;
	overflow:hidden;
	position:relative;
}

#pagetop a:after{
	font-size:2rem;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-1rem;
	margin-top:-1.5rem;
	color:#000;
  content: "\e807";
	font-family:'kumamoto';
}

@media screen and (max-width: 768px) {
	
	#footer{
		background: url(../img/circle02.svg) no-repeat bottom 5% left;
		background-size: 75%;
		background-color: #FFF;
	}

}
