@charset "utf-8";
/* CSS Document */


/***** RESET *****/
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}


/***** COMMON *****/
body {
	font: 16px/1.75 "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #313131;
}

a {
	color: #313131;
    text-decoration: none;
}

li {
	list-style: none;
}


/***** HEADER *****/
header {
    width: 100%;
    text-align: left;
    background-color: #313131;
    color: #fff;
}
header h1 {
    display: inline-block;
	margin: 2em 0 2em 10%;
    font-size: 100%;
}
header p.current_time {
    display: inline-block;
    margin-left: 2em;
    font-size: 85%;
}
header p.reservation {
	display: inline-block;
	float: right;
	margin: 1.5em 10% 0 0;
    border: #fff 1px solid;
    border-radius: 5px;
}
header p.reservation a {
	display: block;
    width: 100%;
	padding: 0.5em 1em;
	color: #fff;
}
header p.reservation a:hover {
    background-color: #ffa500;
    transition: background-color 0.5s ease-out;
}


/***** MAINVISUAL *****/
article#mainvisual {
	position: relative;
    color: #fff;
    text-align: right;
}
article#mainvisual img {
    width: 100%;
}
article#mainvisual h4 {
    width: 100%;
    position: absolute;
    top: 35%;
    padding-right: 150px;
    font-size: 180%;
}
article#mainvisual h4 strong {
    font-size: 145%;
}
article#mainvisual h5 {
    width: 100%;
    position: absolute;
    bottom: 15%;
    padding-right: 150px;
    font-size: 90%;
    font-weight: normal;
}


/***** NAV *****/
nav {
    width: 85%;
    margin: 0 auto;
    clear: right;
}
nav ul {
    margin-top: 5em;
}
nav li {
	display: table-cell;
    width: calc(8%);
    background-color: #a3a1a2;
    letter-spacing: 2px;
    font-weight: bold;
    border-right: #fff 10px solid;
    text-align: center;
}
nav li.current {
	position: relative;
    background: linear-gradient(#2ed0e8, #1d82ff);
    color: #fff;
	padding: 1em 0;
 }
nav li.current .triangle {
    width: 100%;
    height: 15px;
    position: absolute;
    top: 60px;
    background: url(../img/tab-triangle.png) no-repeat center;
    background-size: contain;
 }
nav li a {
	display: block;
    width: 100%;
	padding: 1em 0;
    color: #fff;
}
nav li:hover {
    background-color: #ffa500;
    transition: background-color 0.5s ease-out;
}


/***** TOP *****/
article#top {
    width: 85%;
    margin: 0 auto;
    background-color: #f2f4f9;
	border: #eef0f2 1px solid;
}
article#top section {
    display: inline-block;
    width: 28%;
    margin: 3em -1em 3em 3em;
    padding: 0;
    background-color: #fff;
    border: #e9ecef 1px solid;
}
article#top section ul {
	position: relative;
}
article#top section ul li.ph img {
	width: 100%;
}
article#top section ul li.title {
	margin: 1em 1.5em;
}
article#top section ul li.title h2 {
    color: #1d82ff;
	font-size: 120%;
}
article#top section ul li.title p {
    color: #313131;
	font-size: 90%;
}
article#top section ul li.detail {
	width: 50%;
	margin: 2em auto;
	text-align: center;
	background-color: #1d82ff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
}
article#top section ul li.detail a {
	display: block;
    width: 100%;
	padding: 0.3em 0;
    color: #fff;
}
article#top section ul li.detail a:hover {
    background-color: #ffa500;
    transition: background-color 0.5s ease-out;
    border-radius: 5px;
}
article#top section ul li.info {
    position: absolute;
    top: 20px;
    right: 0;
	width: 50%;
	padding: 0.5em 0 0.25em;
	background:rgba(29,130,255,0.9);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    color: #fff;
    line-height: 1.4em;
	text-align: center;
}
article#top section ul li.info p.wait span {
	font-size: 125%;
	font-weight: bold;
}
article#top section ul li.info p.update {
	font-size: 90%;
}


/***** DETAIL *****/
article#detail {
    width: 100%;
}
article#detail section {
    width: 100%;
    background-color: #f2f4f9;
	border: #f2f4f9 1px solid;
}
article#detail section .detail_ph {
	width: 80%;
    margin: 4em auto;
	text-align: center;
}
article#detail section .detail_ph p {
	display: inline-block;
	width: 49.5%;
	text-align: center;
}
article#detail section .detail_ph p img {
	width: 95%;
}
article#detail section h2 {
	width: 77.5%;
	margin: 0 auto 4em;
	font-size: 90%;
	font-weight: normal;
}
article#detail section p.time {
    width: 50%;
    margin: 2em 0 4em;
    padding: 0.5em 1em 0.5em 0;
    text-align: right;
	background-color: #1d82ff;
	color: #fff;
}
article#detail section p.time span {
	font-size: 110%;
	font-weight: bold;
}


/***** BACKBT & FOOTER *****/
p.goback {
	width: 15%;
	margin: 8em auto 4em;
	text-align: center;
	background-color: #1d82ff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
}
p.goback a {
	display: block;
    width: 100%;
	padding: 0.5em 0;
    color: #fff;
}
p.goback a:hover {
    background-color: #ffa500;
    transition: background-color 0.5s ease-out;
    border-radius: 5px;
}

footer {
    width: 100%;
    margin-top: 6em;
    padding: 2em;
    background-color: #313131;
    font-size: 80%;
    text-align: center;
}
footer address{
    color: #fff;
    font-style: normal;
}



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


/***** HEADER *****/
header {
    padding: 2em;
    text-align: center;
}
header h1, header p.current_time, header p.reservation {
    display: block;
	margin: 0;
}
header p.reservation {
	float: none;
	width: 40%;
	margin: 1em auto 0;
}


/***** MAINVISUAL *****/
article#mainvisual {
    text-align: center;
}
article#mainvisual h4 {
    top: 40%;
    font-size: 135%;
    padding-right: 0;
}
article#mainvisual h4 strong {
    font-size: 145%;
}
article#mainvisual h5 {
    bottom: 7.5%;
    padding-right: 0;
    font-size: 70%;
}


/***** NAV *****/
nav {
    width: 90%;
}
nav ul {
    margin-top: 2em;
}
nav li {
    width: calc(17.5%);
    border-right: #fff 5px solid;
}


/***** TOP *****/
article#top {
    width: 90%;
}
article#top section {
    display: block;
    width: 90%;
    margin: 2em auto 1.5em;
}


/***** DETAIL *****/
article#detail section .detail_ph {
	width: 90%;
    margin: 2em auto;
}
article#detail section .detail_ph p {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
article#detail section h2 {
	margin: 0 auto 2.5em;
}
article#detail section p.time {
    width: 90%;
    margin: 2em 0;
    padding: 0.75em 1em 0.75em 0;
	font-size: 90%;
}


/***** BACKBT & FOOTER *****/
p.goback {
	width: 50%;
}

footer {
    margin-top: 4em;
}


}
