@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* ------------------------------
General
------------------------------ */

* {
	box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
	color: #000;
	font-family: sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, figure {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

ul, ol, li {
	list-style: none;
}

a {
	color: #0971B2;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width /***/: auto;
}

div.clear {
	clear: both;
}

/* ------------------------------
utility
------------------------------ */

.u-margin-top-xs {
	margin-top: 0.8rem;
}

.u-margin-top-sm {
	margin-top: 1.6rem;
}

.u-margin-top-md {
	margin-top: 2.4rem;
}

.u-margin-top-lg {
	margin-top: 3.2rem;
}

.u-margin-top-xl {
	margin-top: 4rem;
}

.u-margin-left-md {
	margin-left: 2.4rem;
}

/* ------------------------------
Content
------------------------------ */

div.content-wrapper {
    width: 100%;
}
@media screen and (min-width: 1024px) {
	div.content-wrapper {
    margin: 0 auto;
    width: 1024px;
	}
}

/* ------------------------------
Main
------------------------------ */

div.main {
}
@media screen and (min-width: 1024px) {
	div.main {
    margin: 0 auto;
    position: relative;
    width: 1024px;
	}
}

/* ------------------------------
Sub
------------------------------ */

div.sub {
}
@media screen and (min-width: 1024px) {
	div.sub {
    margin: 0 auto;
    position: relative;
    width: 1024px;
	}
}

/* ------------------------------
Form
------------------------------ */

div.main div.form {
	margin-bottom: 28px;
}

div.main div.form p.complete {
	padding: 0 16px;
}

div.main div.form dl {
	margin-bottom: 28px;
    padding: 0 16px;
}

div.main div.form dl dt {
	font-weight: 700;
	margin-bottom: 8px;
}

div.main div.form dl dd {
	margin: 0 0 16px 16px;
}

div.main div.form dl dd table.hours {
	border: 1px solid #c9c9c9;
	border-collapse: collapse;
	border-radius: 2px;
	width: 100%;
}

div.main div.form dl dd table.hours tr {
	border-top: 1px solid #e9e9e9;
}

div.main div.form dl dd table.hours tr:first-child {
	border-top: none;
}

div.main div.form dl dd table.hours th {

	font-size: 1.5rem;
	font-weight: 700;
	padding: 12px;
	vertical-align: top;
	white-space: nowrap;
	width: 3em;
}

div.main div.form dl dd table.hours td {

	padding: 12px;
	vertical-align: top;
}

div.main div.form dl dd table.hours td ul {
	width: 100%;
}

div.main div.form dl dd table.hours td ul li {
	font-size: 1.5rem;
	margin-bottom: 4px;
}

div.main div.form dl dd table.hours td select {
	font-size: 1.4rem;
	width: auto;
}

div.main div.form dl dd table.hours td div.hour_setting {
	margin-left: 12px;
}

div.main div.form dl dd.preview {
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	margin-bottom: 0;
	width: 75%;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1024px) {
	div.main div.form dl dd.preview {
		width: 50%;
	}
}

div.main div.form dl dd.preview div.buttonFileDelete {
	align-items: center;
	background: #222;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	color: #FFF;
	display: flex;
	height: 24px;
	justify-content: center;
	position: absolute;
		right: 8px;
		top: 8px;
	vertical-align: middle;
	width: 24px;
	z-index: 50;
}

div.main div.form dl dd.file {
	color: #2c82c9;
}

div.main div.form dl dd.file span.icon {
	font-size: 125%;
	margin-right: 0.3em;
}

div.main div.form dl dd select {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
  background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	font-size: 1.5rem;
	line-height: 1;
	outline: none;
	padding: 8px;
	width: 75%;
}

div.main div.form dl dd select:disabled {
	background-color: #c9c9c9;
}

div.main div.form dl dd input[type="text"],
div.main div.form dl dd input[type="email"],
div.main div.form dl dd input[type="number"],
div.main div.form dl dd input[type="password"] {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
  background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	font-size: 1.5rem;
	line-height: 1;
	outline: none;
	padding: 8px;
	width: 100%;
}

div.main div.form dl dd textarea {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
  background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	font-size: 1.5rem;
	outline: none;
	padding: 10px;
	width: 100%;
}

div.main div.form dl dd label.fileMedia {
	color: #2c82c9;
}

div.main div.form dl dd label.fileMedia span.icon {
	margin-right: 0.3em;
}

div.main div.form dl dd span.annotation {
	color: #555;
	display: block;
	font-size: 1.4rem;
	padding-top: 4px;
}

div.main div.form dl dd span.error {
	color: #D14841;
	display: block;
	font-size: 1.4rem;
	padding-top: 4px;
}

div.main div.form dl dd .caution {
	color: #F00;
	display: block;
	font-size: 1.4rem;
	padding-top: 6px;
}

div.main div.form dl dd.submit {
	text-align: center;
}

div.main div.form dl dd.submit ul {
}

div.main div.form dl dd.submit ul li {
	display: inline-block;
	padding: 0 12px 0 0;
}

div.main div.form dl dd.submit ul li input.button {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background: #147eb2;
	border: none;
	border-radius: 2px;
	color: #FFF;
	display: block;
	font-size: 1.6rem;
	padding: 12px 16px;
	text-decoration: none;
}

div.main div.form dl dd.submit ul li input.button:disabled {
	background: #ECB5B3;
	color: #FFF;
}

div.main div.form div.terms {
	background: #EFEFEF;
	border-radius: 2px;
	margin-bottom: 28px;
	padding: 16px;
}

div.main div.form div.terms h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 16px;
}

div.main div.form div.terms p {
	font-size: 1.4rem;
}

div.main div.form div.terms ul {
	font-size: 1.4rem;
}

div.main div.form div.terms ul li {
list-style-position: inside;
list-style-type: disc;
}


/* ------------------------------
Ad
------------------------------ */

div.ad-general {
	box-sizing: border-box;
	margin: 24px 0;
	padding: 0 36px;
	text-align: center;
}

div.ad-general-list {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 16px;
	text-align: center;
}
@media screen and (min-width: 1024px) {
  div.ad-general-list {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
  }
}

div.ad-general img, 
div.ad-general-list img {
	box-sizing: border-box;
	height: auto;
	max-width: 420px;
	width: 100%;
}

/* ------------------------------
Header
------------------------------ */

div.header-wrapper {
	background-color: #147eb2;
  width: 100%;
}

header {
	background-color: #147eb2;
	background-position: center bottom;
	background-size: cover;
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 1024px) {
	header {
        margin: 0 auto;
        width: 1024px;
	}
}

header h1,
header div.title {
	padding: 24px 16px;
}

header h1 img,
header div.title img {
	max-width: 200px;
	width: 50%;
}

header .header-menu {
  display: flex;
  position: absolute;
    right: 16px;
    top: 24px;
  z-index: 100;
}

header .header-menu .header-menu-favorite {
  color: #FFF;
}

header .header-menu .header-menu-favorite a {
  color: #FFF;
  display: block;
}

header .header-menu .header-menu-favorite dl {
  line-height: 1;
  padding: 6px 6px;
  text-align: center;
}

header .header-menu .header-menu-favorite dl dd.icon {
}

header .header-menu .header-menu-favorite dl dd.icon img {
  height: 24px;
  width: 24px;
}

header .header-menu .header-menu-favorite dl dd.label {
  font-size: 1.1rem;
  padding-top: 3px;
}

header .header-menu .header-menu-language {
  color: #FFF;
  line-height: 1;
}

header .header-menu .header-menu-language a {
  color: #fff;
}

header .header-menu .header-menu-language ul.header-menu-language-list {
	background: rgba(17,17,17,0.8);
  display: none;
  padding: 6px 0;
}

header .header-menu .header-menu-language dl {
  padding: 6px 12px;
  text-align: center;
}

header .header-menu .header-menu-language ul.header-menu-language-list dl {
  padding: 6px;
}

header .header-menu .header-menu-language dl dd {
}

header .header-menu .header-menu-language dl dd.icon {
}

header .header-menu .header-menu-language dl dd.icon img {
  height: 24px;
  width: 24px;
}

header .header-menu .header-menu-language dl dd.label {
  font-size: 1.1rem;
  padding-top: 3px;
}





header div.language-selector {
	color: #FFF;
	position: absolute;
		right: 0;
		top: 16px;
	z-index: 100;
}

header div.language-selector dl.toggle-language-list {
  padding: 6px 12px;
  text-align: center;
}

header div.language-selector dl.toggle-language-list dl dd {
}

header div.language-selector dl.toggle-language-list dd.icon {
}

header div.language-selector dl.toggle-language-list dd.icon img {
  height: 36px;
  width: 36px;
}

header div.language-selector dl.toggle-language-list dd.label {
  font-size: 1.1rem;
  padding-top: 3px;
}

header div.language-selector dl {
    position: relative;
}

header div.language-selector dl.toggle-language-list {
}

header div.language-selector ul.language-list {
	background: rgba(17,17,17,0.8);
	display: none;
  padding: 6px 0;
}

header div.language-selector ul.language-list li {
}


header div.language-selector ul.language-list li a {
	color: #FFF;
	display: block;
}

header div.language-selector ul.language-list li a dl {
  padding: 6px 6px;
  text-align: center;
}

header div.language-selector ul.language-list dl dd {
}

header div.language-selector ul.language-list dl dd.icon {
}

header div.language-selector ul.language-list dl dd.icon img {
  height: 36px;
  width: 36px;
}

header div.language-selector ul.language-list dl dd.label {
  font-size: 1.1rem;
  padding-top: 3px;
}

/* ------------------------------
globalmenu
------------------------------ */

header div.globalmenu {
    position: relative;
}
@media screen and (min-width: 1024px) {
    header div.globalmenu {
        position: absolute;
            left: 16px;
    }
}


header div.globalmenu #globalmenu-button-check {
    display: none;
}

header div.globalmenu label.globalmenu-button-label {
	cursor: pointer;
  position: fixed;
  top: 12px;
  left: 0;
  display: flex;
  height: 56px;
  width: 56px;
  justify-content: center;
  align-items: center;
  z-index: 110;

}
@media screen and (min-width: 960px) {
    header div.globalmenu label.globalmenu-button-label {

    }
}

header div.globalmenu label.globalmenu-button-label span,
header div.globalmenu label.globalmenu-button-label span:before,
header div.globalmenu label.globalmenu-button-label span:after {
    content: '';
    display: block;
    height: 3px;
    width: 27px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}

header div.globalmenu label.globalmenu-button-label span:before {
    bottom: 10px;
}

header div.globalmenu label.globalmenu-button-label span:after {
    top: 10px;
}

header div.globalmenu #globalmenu-button-check:checked ~ label.globalmenu-button-label span {
    background-color: rgba(255, 255, 255, 0);
}

header div.globalmenu #globalmenu-button-check:checked ~ label.globalmenu-button-label span::before {
    bottom: 0;
    transform: rotate(45deg);
}

header div.globalmenu #globalmenu-button-check:checked ~ label.globalmenu-button-label span::after {
    top: 0;
    transform: rotate(-45deg);
}

header div.globalmenu div.globalmenu-content {
		color: #fff;
    display: none;
    width: 100%;
    position: fixed;
    top: 76px;
    left: 0;/*leftの値を変更してメニューを画面外へ*/
    z-index: 110;
    background-color: #111111;
    transition: all 0.5s;/*アニメーション設定*/
}

header div.globalmenu #globalmenu-button-check:checked ~ div.globalmenu-content {
    display: block;
		min-height: 100%;
}

header div.globalmenu div.globalmenu-content ul {
    padding: 12px 16px;
}

header div.globalmenu div.globalmenu-content ul li {
    list-style: none;
}

header div.globalmenu div.globalmenu-content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
}

/* ------------------------------
Main breadcrumbs
------------------------------ */

div.breadcrumbs {
	width: 100%;
}
@media screen and (min-width: 1024px) {
    div.breadcrumbs {
        margin: 0 auto;
        width: 1024px;
    }
}

div.breadcrumbs ul {
	padding: 0 16px;
}

div.breadcrumbs ul li {
	color: #555;
	display: inline-block;
	font-size: 1.4rem;
	position: relative;
}

div.breadcrumbs ul li::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #777;
  border-right: solid 1px #777;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

div.breadcrumbs ul li.home {

}

div.breadcrumbs ul li a {
	color: #555;
	display: block;
	padding: 10px 12px;
}

div.breadcrumbs ul li.home a {
	padding-left: 0;
}

/* ------------------------------
Main back-navigation
------------------------------ */

div.main div.back-navigation {
	margin-bottom: 28px;
}

div.main div.back-navigation ul {
}

div.main div.back-navigation ul li {
	margin-bottom: 4px;
	text-align: center;
}

div.main div.back-navigation ul li a {
	font-size: 1.4rem;
	padding: 0 16px;
    position: relative;
}


div.main div.back-navigation ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #147eb2;
    border-left: solid 1px #147eb2;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 2px;
}

/* ------------------------------
Main pagination
------------------------------ */

div.main div.pagination {
	background-color: #efece6;
	padding-bottom: 28px;
}

div.main div.pagination ul {
	display: flex;
	justify-content: center;
	padding: 0 16px;
}

div.main div.pagination ul li.page-item {
	margin: 0 8px;
	position: relative;
}


div.main div.pagination ul li.page-item a,
div.main div.pagination ul li.page-item span {
	border-radius: 50%;
	display: block;
	height: 48px;
	width: 48px;
}

div.main div.pagination ul li.page-item a {
	background-color: rgba(255, 255, 255, 0.9);
}

div.main div.pagination ul li.page-item.next a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #147eb2;
    border-right: solid 2px #147eb2;
    transform: rotate(45deg);
    position: absolute;
    left: 18px;;
    top: 19px;
}

div.main div.pagination ul li.page-item.previous a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #147eb2;
    border-left: solid 2px #147eb2;
    transform: rotate(-45deg);
    position: absolute;
    right: 18px;;
    top: 19px;
}

div.main div.pagination ul li.page-item span {
	background-color: rgba(255, 255, 255, 0.5);
}

div.main div.pagination ul li.page-item.next span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #e1ded8;
    border-right: solid 2px #e1ded8;
    transform: rotate(45deg);
    position: absolute;
    left: 18px;;
    top: 19px;
}

div.main div.pagination ul li.page-item.previous span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #e1ded8;
    border-left: solid 2px #e1ded8;
    transform: rotate(-45deg);
    position: absolute;
    right: 18px;;
    top: 19px;
}

/* ------------------------------
main
------------------------------ */

div.main ul.list-small {
	padding: 0 16px;
}

div.main ul.list-small li {
	border-top: 1px solid #eeeeee;
	position: relative;
}

div.main ul.list-small li.nolink {
	padding: 16px 0;
}

div.main ul.list-small li:last-child {
	border-bottom: 1px solid #eeeeee;
}

div.main ul.list-small li a {
	display: block;
	padding: 16px 0;
}

div.main ul.list-small li dl {
	min-height: 72px;
	position: relative;
}

div.main ul.list-small li dl dt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding-right: 76px;
}

div.main ul.list-small li dl dd.thumbnail {
	position: absolute;
		right: 0;
		top: 0;
}

div.main ul.list-small li dl dd.thumbnail div {
	background-position: center center;
	background-size: cover;
	height: 72px;
	width: 72px;
}

div.main ul.list-small li dl dd.rating {
	color: #DDD;
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 1em;
}

div.main ul.list-small li dl dd.rating span.on {
	color: #FABA11;
}

div.main ul.list-small li dl dd.name {
	color: #555;
	display: inline-block;
	font-size: 1.4rem;
	padding-right: 84px;
}

div.main ul.list-small li dl dd.date {
	color: #555;
	font-size: 1.4rem;
	overflow: hidden;
	padding-right: 84px;
}

div.main ul.list-small li dl dd.body {
	color: #000;
	font-size: 1.4rem;
	height: 22px;
	overflow: hidden;
	padding-right: 84px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.main ul.list-small li dl dd.nopicture {
	padding-right: 0;
}

/* ------------------------------
home
------------------------------ */

div.home-search-wrapper {
  position: relative;
  width: 100%;
  z-index: 60;
}
@media screen and (min-width: 1024px) {
	div.home-search-wrapper {
        margin: 0 auto;
        width: 1024px;
	}
}

div.home-search-wrapper div.background {
	background-image: url('/media/homesearch_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	position: relative;
	width: 100%;
}

div.home-search {
  animation: home-search-show 1s both;
  background: rgba(255,255,255,1);
  box-shadow: 0px 8px 16px -4px rgba(0,0,0,0.6);
	margin: -160px auto 28px auto;
  padding: 24px;
	position: relative;
	width: 80%;
}

@keyframes home-search-show {
    0% {
        transform: translate(0,8px);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

div.home-search p.lead {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

div.home-search div.home-search-box,
div.home-search div.home-search-name {
  position: relative;
}

div.home-search div.home-search-box div.field,
div.home-search div.home-search-name div.field {
	text-align: center;
}

div.home-search div.home-search-box div.field span,
div.home-search div.home-search-name div.field span {
  line-height: 1.8;
}

div.home-search div.home-search-box div.field span.name,
div.home-search div.home-search-name div.field span.name {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
	div.home-search div.home-search-box div.field span.name,
  div.home-search div.home-search-name div.field span.name {
    text-align: left;
	}
}

div.home-search div.home-search-box div.field span.selector {
	position: relative;
}

div.home-search div.home-search-name div.field span.input {
	position: relative;
}

div.home-search div.home-search-name div.field span.input input[type="text"] {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
  background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	font-size: 1.5rem;
	line-height: 1;
	outline: none;
	padding: 16px;
	width: 100%;
}

div.home-search div.home-search-box select {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
  background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	font-size: 1.6rem;
	line-height: 1;
	outline: none;
	padding: 16px;
	width: 100%;
}

div.home-search div.home-search-box div.field span.selector::after{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 4px;
  border-bottom: #147eb2 2px solid;
  border-right: #147eb2 2px solid;
  transform: rotate(45deg)translateY(-30%);
}

div.home-search div.home-search-box input.button {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background: #147eb2;
	border: none;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	font-size: 1.6rem;
	padding: 12px 16px;
	text-decoration: none;
}

div.home-search div.home-search-name div.home-search-name-result {
  position: absolute;
    left: 0;
    right: 0;
    top: 80px;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  div.home-search div.home-search-name div.home-search-name-result {

  }
}

div.home-search div.home-search-name div.home-search-name-result ul {
  background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
}

div.home-search div.home-search-name div.home-search-name-result ul li {
  border-top: 1px solid #eeeeee;
}

div.home-search div.home-search-name div.home-search-name-result ul li:first-child {
  border-top: none;
}

div.home-search div.home-search-name div.home-search-name-result ul li a {
  display: block;
  font-size: 1.5rem;
  padding: 8px 16px;
}

div.home-search div.separator {
  align-items: center;
  color: #111111;
  display: flex;
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div.home-search div.separator:before,
div.home-search div.separator:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #c9c9c9;
}

div.home-search div.separator:before {
  margin-right: 1rem;
}

div.home-search div.separator:after {
  margin-left: 1rem;
}

/* ------------------------------
Content
------------------------------ */

div.content-wrapper {
  position: relative;
  z-index: 50;
}

div.content h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

div.content h1 span.sub {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 0.5em;
}

div.content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

div.content div.content-header {
    margin-bottom: 28px;
    padding: 0 16px;
}

div.content div.content-header p.introduction {
	margin-top: 8px;
}

/* ------------------------------
Main
------------------------------ */

div.main p.noResult {
	padding: 0 16px;
}

div.main p.noResult2 {
	padding: 16px;
}

div.main div.localmenu {
}

div.main div.localmenu ul {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%;
}

div.main div.localmenu ul li {
	border-bottom: 1px solid #252525;
	display: table-cell;
	text-align: center;
}

div.main div.localmenu ul li a {
	color: #252525;
	display: block;
	font-size: 1.4rem;
	padding: 6px 0;
}

div.main div.localmenu ul li.current a {
	border-bottom: 3px solid #252525;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}



/* ------------------------------
Main teaser
------------------------------ */

div.main div.teaser {
	background-color: #edbb34;
	background-image: url('/media/teaser_bg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 28px;
	padding: 0 24px;
	position: relative;
}

div.main div.teaser p {
	text-shadow: 3px 3px 4px #555555;
	padding: 20% 0;
	transform: rotate(-8deg);
  	-moz-transform: rotate(-8deg);
  	-webkit-transform: rotate(-8deg);
}

div.main div.teaser p span {
	color: #fff;
	font-weight: 700;
	display: block;
	line-height: 1.2;
}

div.main div.teaser p span.sub {
	font-size: 2rem;
	margin-bottom: 0.5em;
}

div.main div.teaser p span.body {
	font-size: 4rem;
}

/* ------------------------------
Main Home
------------------------------ */

div.main div.home-venues {
	background-color: #efece6;
}

div.main div.home-venues > ul {

	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px;
}
@media screen and (min-width: 1024px) {
	div.main div.home-venues > ul {
		padding: 24px;
	}
}

div.main div.home-venues > ul li {
  position: relative;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	div.main div.home-venues > ul li {
    	width: calc((100% - 16px) / 2);
	}

	div.main div.home-venues > ul li:nth-child(even) {
		margin-right: 0;
	}
}

div.main div.home-venues > ul li a {
	color: #000;
	background-color: #fff;
	box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.6);
	display: block;
}

div.main div.home-venues > ul li a dl {
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

div.main div.home-venues > ul li a dl dt {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 16px;

}

div.main div.home-venues > ul li a dl dd.introduction {
	font-size: 1.5rem;
	margin-bottom: 16px;
	padding: 0 16px;

  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.main div.home-venues > ul li a dl dd.thumbnail {
	margin-bottom: 8px;
}

div.main div.home-venues > ul li a dl dd.thumbnail div {
	background-position: center center;
	background-size: cover;
	padding-top: 50%;
	width: 100%;
}

div.main div.home-venues > ul li a dl dd.prefecture {
	background-color: rgba(17, 17, 17, 0.8);
	color: #fff;
	font-size: 1.5rem;
	padding: 16px;
	position: absolute;
		left: 0;
		top: 0;
}

div.main div.home-venues > ul li a dl dd.badges {
	padding-right: 8px;
	position: absolute;
		left: 8px;
		top: 8px;
}

div.main div.home-venues > ul li a dl dd.badges-right {
	padding-left: 8px;
	position: absolute;
		right: 8px;
		top: 8px;
}

div.main div.home-venues > ul li a dl dd.badges span,
div.main div.home-venues > ul li a dl dd.badges-right span {
	background-color: rgba(17, 17, 17, 0.5);
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 4px 0;
	padding: 8px;
}

div.main div.home-venues > ul li a dl dd.badges span.hascoupon {
	background-color: rgba(229, 56, 134, 0.6);
}

div.main div.home-venues > ul li a dl dd.badges span:last-of-type {
	margin-right: 0;
}

div.main div.home-venues > ul li a dl dd.badges-right span.pr {
	background-color: rgba(238, 198, 36, 0.8);
}

div.main div.home-venues > ul li a dl dd.hascoupon {
	background-color: rgba(234, 86, 187, 0.8);
	color: #fff;
	font-size: 1.4rem;
	padding: 8px;
	position: absolute;
		right: 0;
		top: 0;
}

div.main div.recent-reviews {
}

div.main div.recent-reviews div.content-header {
    margin-bottom: 16px;
}

/* ------------------------------
Main Listing
------------------------------ */

div.main div.listing-search {
	margin-bottom: 28px;
	padding: 0 16px;
}

div.main div.listing-search dl.listing-search-box {
	border-bottom: 1px solid #147eb2;
	display: flex;
	justify-content: space-between;
	padding-left: 12px;
}

div.main div.listing-search dl.listing-search-box dd {
	text-align: center;
}

div.main div.listing-search dl.listing-search-box dd.button {
	margin-bottom: 0;
}

div.main div.listing-search dl.listing-search-box dd span.selector {
	position: relative;
}

div.main div.listing-search dl.listing-search-box select {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background-color: #fff;
	border: none;
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0;
	outline: none;
	padding: 12px 28px 12px 0;
}

div.main div.listing-search dl.listing-search-box dd span.selector::after{
  content:"";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 4px;
  border-bottom: #147eb2 2px solid;
  border-right: #147eb2 2px solid;
  transform: rotate(45deg)translateY(-30%);
}

div.main div.listing-search dl.listing-search-box input.button {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background: #147eb2;
	border: none;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-size: 1.4rem;
	margin: 0;
	padding: 12px 16px;
	text-decoration: none;
}



div.main div.listing-conditions {
    padding: 0 16px;
}

div.main div.listing-conditions ul {
    border: 1px solid #c9c9c9;
}

div.main div.listing-conditions ul li {
}

div.main div.listing-conditions ul li dl {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

div.main div.listing-conditions ul li dl dt {
    font-size: 1.4rem;
    font-weight: 700;
}

div.main div.listing-conditions ul li dl dd {
    font-size: 1.4rem;
}

div.main div.listing-conditions ul li dl dd.change {
        position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

div.main div.listing-conditions ul li dl dd.change::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #b71515;
    border-right: solid 2px #b71515;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 28px;
}


/* ------------------------------
Main Venue
------------------------------ */

div.main div.venue-header {
  background-color: #EFEFEF;
	background-position: center;
	background-size: cover;
  margin-bottom: 28px;
	position: sticky;
	top: 0;
	z-index: 90;
}
@media screen and (min-width: 1024px) {
	div.main div.venue-header {
		width: 768px;
	}
}

div.main div.venue-header-content {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  padding: 16px 72px 20% 16px;
}

div.main div.venue-header-content h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

div.main div.venue-header-content h1 span.ruby {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}

div.main div.venue-header-content h1 a {
	color: #fff;
}

div.main div.venue-header-content dl.attribution {
}

div.main div.venue-header-content dl.attribution dd {
  font-size: 1.3rem;
}

div.main div.venue-header-content dl.attribution dd.rating a {
	color: #FFF;
}

div.main div.venue-header-content dl.attribution dd.rating a span.count {
}

div.main div.venue-header-favorite {
	position: absolute;
		right: 16px;
		top: 24px;
	text-align: center;
}

div.main div.venue-header-favorite dl {
	cursor: pointer;
}

div.main div.venue-header-favorite dl dd.icon {
	color: #FFF;
	opacity: 0.7;
	display: block;
	font-size: 3.2rem;
	line-height: 1;
}

div.main div.venue-header-favorite dl.on dd.icon {
	color: #e64980;
	opacity: 1;
}

div.main div.venue-header-favorite dl dd.label {
	color: #FFF;
	display: block;
	font-size: 1.1rem;
  padding-top: 6px;
	line-height: 1;
}



div.main div.venue-header div.venue-header-menu {
	width: 100%;
}

div.main div.venue-header div.venue-header-menu ul {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-around;
}

div.main div.venue-header div.venue-header-menu ul li {
}

div.main div.venue-header div.venue-header-menu ul li a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 12px;
}

div.main div.venue-header div.venue-header-menu ul li.current a {
	font-weight: 700;
}

div.main div.venue-information {
}

div.main div.venue-information h2,
div.main div.venue-coupon h2,
div.main div.venue-review h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
	padding: 0 16px;
}

div.main div.venue-information div.date-modified {
	font-size: 1.4rem;
	margin-bottom: 28px;
	padding: 0 16px;
	text-align: right;
}

div.main div.venue-information-introduction {
  margin-bottom: 28px;
  padding: 0 16px;
}

div.main div.venue-information-genre {
  margin-bottom: 28px;
  padding: 0 16px;
}

div.main div.venue-information-genre ul {
}

div.main div.venue-information-genre ul li {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 1em;
}


div.main div.venue-information-pictures {
    margin-bottom: 28px;
}

div.main div.venue-information-pictures ul {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
}

div.main div.venue-information-pictures ul li {
    background-color: #111;

}

div.main div.venue-information-pictures ul li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}

div.main div.venue-information-pictures ul li:nth-child(2) {
    grid-row: 1/2;
    grid-column: 3/4;
}

div.main div.venue-information-pictures ul li:nth-child(3) {
    grid-row: 1/2;
    grid-column: 4/5;
}

div.main div.venue-information-pictures ul li:nth-child(4) {
    grid-row: 2/3;
    grid-column: 3/4;
}

div.main div.venue-information-pictures ul li:nth-child(5) {
    grid-row: 2/3;
    grid-column: 4/5;
}

div.main div.venue-information-pictures ul li div.thumbnail {
	background-position: center;
	background-size: cover;
        padding-top: 100%;
}
@media screen and (min-width: 768px) {
	div.main div.venue-information-pictures ul li div.thumbnail {
	}
}

div.main div.venue-information-data {
    margin-bottom: 28px;
    padding: 0 16px
}

div.main div.venue-information-data dl.data {
    border: 1px solid #c9c9c9;
}

div.main div.venue-information-data dl.data dt {
    border-top: 1px solid #e9e9e9;
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 12px 0 0 12px;
    width: 7em;
}

div.main div.venue-information-data dl.data dd {
    border-top: 1px solid #EFEFEF;
    font-size: 1.5rem;
    margin-left: 7em;
    padding: 12px 12px 12px 0;
    word-break: break-all;
}

div.main div.venue-information-data dl.data dd.links {
    margin-left: 0;
    padding: 12px;
}

div.main div.venue-information-data dl.data dd.links ul {
    display: flex;
    justify-content: space-around;
}

div.main div.venue-information-data dl.data dd.links ul li {
    color: #ccc;
    line-height: 1.2;
    text-align: center;
    width: 25%;
}

div.main div.venue-information-data dl.data dd.links ul li span.icon {
    display: block;
    font-size: 3.2rem;
}

div.main div.venue-information-data dl.data dd.links ul li span.text {
    display: block;
    font-size: 1.1rem;
}

div.main div.venue-information-data dl.data dd:after {
    content: '';
    display: block;
    clear: both;
}

div.main div.venue-information-data dl.data dt:first-of-type,
div.main div.venue-information-data dl.data dd:first-of-type {
  border-top: none;
}

div.main div.venue-information-data dl.data dd ul.hours {
}
@media screen and (min-width: 768px) {
	div.main div.venue-information-data dl.data dd ul.hours {
    display: flex;
    flex-wrap: wrap;
	}
}

div.main div.venue-information-data dl.data dd ul.hours li {
}

div.main div.venue-information-data dl.data dd ul.hours li span.day {
  font-size: 1.4rem;
	font-weight: 700;
  margin-right: 0.3em;
}

div.main div.venue-information-data dl.data dd ul.hours li span.day::after {
	content: ':';
}

div.main div.venue-information-data dl.data dd ul.hours li span.hour {
  font-size: 1.4rem;
  margin-right: 1.2em;
}

div.main div.venue-information-charges {
  margin-bottom: 28px;
  padding: 0 16px
}

div.main div.venue-information-charges ul.units {
  border: 1px solid #c9c9c9;
}

div.main div.venue-information-charges ul.units > li {
  border-top: 1px solid #e9e9e9;

}

div.main div.venue-information-charges ul.units li dl {
	padding: 12px;
}

div.main div.venue-information-charges ul.units li dl dd.name {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 8px;
}

div.main div.venue-information-charges ul.units li dl dd.description {
	font-size: 1.5rem;
	margin-bottom: 8px;
}

div.main div.venue-information-charges ul.units li dl dd.price {
	font-size: 1.5rem;
	padding-left: 16px;
}

div.main div.venue-review {
  margin-bottom: 28px;
	position: relative;
}

div.main div.venue-review h2 {
	margin-bottom: 24px
}

div.main div.venue-review div.venue-review-button {
	position: absolute;
		right: 16px;
		top: 8px;
}

div.main div.venue-review div.venue-review-button a {
	background: #147eb2;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 1.3rem;
	padding: 12px 16px;
}

div.main div.venue-review ul.venue-review-list {
	border-top: 1px solid #c9c9c9;
}

div.main div.venue-review ul.venue-review-list li {
		border-bottom: 1px solid #c9c9c9;
}

div.main div.venue-review ul.venue-review-list li dl {
	padding: 16px;
}

div.main div.venue-review ul.venue-review-list li dl dd.rating {
	color: #DDD;
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 1em;
}

div.main div.venue-review ul.venue-review-list li dl dd.rating span.on {
	color: #FABA11;
}

div.main div.venue-review ul.venue-review-list li dl dd.name {
	color: #555;
	display: inline-block;
	font-size: 1.4rem;
}

div.main div.venue-review ul.venue-review-list li dl dd.date {
	color: #555;
	font-size: 1.4rem;
	margin-bottom: 8px;
}

div.main div.venue-review ul.venue-review-list li dl dd.picture {
	margin-bottom: 8px;
}

div.main div.venue-review ul.venue-review-list li dl dd.body {
	color: #000;
	font-size: 1.6rem;
	overflow: hidden;
}

div.main div.venue-review ul.venue-review-list li dl dd.language {
	color: #555;
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 8px;
}

div.main div.venue-review ul.venue-review-list li dl.answer {
	padding-top: 0;
	position: relative;
}

div.main div.venue-review ul.venue-review-list li dl.answer dd.body {
	background-color: #efefef;
	border-radius: 0 8px 8px 8px;
	font-size: 1.5rem;
	margin-left: 68px;
	padding: 16px;
}

div.main div.venue-review ul.venue-review-list li dl.answer dd.body span.date {
	color: #555;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 8px;
}

div.main div.venue-review ul.venue-review-list li dl.answer dd.thumbnail {
	position: absolute;
		left: 16px;
		top: 0;
}

div.main div.venue-review ul.venue-review-list li dl.answer dd.thumbnail div {
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	height: 56px;
	width: 56px;
}

div.main div.venue-coupon {
	margin-bottom: 28px;
}

div.main div.venue-coupon div.venue-coupon-list {
	padding: 0 16px;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail {
	background-color: #fae386;
	min-height: 120px;
	margin-bottom: 28px;
	padding: 24px 32px;
	position: relative;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail::before,
div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail::after {
  background: #fff;
	border-radius: 50%;
	content: "";
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail::before {
  left: -16px;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail::after {
  right: -16px;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
	text-align: center;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail p.body {
	border-bottom: 2px dotted #c9a40f;
	font-size: 1.6rem;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail p.condition {
	font-size: 1.4rem;
	margin-bottom: 16px;
}

div.main div.venue-coupon div.venue-coupon-list div.venue-coupon-list-detail p.expiredat {
	color: #c9a40f;
	font-size: 1.4rem;
	margin-bottom: 0;
	text-align: center;
}

/* ------------------------------
Main adinfo
------------------------------ */

div.main div.adinfo-content {
	margin: 24px 0;
}

div.main div.adinfo-content-header {
	margin-bottom: 24px;
	padding: 0 16px;
}

div.main div.adinfo-content-header h2 span.sub {
	background-color: rgba(238, 198, 36, 1);
	border-radius: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 0.5em;
	padding: 4px;
	vertical-align: text-top;
}

div.main div.adinfo-content-header p.sub {
	color: #777;
	font-size: 1.5rem;
}

div.main div.adinfo-content hr {
	margin: 32px 16px;
	border: none;
	border-top: 1px solid #999;
}

div.main div.adinfo-content dl {
	margin-bottom: 24px;
	padding: 0 16px;
}

div.main div.adinfo-content dt {
	border-bottom: 1px solid #147eb2;
	border-left: 8px solid #147eb2;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 24px;
	padding: 8px;
}

div.main div.adinfo-content dd {
	margin-bottom: 24px;
	padding-left: 16px;
}

div.main div.adinfo-content dd.image {
	margin: 0 auto 24px auto;
	width: 100%;
}

div.main div.adinfo-content dd.image img {
	width: 100%;
}

div.main div.adinfo-content div.adinfo-button {
	padding: 8px 0;
}

div.main div.adinfo-content div.adinfo-button a {
	background: #147eb2;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 16px 16px;
	text-align: center;
	width: 90%;
}

/* ------------------------------
Sub
------------------------------ */

div.sub h2 {
	font-size: 1.6rem;
	margin-bottom: 16px;
	padding: 0 24px;
}
@media screen and (min-width: 1024px) {
	div.sub h2 {
		padding: 0;
	}
}

div.sub div.banners {
	margin: 0 auto 24px auto;
	padding: 0 24px;
}
@media screen and (min-width: 1024px) {
	div.sub div.banners {
    padding: 0;
	}
}

@media screen and (min-width: 1024px) {
	div.sub div.ad-general {
		padding: 0;
	}
}

div.sub div.banners ul li {
	margin: 0 auto 24px auto;
  text-align: center;
}

div.sub div.banners ul li:last-child {
	margin-bottom: 0;
}

div.sub div.recommended-venues {
	margin-bottom: 24px;
}

div.sub div.recommended-venues ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 24px;
}
@media screen and (min-width: 1024px) {
	div.sub div.recommended-venues ul {
    display: block;
		padding: 0;
	}
}

div.sub div.recommended-venues ul li {
    width: calc((100% - 16px) / 2);
		margin: 0 16px 16px 0;
}
@media screen and (min-width: 1024px) {
	div.sub div.recommended-venues ul li {
		width: 100%;
		margin-right: 0;
	}
}

div.sub div.recommended-venues ul li:nth-child(even) {
	margin-right: 0;
}

div.sub div.recommended-venues ul li a {
	color: #000;
}

div.sub div.recommended-venues ul li a dl {
	position: relative;
}

div.sub div.recommended-venues ul li a dl dt {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
}

div.sub div.recommended-venues ul li a dl dd.thumbnail {
	margin-bottom: 4px;
}

div.sub div.recommended-venues ul li a dl dd.thumbnail div {
	background-position: center center;
	background-size: cover;
	padding-top: 60%;
	width: 100%;
}

div.sub div.recommended-venues ul li a dl dd.badges {
	line-height: 1;
	padding-right: 4px;
	position: absolute;
		left: 4px;
		top: 4px;
}

div.sub div.recommended-venues ul li a dl dd.badges span {
	background-color: rgba(17, 17, 17, 0.5);
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 4px 0;
	padding: 4px;
}

div.sub div.recommended-venues ul li a dl dd.badges span.hascoupon {
	background-color: rgba(229, 56, 134, 0.6);
}


/* ------------------------------
Footer
------------------------------ */

div.footer-wrapper {
  background-color: #97958e;
  width: 100%;
}

footer {
  background-color: #97958e;
	color: #FFF;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
	footer {
    margin: 0 auto;
    width: 1024px;
	}
}

footer a {
	color: #fff;
}

footer div.button-pagetop {
	position: fixed;
		bottom: -56px;
		right: 16px;
	z-index: 110;
}
@media screen and (min-width: 1024px) {
    footer div.button-pagetop {
        margin-left: 952px;
        right: auto;
    }
}

footer div.button-pagetop a {
    background-color: rgba(17, 17, 17, 0.8);
    border-radius: 56px;
	display: block;
	width: 56px;
	height: 56px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

footer div.button-pagetop a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #147eb2;
    border-left: solid 2px #147eb2;
    border-radius: 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 21px;
    top: 24px;
}

footer div.footer-content {
}
@media screen and (min-width: 1024px) {
	footer div.footer-content {
  	display: flex;
  	justify-content: space-between;
		margin-bottom: 28px;
	}
}

footer div.footer-content-sponsors {
}
@media screen and (min-width: 1024px) {
	footer div.footer-content-sponsors {
  	display: flex;
  	justify-content: space-between;
		margin-bottom: 28px;
	}
}

footer div.footer-content-sponsors h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

footer div.footer-content-sponsors ul {
  display: flex;
  justify-content: space-around;
}

footer div.footer-content-sponsors ul li {
  font-size: 1.5rem;
}

footer div.footer-content-information {
}
@media screen and (min-width: 1024px) {
	footer div.footer-content-information {
        width: 248px;
	}
}

footer div.footer-content-information ul {
}

footer div.footer-content-information ul li {
	font-size: 1.5rem;
	margin-bottom: 8px;
}

footer div.footer-content-information ul li img {
    height: 48px;
		margin-bottom: 4px;
    opacity: 0.8;
    width: 48px;
}


footer div.footer-content-prefectures {

}
@media screen and (min-width: 1024px) {
	footer div.footer-content-prefectures {
    width: 728px;
	}
}

footer div.footer-content-prefectures dl dt {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 8px;
}

footer div.footer-content-prefectures dl dt:first-of-type {
	margin-top: 0;
}

footer div.footer-content-prefectures dl dd {
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 1em;
}

footer p.copyright {
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
}

footer hr.footer-separator {
	border: none;
	border-top: 1px solid #efefef;
	margin: 24px 0;
}
