@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Reset
============================================ */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
li {
	list-style-type: none;
}
ol li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	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 #000;
	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;
}

/* Default
============================================ */
html, body {
	width: 100%;
	height: 100%;
}
body {
	color: #fff;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	background: #000;
}

/* Module
============================================ */
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
.inner {
	position: relative;
	height: 100%;
}
/*.btn {
	color: #000;
	display: block;
	text-decoration: none;
	background: #fcd903;
	transition: .3s all;
}
.btn:hover {
	opacity: .7;
}*/

.noPC { display: none; }
.noSP { display: block; }
@media screen and (max-width: 640px) {
	.noPC { display: block; }
	.noSP { display: none; }
}
.saketottarilink p{
	text-align: center;
}


/* Layout
============================================ */
@media screen and (min-width: 639px) {
	.index header {
		padding: 30px 0;
		width: 200px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(66, 53, 58, .9);
		z-index: 100;
		box-sizing: border-box;
	}
	.index header h1 {
		margin: 0 auto 20px;
		width: 118px;
		text-align: center;
	}
	.index header nav {
		padding: 0 25px;
	}
	.index header nav li {
		margin-bottom: 10px;
	}
	.index header nav a {
		padding-left: 15px;
		color: #fff;
		text-decoration: none;
	}
	.index header nav a:before {
		content: "\0025B6";
		margin-right: 5px;
		display: inline-block;
		opacity: 0;
		transition: .3s all;
		transform: translateX(-5px);
	}
	.index header nav a:hover {
		color: #f8c006;
	}
	.index header nav a:hover:before {
		opacity: 1;
		transform: translateX(0);
	}
	.index header .info {
		margin: 20px 0;
		padding-top: 15px;
		padding: 0 25px;
	}
	.index header .info .tel {
		display: inline-block;
		color: #fff;
		font-size: 20px;
		text-decoration: none;
		cursor: normal;
	}
	.index header .info .notice {
		margin-bottom: 20px;
		font-size: 11px;
	}
	.index header .hours {
		font-size: 11px;
		line-height: 14px;
	}
	.index header .hours dt {
		clear: left;
		width: 65px;
		float: left;
	}
	.index header .hours dd {
		width: 80px;
		float: left;
		text-align: right;
	}
	.index header .hours dt.lo {
		width: 100%;
		font-size: 11px;
		line-height: 15px;
		margin-top: 5px;
	}
	.index header .hours dd.lo {
		width: 45px;
	}
	.sns {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.sns .insta {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	.sns .insta a,
	.sns .fb a {
		margin: 0 auto;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.sns .insta img,
	.sns .fb img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.sns .insta a {
		width: 138px;
		height: 48px;
	}
	.sns .insta:hover img {
		top: -49px;
	}
	.sns .fb a {
		width: 104px;
		height: 21px;
	}
	.sns .fb:hover img {
		top: -21px;
	}
	header .btn {
		width: 100%;
		position: absolute;
		bottom: 130px;
	}
	header .btn a {
		width: 100%;
		display: block;
		text-align: center;
		vertical-align: middle;
		color: #2f241e;
		text-decoration: none;
	}
	header .btn .reserve {
		height: 65px;
		font-size: 18px;
		font-weight: 900;
		line-height: 65px;
		background: #f2970b;
		transition: .2s all;
	}
	header .btn .reserve:hover {
		opacity: .7;
	}
	header .btn .tel {
		height: 65px;
		line-height: 65px;
		font-size: 20px;
		font-weight: 900;
		background: #f8c006;
		pointer-events: none;
	}
	header .btn .tel a {
		text-align: left;
	}
	header .btn .tel span {
		font-size: 14px;
		font-weight: 900;
	}
	.saketottarilink {
		position: fixed;
		right: 0;
		bottom: 200px;
	}
	.saketottarilink a {
		display: inline-block;
		color: #0095d4;
		text-decoration: none;
		transform: translateX(50%);
		transition: .3s all;
	}
	.saketottarilink a:hover {
		transform: translateX(0);
	}
	@media screen and (max-height: 760px) {
		.index header h1 {
			margin: 0 auto 20px;
			width: 80px;
			height: auto;
		}
		.index header h1 img {
			width: 100%;
			height: 100%;
		}
		.index header nav li {
			margin-bottom: 3px;
		}
		.index header .info {
			padding-top: 10px;
		}
		.index header .hours {
			font-size: 10px;
			line-height: 13px;
		}
		.index header .info .notice {
			margin-bottom: 0px;
		}
		header .btn { bottom: 95px;}
		header .btn .reserve, header .btn .tel {
			height: 45px;
			line-height: 45px;
		}
		.sns .insta a {
			width: 124px;
			height: 44px;
		}
		.sns .insta {
			margin-bottom: 10px;
			padding-bottom: 10px;
		}
		.sns .insta a img {
			width: 124px;
			height: 88px;
		}
		.sns .insta:hover a img {
			top: -44px;
		}
		.sns .fb a {
			width: 80px;
			height: 16px;
		}
		.sns .fb a img {
			width: 80px;
			height: 32px;
		}
		.sns .fb:hover a img {
			top: -16px;
		}
	}
}
@media screen and (max-width: 640px) {
	.index header {
		padding: 10px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(66, 53, 58, .9);
		z-index: 100;
		box-sizing: border-box;
	}
	.index header h1 {
		width: 168px;
	}
	.index header h1 img {
		width: 168px;
		height: auto;
	}
	.index header .openmenu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(66, 53, 58, .9);
	}
	.index header nav {
		margin-top: 40px;
		text-align: center;
	}
	.index header nav a {
		padding: 10px 0;
		width: 100%;
		color: #fff;
		display: block;
		text-decoration: none;
	}
	.index header .reserve {
		margin: 20px 0 0;
		padding: 10px;
		display: block;
		text-align: center;
		color: #000;
		background: #f2970b;
		border-radius: 5px;
		color: #000;
		font-size: 20px;
		text-decoration: none;
	}
	.index header .tel {
		margin: 5px 0 20px;
		padding: 10px;
		display: block;
		text-align: center;
		color: #000;
		background: #f8c006;
		border-radius: 5px;
		color: #000;
		font-size: 20px;
		text-decoration: none;
	}
	.index header .notice {
		text-align: center;
		margin-bottom: 10px;
	}
	.index header .hours {
		margin: 10px auto;
		width: 160px;
	}
	.index header .hours dt {
		clear: left;
		width: 60px;
		float: left;
	}
	.index header .hours dd {
		width: 100px;
		float: left;
		text-align: right;
	}
	.index header .hours dt.lo {
		width: 120px;
	}
	.index header .hours dd.lo {
		width: 40px;
	}
	.sns {
		margin-bottom: 20px;
		text-align: center;
	}
	.sns li {
		display: inline-block;
	}
	.sns a {
		margin: 0 10px;
	}
	.sns img {
		width: 40px;
		height: 40px;
	}
	.index header .saketottarilink {
		background: #fff;
		text-align: center;
	}
	.index header .saketottarilink a {
		padding: 10px 0;
		display: block;
	}
	.index header .saketottarilink .logo {
		width: auto;
		height: 50px;
	}
}
@media screen and (max-width: 640px) {
	aside.menu {
		width: 20px;
		height: 20px;
		position: fixed;
		top: 16px;
		right: 16px;
		z-index: 500;
	}
	aside.menu span,
	aside.menu span:before,
	aside.menu span:after {
		width: 20px;
		height: 2px;
		display: block;
		background: #fff;
		position: absolute;
		transition: .3s all;
	}
	aside.menu span:before,
	aside.menu span:after {
		content: "";
	}
	aside.menu span { top: 0; }
	aside.menu span:before { top: 9px; }
	aside.menu span:after { top: 18px; }
	aside.menu.close span { transform: rotate(45deg); top: 10px; }
	aside.menu.close span:before { opacity: 0; }
	aside.menu.close span:after { transform: rotate(-90deg); top: 0; }
}
.killer {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.killer img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 640px) {
	.index section h1 {
		padding: 10px;
		position: relative;
		z-index: 10;
	}
	.index section h1:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		border-style: solid;
		border-width: 75px 130px 0 0;
		border-color: #000 transparent transparent transparent;
	}
	.index section h1 img {
		width: auto;
		height: 10px;
		position: relative;
		z-index: 1;
	}
}
.concept {
	padding: 60px 0 170px;
	background-image: url(images/concept_bg_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	.concept {
		padding: 0;
		background-image: url(images/concept_bg_sp.png);
	}
}
@media screen and (min-width: 639px) {
	.concept .inner {
		margin-left: 200px;
		text-align: center;
	}
	.concept h1 {
		margin-bottom: 60px;
	}
	.concept h2 {
		margin-bottom: 50px;
		font-size: 20px;
	}
	.concept p {
		line-height: 2;
	}
}
@media screen and (max-width: 640px) {
	.concept {
		padding-bottom: 30px;
	}
	.concept h2 {
		margin: 60px 0;
		padding: 0 10px;
		font-size: 20px;
		text-align: center;
	}
	.concept p {
		padding: 0 10px;
		line-height: 2;
		text-shadow: 0 0 2px #000;
	}
	.concept p br {
		display: none;
	}
}
@media screen and (min-width: 639px) {
	.menu h1 {
		padding: 40px 0;
		text-align: center;
	}
}
.menu .mainimg {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.index section.menu h1 {
		height: 0;
		padding: 0 10px;
	}
	.menu p {
		padding: 30px 20px;
	}
	.menu p br {
		display: none;
	}
}
.menu {
	padding-bottom: 60px;
	color: #fff;
}
.menu p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.menu .kashikiri { width: 100%; margin-bottom: 20px;}
.menu .img {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.menu .gold { margin-bottom: 50px; }
.menu .silver { margin-bottom: 20px; }
.menu .box h3 {
	padding: 5px;
	font-size: 18px;
	text-align: center;
	color: #000;
	background: #ffdb00;
}
.menu .box h3 em {
	font-size: 22px;
	font-weight: bold;
}
.menu .gold {
	color: #ffdb00;
	border: 4px solid #ffdb00;
}
.menu .gold h3 {
	background: #ffdb00;
}
.menu .silver {
	color: #e5e5e5;
	border: 4px solid #e5e5e5;
}
.menu .silver h3 {
	background: #e5e5e5;
}
.menu .masu { margin-right: 10px; }
.menu .red.masu { background: #e60012; }
.menu .yellow.masu { background: #f6df00; }
.menu .brown.masu { background: #7b292d; }
.menu .blue.masu { background: #0097df; }
.menu .ticket {
	margin-left: 70px;
	position: relative;
}
.menu .ticket img {
	width: 61px;
	height: 32px;
	position: absolute;
	top: -5px;
	left: -70px;
}
.menu dt {
	position: relative;
	display: inline-block;
}
.menu dt::before {
	content: "：";
	position: absolute;
	top: 0;
	right: -15px;
}
.menu dt span {
	font-size: 14px;
}
.menu dd .block {
	margin-bottom: 20px;
}
.menu dd li {
	margin-left: 20px;
	list-style: disc;
}
.menu dd h3 {
	font-size: 16px;
}
.menu .notice li {
	margin-left: 20px;
	list-style: disc;
}
@media screen and (min-width: 639px) {
	.menu {
		padding-top: 50px;
		padding-left: 200px;
	}
	.menu .inner {
		margin: 0 auto;
		width: 670px;
	}
	.menu h2 {
		margin-bottom: 20px;
		font-size: 25px;
		text-align: center;
	}
	.menu .open {
		margin: 10px 0 50px 40px;
		float: left;
		font-size: 19px;
	}
	.menu .close {
		margin: 10px 40px 50px 0;
		float: right;
		font-size: 19px;
	}
	.menu .open em, .menu .close em { font-size: 22px; }
	.menu .open span, .menu .close span { font-size: 14px; }
	.menu dl {
		clear: both;
		margin: 0 auto;
		width: 490px;
	}
	.menu dt {
		clear: left;
		margin: 0 20px 40px 0;
		width: 100px;
		float: left;
		text-align: right;
		font-size: 18px;
	}
	.menu dd {
		margin-bottom: 40px;
		width: 370px;
		float: right;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.menu .inner {
		padding: 20px;
	}
	.index .menu h2 {
		margin-bottom: 10px;
		padding: 0;
		font-size: 18px;
	}
	.menu p {
		text-align: left;
		font-size: 14px;
	}
	.menu .img li {
		width: 32%;
	}
	.menu .img img {
		width: 100%;
		height: auto;
	}
	.menu .box h3 {
		font-size: 16px;
	}
	.menu .box h3 em {
		font-size: 18px;
	}
	.menu .price {
		margin: 10px 10px 20px;
	}
	.menu .open em, .menu .close em { font-size: 18px; }
	.menu dl {
		margin: 10px;
	}
	.menu dt {
		margin-bottom: 10px;
	}
	.menu dt br { display: none; }
	.menu dd:not(:last-child) {
		margin-bottom: 30px;
	}
}
.sakagura {
	background: #2f241e;
}
@media screen and (min-width: 639px) {
	.sakagura {
		padding-top: 50px;
		text-align: center;
	}
	.sakagura h1 {
		margin-bottom: 50px;
		margin-left: 200px;
	}
	.sakagura .list {
		margin-left: 180px;
	}
	.sakagura .card {
		margin-left: 20px;
		margin-bottom: 20px;
		width: 145px;
		height: 150px;
		float: left;
		background: #fff;
	}
	.sakagura .mask {
		position: relative;
	}
	.sakagura .mask:after {
		content: "";
		width: 145px;
		height: 150px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #fdcd02;
		opacity: 0;
		transition: .3s all;
	}
}
@media screen and (max-width: 640px) {
	.sakagura .list {
		margin: 0 10px;
		padding: 30px 0;
	}
	.sakagura .card {
		margin-bottom: 10px;
		width: 48%;
		text-align: center;
		background: #fff;
	}
	.sakagura .card:nth-child(odd) { float: left; }
	.sakagura .card:nth-child(even) { float: right; }
}
.sakagura .card a {
	color: #000;
	text-decoration: none;
}
.sakagura .mask:hover:after {
	opacity: .6;
}
.sakagura .card .photo img {
	width: 100%;
}
.sakagura .card .area {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}
.sakagura .card .name {
	font-size: 18px;
	font-weight: bold;
}
.index .information {
	background: #49423f;
}
@media screen and (min-width: 639px) {
	.information {
		padding-top: 50px;
		padding-left: 200px;
	}
	.information .inner {
		margin: 0 auto;
		width: 800px;
	}
	.information h1 {
		margin-left: 20px;
		margin-bottom: 50px;
		text-align: center;
	}
	.information h2 {
		width: 235px;
		float: left;
		text-align: center;
	}
	.information .infodetail {
		margin: 0 auto;
		width: 650px;
	}
	.information .txt {
		width: 410px;
		float: right;
	}
	.information .txt .route {
		margin-bottom: 10px;
		padding-left: 20px;
		color: #f49e09;
	}
	.information .txt .address {
		margin-bottom: 20px;
		padding-left: 20px;
	}
}
.information .hours {
	margin-bottom: 10px;
	padding: 10px 0;
	width: 375px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.information .hours p {
	padding-left: 20px;
	width: 80px;
	float: left;
}
.information .hours dl {
	width: 260px;
	float: left;
}
.information .hours dt {
	clear: left;
	width: 100px;
	float: left;
}
.information .hours dd {
	float: left;
}
.information .hours dt.lo {
    font-size: 12px;
    width: 100%;
    line-height: 13px;
    margin-top: 5px;
}
.information .hours dd.lo {
}
.information .tel {
	padding-left: 100px;
}
.information .tel em { font-size: 20px;}
.information .reserve {
    text-align: center;
    font-size: 12px;
    width: 360px;
    color: #f8c006;
}
.information .reserveBtn {
    margin: 15px 0;
    width: 360px;
    padding: 10px;
    display: block;
    color: #2f241e;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #f2970b;
    border-radius: 5px;
}
.information .notice {
	font-size: 11px;
}
.information .map {
	margin-top: 60px;
	width: 800px;
	height: 400px;
}

@media screen and (max-width: 640px) {
	.information h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.information h2 img {
		width: 175px;
		height: auto;
	}
	.information .txt .route {
		color: #f49e09;
	}
	.information .txt {
		margin: 0 20px;
		padding-left: 0;
		width: auto;
	}
	.information .hours {
		margin: 0 20px;
		padding-left: 0;
		width: auto;
		border: none;
		font-size: 12px;
	}
	.information .hours p {
		padding-left: 0;
		width: 30%;
	}
	.information .hours dl {
		width: 70%;
	}
	.information .hours dt,
	.information .hours dd {
		width: 48%;
	}
	.information .tel {
		padding: 0;
	}
	.information .tel a {
		margin: 0 20px;
		padding: 10px;
		display: block;
		color: #000;
		text-align: center;
		background: #f8c006;
		border-radius: 5px;
		font-size: 20px;
		text-decoration: none;
	}
	.information .tel span {
		margin-left: 10px;
		font-size: 16px;
	}
	.information .reservetxt {
		width: 100%!important;
		text-align: center;
		font-size: 12px;
		color: #f8c006;
		margin: 20px 0;
	}
	.information .reserveBtn {
		margin: 20px;
		padding: 10px;
		display: block;
		color: #000;
		text-align: center;
		background: #f2970b;
		border-radius: 5px;
		font-size: 20px;
		text-decoration: none;
		clear: both;
		width: auto;
	}
	.information .map {
		margin: 0 3%;
		width: 94%;
		height: 250px;
	}
	.information .map iframe {
		width: 100%;
		height: 200px;
	}
}
footer {
	padding: 20px 0 20px 200px;
	background: #49423f;
}
footer .copy {
	text-align: center;
	font-size: 10px;
}
@media screen and (min-width: 639px) {
	.index footer .inner {
		margin: 0 auto;
		width: 800px;
	}
}
.detail,
.detail footer {
	background: #2f241e;
}
.breadcrumb {
	margin: 0 auto 40px;
	width: 800px;
}
.breadcrumb li {
	display: inline;
	font-size: 12px;
}
.breadcrumb a {
	padding-bottom: 3px;
	color: #fff;
	border-bottom: 1px;solid #fff;
}
.detail header {
	padding: 30px 0 10px;
}
.detail header h1 {
	margin: 0 auto;
	width: 340px;
	height: auto;
}
.detail header h1 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.detail header h1 {
		width: 220px;
	}
	.detail .wrapper {
		margin: 0 10px;
	}
}
@media screen and (min-width: 639px) {
	.sakagurainfo {
		margin: 0 auto 80px;
		width: 800px;
	}
	.sakagurainfo .txt {
		margin-bottom: 30px;
		width: 468px;
		float: left;
	}
	.sakagurainfo .photo {
		margin-bottom: 30px;
		width: 300px;
		float: right;
	}
}
.sakagurainfo .area {
	margin-bottom: 20px;
	padding: 4px 20px;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	background: #494949;
}
.sakagurainfo .foundation {
	line-height: 1;
}
.sakagurainfo .name {
	margin-bottom: 10px;
	font-size: 24px;
}
.sakagurainfo .description {
	margin-bottom: 30px;
}
.sakagurainfo .brand {
	padding: 10px 0;
	border-top: 1px solid #fff;
}
.sakagurainfo .brand dt,
.sakagurainfo .brand dd,
.sakagurainfo .brand ul,
.sakagurainfo .brand li {
	display: inline;
}
.sakagurainfo .brand li {
	padding-left: 20px;
}
.sakagurainfo .brand li:before {
	content: "";
	margin-right: 6px;
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #f8c006;
	border-radius: 50%;
}
.sakagurainfo .photo img {
	width: 100%;
	height: auto;
}
.sakagurainfo .map iframe {
	width: 800px;
	height: 400px;
}
@media screen and (max-width: 640px) {
	.sakagurainfo .photo {
		margin-bottom: 10px;
	}
	.sakagurainfo .map iframe {
		width: 100%;
		height: 250px;
	}
}
.sakagurainfo .link {
	margin: 50px auto 0;
	width: 300px;
}
.sakagurainfo .official,
.sakagurainfo .top {
	margin: 0 20px 20px;
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	transition: .3s all;
}
.sakagurainfo .official:hover,
.sakagurainfo .top:hover {
	opacity: .7;
}
.sakagurainfo .official { background: #f2970b; }
.sakagurainfo .top { background: #f8c006; }
.sakagurainfo .official span:before,
.sakagurainfo .top span:before {
	content: "?";
	display: inline-block;
	transition: .3s all;
	transform: translateX(-5px);
}
@media screen and (min-width: 639px) {
	.akatsukiinfo {
		margin: 0 auto;
		width: 800px;
		text-align: center;
	}
}
.akatsukiinfo h1 {
	margin:0 auto 30px;
	width: 206px;
	height: auto;
}
.akatsukiinfo h1 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.akatsukiinfo {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #fff;
	}
	.akatsukiinfo h1 {
		width: 175px;
	}
}
.akatsukiinfo .detail {
	margin-bottom: 50px;
	font-size: 12px;
}
@media screen and (max-width: 640px) {
	.akatsukiinfo .detail {
		margin-bottom: 10px;
	}
}
.akatsukiinfo .route {
	color: #f49e09;
}
.akatsukiinfo .hours {
	margin: 0 auto;
	padding: 5px 5px 5px 10px;
	width: 300px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.akatsukiinfo .hours {
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 639px) {
	.akatsukiinfo .tel {
		margin: 0 auto;
		padding: 5px 5px 5px 10px;
		width: 300px;
		text-align: left;
	}
	.akatsukiinfo .hours {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.akatsukiinfo .tel {
		border-bottom: 1px solid #fff;
	}
}
.akatsukiinfo .hours p,
.akatsukiinfo .tel dt {
	width: 68px;
	float: left;
}
.akatsukiinfo .hours dl,
.akatsukiinfo .tel dd {
	width: 232px;
	float: left;
}
.akatsukiinfo .hours dt {
	width: 46px;
	float: left;
}
.akatsukiinfo .hours dd {
	width: 186px;
	float: left;
}
.akatsukiinfo .tel .notice {
	font-size: 10px;
}
.akatsukiinfo .map {
	width: 800px;
	height: 400px;
}
@media screen and (max-width: 640px) {
	.akatsukiinfo .map {
		width: 100%;
		height: 250px;
	}
}
@media screen and (max-width: 640px) {
	.akatsukiinfo .hours {
		margin-bottom: 30px;
		font-size: 12px;
	}
	.akatsukiinfo .hours p {
		width: 30%;
	}
	.akatsukiinfo .hours dl {
		width: 70%;
	}
	.akatsukiinfo .hours dt {
		width: 50%;
	}
	.akatsukiinfo .hours dd {
		width: 50%;
	}
	.akatsukiinfo .hours .notice {
		padding-left: 30%;
		clear: both;
		width: 70%;
		float: none;
	}
	.akatsukiinfo .sptel {
		margin: 0 20px 20px;
		padding: 10px;
		display: block;
		color: #000;
		text-decoration: none;
		text-align: center;
		background: #f8c006;
		border-radius: 5px;
	}
	.akatsukiinfo .sptel span {
		font-size: 20px;
	}
}

/************ 2019.04.23 大東追加CSS************/
* { box-sizing: border-box;}
body { overflow-x: hidden;}
.fontJP { font-family: "Sawarabi Mincho", serif;}
.clear { clear: both;}
.PCnone { display: none;}
.floatL { float: left;}
.floatR { float: right;}
/*----エンターページ----*/
#enterBack { width: 100%; height: 100%; min-height: 680px; position: relative; background-color: #000;}
#enterBack .imgA {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('images/enter/imgA.jpg');
}
#enterBack .imgS {
    left: inherit;
    right: 0;
    background-image: url('images/enter/imgS.jpg');
}
.whiteBack {
    position: absolute;
    z-index: 9999;
    width: 400px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -200px;
    background-image: url('images/enter/whiteBack.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: table;
}
.whiteBack .cnt {
    display: table-cell;
    vertical-align: middle;
    color: #313131;
    text-align: center;
}
.whiteBack .cnt .sub { margin-top: -20px;}
.whiteBack .cnt .sub img { width: 45%;}
.whiteBack .cnt .sub h2 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}
.whiteBack .cnt .sub.sake h2 { margin-top: -20px;}
.whiteBack .cnt .sub .button {
    text-decoration: none;
    border: 1px #313131 solid;
    color: #000;
    font-size: 16px;
    font-family: "Sawarabi Mincho", serif;
    letter-spacing: 0.1rem;
    display: inline-block;
    padding: 5px;
    width: 110px;
    margin: 3px;
    transition: .3s;
}
.whiteBack .cnt .sub .button:hover { opacity: 0.8;}
.whiteBack .cnt .sub .button.yoyaku { background-color: #f2970b; border: 1px #f2970b solid; color: #fff;}
.whiteBack .cnt .sub.sake { margin-top: 50px;}
.whiteBack .cnt .sub.sake .button.yoyaku { background-color: #28618d; border: 1px #28618d solid;}
/*----お知らせページ----*/
.pageCnt { width: calc(100% - 200px); position: relative; float: right;}
#pageHead {
    width: 100%;
    height: 350px;
    background-color: #000;
    background-image: url('images/akatsuki_news_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
#pageHead .headCatch {
    font-size: 60px;
    letter-spacing: 0.5rem;
    padding-top: 100px;
    padding-left: 15%;
}
#pageHead .headCatch span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.2rem;
    margin-top: -15px;
}
.mainCnt { width: 90%; max-width: 1300px; margin: 50px auto;}
.mainClm { width: calc(100% - 410px); float: left;}
.sideClm { width: 350px; float: right;}
.newsList li {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 50px;
    color: #000;
}
.newsList li .date {
    color: #f2970b;
    font-weight: bold;
    float: right;
    margin-left: 20px;
}
.newsList li .title { font-size: 18px; font-weight: bold;}
.newsList li img { max-width: 100%; height: auto; margin-bottom: 20px;}
.newsList li .sub { margin-top: 30px; line-height: 28px;}
.newsList li .sub a { color: #f2770b;}
.pager { width: 100%; text-align: center; margin-bottom: 50px;}
.page-numbers { display: inline-block; padding-left: 0;}
.page-numbers > li { display: inline;}
.page-numbers.current {
    background-color: #2f384f;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.page-numbers > li > a, .page-numbers > li > span, .pager a, .page-numbers.current {
    background-color: #ffffff;
    color: #2f384f;
    line-height: 1.42857;
    margin-left: -2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.page-numbers.current {
    background-color: #f2970b;
    border-color: #f2970b;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
.newsSideList {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
}
.newsSideList .title {
    margin-bottom: 30px;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.1rem;
    text-align: center;
}
.recentnews li { margin-bottom: 20px; line-height: 22px; font-size: 13px;}
.recentnews li a { text-decoration: none; color: #000;}
.recentnews li img {
    width: 70px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.recentnews li .date { color: #f2970b; font-weight: bold;}
.archivenews li a { color: #f2770b; font-size: 15px; margin-bottom: 5px; letter-spacing: 0.1rem;}
.nav-below { margin-bottom: 50px;}
.pagerBtn a, .pagerBtnAll {
    background-color: #fff;
    color: #000;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagerBtnAll {
    width: 130px;
    text-align: center;
    display: block;
    margin: -29px auto;
}
/*----トップ-お知らせセクション----*/
.news .mainCnt { margin: 0 auto;}
.topNewsList { margin: 0 0 20px; text-align: center;}
.topNewsList li {
    width: 46%;
    margin: 1% 1.5%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}
.topNewsList li a {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.topNewsList li a img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 30px;
}
.topNewsList li a .date {
    color: #f2970b;
    font-weight: bold;
    margin: 15px 0 10px;
    display: block;
}
.topNewsList li a .title {
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    margin: 0;
}
.news .button {
    margin: 30px auto;
    width: 90%;
    max-width: 360px;
    padding: 10px;
    display: block;
    color: #2f241e;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #f8c006;
    border-radius: 5px;
}
/*--------------- TB (1200px↓) ---------------*/
@media screen and (max-width:1200px) {
/*----お知らせページ----*/
#pageHead { height: 250px;}
#pageHead .headCatch { padding-top: 55px; padding-left: 10%;}
.mainClm, .sideClm { width: 100%; float: none;}
/*----トップ-お知らせセクション----*/
.topNewsList li { width: 100%; margin: 1%;}
.topNewsList li a img { width: 90px;}
.topNewsList li a .date { margin: 10px 0 5px;}
}
/*--------------- SP (640px↓) ---------------*/
@media screen and (max-width:640px) {
.PCnone { display: block;}
/*----header,footer調整----*/
.index header nav { margin-top: 30px;}
.index header nav a { padding: 7px 0;}
.index header .hours { font-size: 12px; line-height: 18px;}
.index header .hours dt.lo {
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
    opacity: 0.5;
}
footer { width: 100%; padding: 20px;}
/*----エンターページ----*/
#enterBack .imgA { width: 100%; height: 35%;}
#enterBack .imgS { top: inherit; bottom: 0;}
.whiteBack {
    width: 100%;
    height: 370px;
    top: 50%;
    left: 0;
    margin-top: -185px;
    margin-left: 0;
    background-image: url('images/enter/whiteBackSP.svg');
    background-size: auto 100%;
    background-position: center center;
}
.whiteBack .cnt .sub { width: 50%; float: left; margin-top: -10px; padding: 15px 10px 15px 20px;}
.whiteBack .cnt .sub img { width: 80%; max-width: 120px;}
.whiteBack .cnt .sub.sake { margin-top: -10px; padding: 15px 20px 15px 10px;}
.whiteBack .cnt .sub h2 { font-size: 10px; line-height: 13px;}
.whiteBack .cnt .sub.sake h2 { margin-top: 0;}
.whiteBack .cnt .sub .button { margin-bottom: 5px;}
/*----お知らせページ----*/
.pageCnt { width: 100%;}
#pageHead { height: 220px; background-position: center center;}
#pageHead .headCatch {
    font-size: 40px;
    text-align: center;
    padding-top: 85px;
    padding-left: 0;
    letter-spacing: 0.3rem;
}
#pageHead .headCatch span { font-size: 17px; letter-spacing: 0.1rem; font-weight: bold;}
.mainCnt { width: 95%; margin: 20px auto;}
.newsList li { padding: 25px; margin-bottom: 20px;}
.newsList li .date {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: right;
    margin-bottom: 5px;
}
.newsList li .title { font-size: 15px;}
.newsList li .sub { margin-top: 20px; line-height: 25px; font-size: 13px;}
.newsList li img { margin-bottom: 15px;}
.newsSideList { padding: 25px; margin-bottom: 20px;}
.newsSideList .title { margin-bottom: 20px;}
/*----トップ-お知らせセクション----*/
.topNewsList { margin: 65px 0 0;}
.topNewsList li a { padding: 15px; font-size: 13px;}
.topNewsList li a img { width: 65px; margin-right: 15px;}
.topNewsList li a .date { margin: 0;}
.topNewsList li a .title { padding: 0; font-size: 13px; line-height: 20px; margin: 0;}
}
/************ 2019.04.23 大東追加CSS************/